COLOR #B5C096

HEX: #B5C096
RGB: (181,192,150)

Color info

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

RGB color model

#B5C096 color RGB value is (181,192,150).

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

RGB channels and saturation

R 181 of 255 = 71%
G 192 of 255 = 75%
B 150 of 255 = 59%

181
192
150

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

Portions of RGB colors in percentages

R + G + B =
181 + 192 + 150 = 523 (100%)
R 181 of 523 ~ 34.61%
G 192 of 523 ~ 36.71%
B 150 of 523 ~ 28.68%

%34.61
%36.71
%28.68

CMYK color model

#B5C096 color CMYK value is (6,0,22,25).

  • cyan value is 5.73%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(6,0,22,25)
C6M0Y22K25 
(6%,0%,22%,25%)
(0.06/0.00/0.22/0.25)	

CMYK percentages

%5.73
%0
%21.88
%24.71

Codes

Color #B5C096 in popluar color models

B5C096
RGB181192150
HSL76°25.00%67.06%
HSB/HSV76°21.88%75.29%
CMYK5.73%0.00%21.88%
24.71%

Color #B5C096 in popluar number systems.

HEXB5C096
Decimal181192150
Binary101101011100000010010110
Octal265300226

Shades and tints

Shades of #B5C096

#B5C096
(181,192,150)
#A5AF89
(165,175,137)
#959E7C
(149,158,124)
#858D6F
(133,141,111)
#757C62
(117,124,98)
#656B55
(101,107,85)
#555A48
(85,90,72)
#45493B
(69,73,59)
#35382E
(53,56,46)
#252721
(37,39,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B5C096

#B5C096
(181,192,150)
#BBC59F
(187,197,159)
#C1CAA8
(193,202,168)
#C7CFB1
(199,207,177)
#CDD4BA
(205,212,186)
#D3D9C3
(211,217,195)
#D9DECC
(217,222,204)
#DFE3D5
(223,227,213)
#E5E8DE
(229,232,222)
#EBEDE7
(235,237,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C096; }

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

This text font color is #B5C096.


Background Color

.myBgColor { background-color: #B5C096; }

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

This div background color is #B5C096.


Border color

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

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

This div border color is #B5C096.


Opacity

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

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

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

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

This text has shadow with #B5C096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C096 on black background.


Color preview on white background

This text has color #B5C096 on white background.



Black color preview on #B5C096 background

This text has black color on #B5C096 background.


White color preview on #B5C096 background

This text has white color on #B5C096 background.