Color Hex Logo

#b5b85b Color Hex

#B5B85B
(181,184,91)
0 Favorites   0 Comments

Color spaces of #b5b85b

RGB 18118491
HSL0.170.400.54
HSV62°51°72°
CMYK 0.020.000.51   0.28
XYZ38.084944.860116.5491
Yxy44.86010.38280.4509
Hunter Lab66.9777-15.712132.2348
CIE-Lab72.7997-14.140746.3692

#b5b85b color RGB value is (181,184,91).

#b5b85b hex color red value is 181, green value is 184 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b5b85b hue: 0.17 , saturation: 0.40 and the lightness value of b5b85b is 0.54.

The process color (four color CMYK) of #b5b85b color hex is 0.02, 0.00, 0.51, 0.28. Web safe color of #b5b85b is #cccc66. Color #b5b85b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111000 01011011
Octal 265 270 133
Decimal 181 184 91
Hex B5 B8 5B

RGB Percentages of Color #b5b85b

%39.69
%40.35
%19.96

CMYK Percentages of Color #b5b85b

%2
%0
%51
%28

Triadic Colors of #b5b85b

#b5b85b #5bb5b8 #b85bb5

Analogous Colors of #b5b85b

#b5b85b #87b85b #b88d5b

Monochromatic Colors of #b5b85b

#b5b85b

Complementary Color

#b5b85b #5e5bb8

#b5b85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b85b Color CSS Codes

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

#b5b85b Text Font Color

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

This sample text font color is #b5b85b
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.


#b5b85b Background Color

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

This div background color is #b5b85b


#b5b85b Border Color

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

This div border color is #b5b85b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,184,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5b85b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5b85b;
  -webkit-box-shadow: 1px 1px 3px 2px #b5b85b;
  box-shadow:         1px 1px 3px 2px #b5b85b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,184,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b85b


Comments

No comments written yet.

Please login to write comment.