COLOR #B9C59C

HEX: #B9C59C
RGB: (185,197,156)

Color info

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

RGB color model

#B9C59C color RGB value is (185,197,156).

  • red value is 185;
  • green value is 197;
  • blue value is 156.
RGB:
(185,197,156)
(73%,77%,61%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 156 of 255 = 61%

185
197
156

R + G + B ~ 70%. #B9C59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 156 = 538 (100%)
R 185 of 538 ~ 34.39%
G 197 of 538 ~ 36.62%
B 156 of 538 ~ 29%

%34.39
%36.62
%29

CMYK color model

#B9C59C color CMYK value is (6,0,21,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 22.75%
CMYK:
(6,0,21,23)
C6M0Y21K23 
(6%,0%,21%,23%)
(0.06/0.00/0.21/0.23)	

CMYK percentages

%6.09
%0
%20.81
%22.75

Codes

Color #B9C59C in popluar color models

B9C59C
RGB185197156
HSL78°26.11%69.22%
HSB/HSV78°20.81%77.25%
CMYK6.09%0.00%20.81%
22.75%

Color #B9C59C in popluar number systems.

HEXB9C59C
Decimal185197156
Binary101110011100010110011100
Octal271305234

Shades and tints

Shades of #B9C59C

#B9C59C
(185,197,156)
#A9B48E
(169,180,142)
#99A380
(153,163,128)
#899272
(137,146,114)
#798164
(121,129,100)
#697056
(105,112,86)
#595F48
(89,95,72)
#494E3A
(73,78,58)
#393D2C
(57,61,44)
#292C1E
(41,44,30)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #B9C59C

#B9C59C
(185,197,156)
#BFCAA5
(191,202,165)
#C5CFAE
(197,207,174)
#CBD4B7
(203,212,183)
#D1D9C0
(209,217,192)
#D7DEC9
(215,222,201)
#DDE3D2
(221,227,210)
#E3E8DB
(227,232,219)
#E9EDE4
(233,237,228)
#EFF2ED
(239,242,237)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C59C color. Also use rgb(185,197,156) instead hex code.

Text Font Color

.myTextColor { color: #B9C59C; }

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

This text font color is #B9C59C.


Background Color

.myBgColor { background-color: #B9C59C; }

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

This div background color is #B9C59C.


Border color

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

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

This div border color is #B9C59C.


Opacity

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

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

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

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

This text has shadow with #B9C59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C59C on black background.


Color preview on white background

This text has color #B9C59C on white background.



Black color preview on #B9C59C background

This text has black color on #B9C59C background.


White color preview on #B9C59C background

This text has white color on #B9C59C background.