COLOR #B5BD96

HEX: #B5BD96
RGB: (181,189,150)

Color info

#B5BD96 contains red, green and blue colors in about the same proportion. Web safe color of #B5BD96 is #CCCC99 (or #CC9).

RGB color model

#B5BD96 color RGB value is (181,189,150).

  • red value is 181;
  • green value is 189;
  • blue value is 150.
RGB:
(181,189,150)
(71%,74%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 150 of 255 = 59%

181
189
150

R + G + B ~ 68%. #B5BD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 150 = 520 (100%)
R 181 of 520 ~ 34.81%
G 189 of 520 ~ 36.35%
B 150 of 520 ~ 28.85%

%34.81
%36.35
%28.85

CMYK color model

#B5BD96 color CMYK value is (4,0,21,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(4,0,21,26)
C4M0Y21K26 
(4%,0%,21%,26%)
(0.04/0.00/0.21/0.26)	

CMYK percentages

%4.23
%0
%20.63
%25.88

Codes

Color #B5BD96 in popluar color models

B5BD96
RGB181189150
HSL72°22.81%66.47%
HSB/HSV72°20.63%74.12%
CMYK4.23%0.00%20.63%
25.88%

Color #B5BD96 in popluar number systems.

HEXB5BD96
Decimal181189150
Binary101101011011110110010110
Octal265275226

Shades and tints

Shades of #B5BD96

#B5BD96
(181,189,150)
#A5AC89
(165,172,137)
#959B7C
(149,155,124)
#858A6F
(133,138,111)
#757962
(117,121,98)
#656855
(101,104,85)
#555748
(85,87,72)
#45463B
(69,70,59)
#35352E
(53,53,46)
#252421
(37,36,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #B5BD96

#B5BD96
(181,189,150)
#BBC39F
(187,195,159)
#C1C9A8
(193,201,168)
#C7CFB1
(199,207,177)
#CDD5BA
(205,213,186)
#D3DBC3
(211,219,195)
#D9E1CC
(217,225,204)
#DFE7D5
(223,231,213)
#E5EDDE
(229,237,222)
#EBF3E7
(235,243,231)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BD96 color. Also use rgb(181,189,150) instead hex code.

Text Font Color

.myTextColor { color: #B5BD96; }

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

This text font color is #B5BD96.


Background Color

.myBgColor { background-color: #B5BD96; }

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

This div background color is #B5BD96.


Border color

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

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

This div border color is #B5BD96.


Opacity

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

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

Text with #B5BD96 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 #B5BD96;}

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

This text has shadow with #B5BD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BD96 on black background.


Color preview on white background

This text has color #B5BD96 on white background.



Black color preview on #B5BD96 background

This text has black color on #B5BD96 background.


White color preview on #B5BD96 background

This text has white color on #B5BD96 background.