COLOR #B5B966

HEX: #B5B966
RGB: (181,185,102)

Color info

#B5B966 contains mainly red and green colors. Web safe color of #B5B966 is #CCCC66 (or #CC6).

RGB color model

#B5B966 color RGB value is (181,185,102).

  • red value is 181;
  • green value is 185;
  • blue value is 102.
RGB:
(181,185,102)
(71%,73%,40%)

RGB channels and saturation

R 181 of 255 = 71%
G 185 of 255 = 73%
B 102 of 255 = 40%

181
185
102

R + G + B ~ 61%. #B5B966 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 185 + 102 = 468 (100%)
R 181 of 468 ~ 38.68%
G 185 of 468 ~ 39.53%
B 102 of 468 ~ 21.79%

%38.68
%39.53
%21.79

CMYK color model

#B5B966 color CMYK value is (2,0,45,27).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 27.45%
CMYK:
(2,0,45,27)
C2M0Y45K27 
(2%,0%,45%,27%)
(0.02/0.00/0.45/0.27)	

CMYK percentages

%2.16
%0
%44.86
%27.45

Codes

Color #B5B966 in popluar color models

B5B966
RGB181185102
HSL63°37.22%56.27%
HSB/HSV63°44.86%72.55%
CMYK2.16%0.00%44.86%
27.45%

Color #B5B966 in popluar number systems.

HEXB5B966
Decimal181185102
Binary10110101101110011100110
Octal265271146

Shades and tints

Shades of #B5B966

#B5B966
(181,185,102)
#A5A95D
(165,169,93)
#959954
(149,153,84)
#85894B
(133,137,75)
#757942
(117,121,66)
#656939
(101,105,57)
#555930
(85,89,48)
#454927
(69,73,39)
#35391E
(53,57,30)
#252915
(37,41,21)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #B5B966

#B5B966
(181,185,102)
#BBBF73
(187,191,115)
#C1C580
(193,197,128)
#C7CB8D
(199,203,141)
#CDD19A
(205,209,154)
#D3D7A7
(211,215,167)
#D9DDB4
(217,221,180)
#DFE3C1
(223,227,193)
#E5E9CE
(229,233,206)
#EBEFDB
(235,239,219)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B966 color. Also use rgb(181,185,102) instead hex code.

Text Font Color

.myTextColor { color: #B5B966; }

<p style="color:#B5B966">This sample text font color is #B5B966.</p>

This text font color is #B5B966.


Background Color

.myBgColor { background-color: #B5B966; }

<div style="background-color:#B5B966">Inner text</div>

This div background color is #B5B966.


Border color

.myBorderColor { border: 1px solid #B5B966; }

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

This div border color is #B5B966.


Opacity

.myOpacity80 { color: #B5B966; opacity: 0.8; }

<p style="color:#B5B966;opacity:0.8;">80%</p>

Text with #B5B966 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5B966;}

<p style="text-shadow: 3px 3px 1px #B5B966">Text here.</p>

This text has shadow with #B5B966 color.

.textShadow {text-shadow: 3px 3px 1px #B5B966, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5B966, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5B966 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5B966, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5B966, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5B966 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5B966;
  -webkit-box-shadow:	1px 1px 3px 2px #B5B966;
  box-shadow:		1px 1px 3px 2px #B5B966;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5B966;
-webkit-box-shadow: 1px 1px 3px 2px #B5B966;
box-shadow:1px 1px 3px 2px #B5B966;">
Div content here</div>
This div box has shadow with color #B5B966.

Preview

Color preview on black background

This text has color #B5B966 on black background.


Color preview on white background

This text has color #B5B966 on white background.



Black color preview on #B5B966 background

This text has black color on #B5B966 background.


White color preview on #B5B966 background

This text has white color on #B5B966 background.