COLOR #B9CC83

HEX: #B9CC83
RGB: (185,204,131)

Color info

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

RGB color model

#B9CC83 color RGB value is (185,204,131).

  • red value is 185;
  • green value is 204;
  • blue value is 131.
RGB:
(185,204,131)
(73%,80%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 131 of 255 = 51%

185
204
131

R + G + B ~ 68%. #B9CC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 131 = 520 (100%)
R 185 of 520 ~ 35.58%
G 204 of 520 ~ 39.23%
B 131 of 520 ~ 25.19%

%35.58
%39.23
%25.19

CMYK color model

#B9CC83 color CMYK value is (9,0,36,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(9,0,36,20)
C9M0Y36K20 
(9%,0%,36%,20%)
(0.09/0.00/0.36/0.20)	

CMYK percentages

%9.31
%0
%35.78
%20

Codes

Color #B9CC83 in popluar color models

B9CC83
RGB185204131
HSL76°41.71%65.69%
HSB/HSV76°35.78%80.00%
CMYK9.31%0.00%35.78%
20.00%

Color #B9CC83 in popluar number systems.

HEXB9CC83
Decimal185204131
Binary101110011100110010000011
Octal271314203

Shades and tints

Shades of #B9CC83

#B9CC83
(185,204,131)
#A9BA78
(169,186,120)
#99A86D
(153,168,109)
#899662
(137,150,98)
#798457
(121,132,87)
#69724C
(105,114,76)
#596041
(89,96,65)
#494E36
(73,78,54)
#393C2B
(57,60,43)
#292A20
(41,42,32)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9CC83

#B9CC83
(185,204,131)
#BFD08E
(191,208,142)
#C5D499
(197,212,153)
#CBD8A4
(203,216,164)
#D1DCAF
(209,220,175)
#D7E0BA
(215,224,186)
#DDE4C5
(221,228,197)
#E3E8D0
(227,232,208)
#E9ECDB
(233,236,219)
#EFF0E6
(239,240,230)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CC83 color. Also use rgb(185,204,131) instead hex code.

Text Font Color

.myTextColor { color: #B9CC83; }

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

This text font color is #B9CC83.


Background Color

.myBgColor { background-color: #B9CC83; }

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

This div background color is #B9CC83.


Border color

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

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

This div border color is #B9CC83.


Opacity

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

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

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

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

This text has shadow with #B9CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CC83 on black background.


Color preview on white background

This text has color #B9CC83 on white background.



Black color preview on #B9CC83 background

This text has black color on #B9CC83 background.


White color preview on #B9CC83 background

This text has white color on #B9CC83 background.