COLOR #B9C581

HEX: #B9C581
RGB: (185,197,129)

Color info

#B9C581 contains mainly red and green colors. Web safe color of #B9C581 is #CCCC99 (or #CC9).

RGB color model

#B9C581 color RGB value is (185,197,129).

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

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 129 of 255 = 51%

185
197
129

R + G + B ~ 67%. #B9C581 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 129 = 511 (100%)
R 185 of 511 ~ 36.2%
G 197 of 511 ~ 38.55%
B 129 of 511 ~ 25.24%

%36.2
%38.55
%25.24

CMYK color model

#B9C581 color CMYK value is (6,0,35,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK:
(6,0,35,23)
C6M0Y35K23 
(6%,0%,35%,23%)
(0.06/0.00/0.35/0.23)	

CMYK percentages

%6.09
%0
%34.52
%22.75

Codes

Color #B9C581 in popluar color models

B9C581
RGB185197129
HSL71°36.96%63.92%
HSB/HSV71°34.52%77.25%
CMYK6.09%0.00%34.52%
22.75%

Color #B9C581 in popluar number systems.

HEXB9C581
Decimal185197129
Binary101110011100010110000001
Octal271305201

Shades and tints

Shades of #B9C581

#B9C581
(185,197,129)
#A9B476
(169,180,118)
#99A36B
(153,163,107)
#899260
(137,146,96)
#798155
(121,129,85)
#69704A
(105,112,74)
#595F3F
(89,95,63)
#494E34
(73,78,52)
#393D29
(57,61,41)
#292C1E
(41,44,30)
#191B13
(25,27,19)
#000000
(0,0,0)

Tints of #B9C581

#B9C581
(185,197,129)
#BFCA8C
(191,202,140)
#C5CF97
(197,207,151)
#CBD4A2
(203,212,162)
#D1D9AD
(209,217,173)
#D7DEB8
(215,222,184)
#DDE3C3
(221,227,195)
#E3E8CE
(227,232,206)
#E9EDD9
(233,237,217)
#EFF2E4
(239,242,228)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C581; }

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

This text font color is #B9C581.


Background Color

.myBgColor { background-color: #B9C581; }

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

This div background color is #B9C581.


Border color

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

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

This div border color is #B9C581.


Opacity

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

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

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

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

This text has shadow with #B9C581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C581 on black background.


Color preview on white background

This text has color #B9C581 on white background.



Black color preview on #B9C581 background

This text has black color on #B9C581 background.


White color preview on #B9C581 background

This text has white color on #B9C581 background.