Color Hex Logo

#b6b90b Color Hex

#B6B90B
(182,185,11)
0 Favorites   0 Comments

Color spaces of #b6b90b

RGB 18218511
HSL0.170.890.38
HSV61°94°73°
CMYK 0.020.000.94   0.27
XYZ36.700844.66727.0039
Yxy44.66720.41530.5054
Hunter Lab66.8335-18.937640.5701
CIE-Lab72.6722-18.112072.7479

#b6b90b color RGB value is (182,185,11).

#b6b90b hex color red value is 182, green value is 185 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b6b90b hue: 0.17 , saturation: 0.89 and the lightness value of b6b90b is 0.38.

The process color (four color CMYK) of #b6b90b color hex is 0.02, 0.00, 0.94, 0.27. Web safe color of #b6b90b is #cccc00. Color #b6b90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111001 00001011
Octal 266 271 13
Decimal 182 185 11
Hex B6 B9 B

RGB Percentages of Color #b6b90b

%48.15
%48.94
%2.91

CMYK Percentages of Color #b6b90b

%2
%0
%94
%27

Triadic Colors of #b6b90b

#b6b90b #0bb6b9 #b90bb6

Analogous Colors of #b6b90b

#b6b90b #5fb90b #b9650b

Monochromatic Colors of #b6b90b

#b6b90b

Complementary Color

#b6b90b #0e0bb9

#b6b90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b90b Color CSS Codes

.mybgcolor {background-color:#b6b90b; } 
.myforecolor {color:#b6b90b; }
.mybordercolor {border:3px solid #b6b90b; }

#b6b90b Text Font Color

<p style="color:#b6b90b">Text here</p>

This sample text font color is #b6b90b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6b90b Background Color

<div style="background-color:#b6b90b">
Div content here</div>

This div background color is #b6b90b


#b6b90b Border Color

<div style="border:3px solid #b6b90b">
Div here</div>

This div border color is #b6b90b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,185,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6b90b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6b90b;
  -webkit-box-shadow: 1px 1px 3px 2px #b6b90b;
  box-shadow:         1px 1px 3px 2px #b6b90b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,185,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6b90b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6b90b;
  -webkit-box-shadow: 1px 1px 3px 2px #b6b90b;
  box-shadow:         1px 1px 3px 2px #b6b90b;">
Div content here</div>

This div box has shadow with color #b6b90b


Comments

No comments written yet.

Please login to write comment.