COLOR #B9C39A

HEX: #B9C39A RGB: (185,195,154)

Color info

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

RGB color model

#B9C39A color RGB value is (185,195,154).

RGB: (185,195,154) (73%, 76%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 154 of 255 = 60%

185
195
154

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

Portions of RGB colors in percentages

R + G + B = 185 + 195 + 154 = 534 (100%)
R 185 of 534 ~ 34.64%
G 195 of 534 ~ 36.52%
B 154 of 534 ~ 28.84'%

%34.64
%36.52
%28.84

CMYK color model

#B9C39A color CMYK value is (5,0,21,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 23.53%

CMYK: (5,0,21,24)
C5M0Y21K24 (5%, 0%, 21%, 24%)
(0.05 / 0.00 / 0.21 / 0.24)

CMYK percentages

%5.13
%0
%21.03
%23.53

Codes

Color #B9C39A in popluar color models

B9 C3 9A
RGB 185 195 154
HSL 75° 25.47% 68.43%
HSB/HSV 75° 21.03% 76.47%
CMYK 5.13% 0.00% 21.03%
23.53%

Color #B9C39A in popluar number systems.

HEX B9 C3 9A
Decimal 185 195 154
Binary 10111001 11000011 10011010
Octal 271 303 232

Shades and tints

Shades of #B9C39A

#B9C39A
(185,195,154)
#A9B28C
(169,178,140)
#99A17E
(153,161,126)
#899070
(137,144,112)
#797F62
(121,127,98)
#696E54
(105,110,84)
#595D46
(89,93,70)
#494C38
(73,76,56)
#393B2A
(57,59,42)
#292A1C
(41,42,28)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #B9C39A

#B9C39A
(185,195,154)
#BFC8A3
(191,200,163)
#C5CDAC
(197,205,172)
#CBD2B5
(203,210,181)
#D1D7BE
(209,215,190)
#D7DCC7
(215,220,199)
#DDE1D0
(221,225,208)
#E3E6D9
(227,230,217)
#E9EBE2
(233,235,226)
#EFF0EB
(239,240,235)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C39A; }

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

This text font color is #B9C39A.

Background Color

.myBgColor { background-color: #B9C39A; }

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

This div background color is #B9C39A.

Border color

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

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

This div border color is #B9C39A.

Opacity

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

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

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

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

This text has shadow with #B9C39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C39A.

Preview

Color preview on black background

This text has color #B9C39A on black background.


Color preview on white background

This text has color #B9C39A on white background.


Black color preview on #B9C39A background

This text has black color on #B9C39A background.


White color preview on #B9C39A background

This text has white color on #B9C39A background.


Related colors

Complementary color

Complementary color for #hex is #463C65.


I love getcolorcode.com

Triadic colors

1 #9AB9C3 and #C39AB9 with #B9C39A are triadic colors.

2 #9AC3B9 and #C3B99A with #B9C39A are triadic colors.