COLOR #B9D29A

HEX: #B9D29A
RGB: (185,210,154)

Color info

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

RGB color model

#B9D29A color RGB value is (185,210,154).

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

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 154 of 255 = 60%

185
210
154

R + G + B ~ 72%. #B9D29A is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 210 + 154 = 549 (100%)
R 185 of 549 ~ 33.7%
G 210 of 549 ~ 38.25%
B 154 of 549 ~ 28.05%

%33.7
%38.25
%28.05

CMYK color model

#B9D29A color CMYK value is (12,0,27,18).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%
CMYK:
(12,0,27,18)
C12M0Y27K18 
(12%,0%,27%,18%)
(0.12/0.00/0.27/0.18)	

CMYK percentages

%11.9
%0
%26.67
%17.65

Codes

Color #B9D29A in popluar color models

B9D29A
RGB185210154
HSL87°38.36%71.37%
HSB/HSV87°26.67%82.35%
CMYK11.90%0.00%26.67%
17.65%

Color #B9D29A in popluar number systems.

HEXB9D29A
Decimal185210154
Binary101110011101001010011010
Octal271322232

Shades and tints

Shades of #B9D29A

#B9D29A
(185,210,154)
#A9BF8C
(169,191,140)
#99AC7E
(153,172,126)
#899970
(137,153,112)
#798662
(121,134,98)
#697354
(105,115,84)
#596046
(89,96,70)
#494D38
(73,77,56)
#393A2A
(57,58,42)
#29271C
(41,39,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #B9D29A

#B9D29A
(185,210,154)
#BFD6A3
(191,214,163)
#C5DAAC
(197,218,172)
#CBDEB5
(203,222,181)
#D1E2BE
(209,226,190)
#D7E6C7
(215,230,199)
#DDEAD0
(221,234,208)
#E3EED9
(227,238,217)
#E9F2E2
(233,242,226)
#EFF6EB
(239,246,235)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D29A; }

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

This text font color is #B9D29A.


Background Color

.myBgColor { background-color: #B9D29A; }

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

This div background color is #B9D29A.


Border color

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

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

This div border color is #B9D29A.


Opacity

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

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

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

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

This text has shadow with #B9D29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D29A on black background.


Color preview on white background

This text has color #B9D29A on white background.



Black color preview on #B9D29A background

This text has black color on #B9D29A background.


White color preview on #B9D29A background

This text has white color on #B9D29A background.