COLOR #B9C59A

HEX: #B9C59A
RGB: (185,197,154)

Color info

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

RGB color model

#B9C59A color RGB value is (185,197,154).

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

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 154 of 255 = 60%

185
197
154

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

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 154 = 536 (100%)
R 185 of 536 ~ 34.51%
G 197 of 536 ~ 36.75%
B 154 of 536 ~ 28.73%

%34.51
%36.75
%28.73

CMYK color model

#B9C59A color CMYK value is (6,0,22,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 22.75%
CMYK:
(6,0,22,23)
C6M0Y22K23 
(6%,0%,22%,23%)
(0.06/0.00/0.22/0.23)	

CMYK percentages

%6.09
%0
%21.83
%22.75

Codes

Color #B9C59A in popluar color models

B9C59A
RGB185197154
HSL77°27.04%68.82%
HSB/HSV77°21.83%77.25%
CMYK6.09%0.00%21.83%
22.75%

Color #B9C59A in popluar number systems.

HEXB9C59A
Decimal185197154
Binary101110011100010110011010
Octal271305232

Shades and tints

Shades of #B9C59A

#B9C59A
(185,197,154)
#A9B48C
(169,180,140)
#99A37E
(153,163,126)
#899270
(137,146,112)
#798162
(121,129,98)
#697054
(105,112,84)
#595F46
(89,95,70)
#494E38
(73,78,56)
#393D2A
(57,61,42)
#292C1C
(41,44,28)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #B9C59A

#B9C59A
(185,197,154)
#BFCAA3
(191,202,163)
#C5CFAC
(197,207,172)
#CBD4B5
(203,212,181)
#D1D9BE
(209,217,190)
#D7DEC7
(215,222,199)
#DDE3D0
(221,227,208)
#E3E8D9
(227,232,217)
#E9EDE2
(233,237,226)
#EFF2EB
(239,242,235)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C59A; }

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

This text font color is #B9C59A.


Background Color

.myBgColor { background-color: #B9C59A; }

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

This div background color is #B9C59A.


Border color

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

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

This div border color is #B9C59A.


Opacity

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

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

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

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

This text has shadow with #B9C59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C59A on black background.


Color preview on white background

This text has color #B9C59A on white background.



Black color preview on #B9C59A background

This text has black color on #B9C59A background.


White color preview on #B9C59A background

This text has white color on #B9C59A background.