COLOR #B9CB85

HEX: #B9CB85
RGB: (185,203,133)

Color info

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

RGB color model

#B9CB85 color RGB value is (185,203,133).

  • red value is 185;
  • green value is 203;
  • blue value is 133.
RGB:
(185,203,133)
(73%,80%,52%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 133 of 255 = 52%

185
203
133

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

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 133 = 521 (100%)
R 185 of 521 ~ 35.51%
G 203 of 521 ~ 38.96%
B 133 of 521 ~ 25.53%

%35.51
%38.96
%25.53

CMYK color model

#B9CB85 color CMYK value is (9,0,34,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 20.39%
CMYK:
(9,0,34,20)
C9M0Y34K20 
(9%,0%,34%,20%)
(0.09/0.00/0.34/0.20)	

CMYK percentages

%8.87
%0
%34.48
%20.39

Codes

Color #B9CB85 in popluar color models

B9CB85
RGB185203133
HSL75°40.23%65.88%
HSB/HSV75°34.48%79.61%
CMYK8.87%0.00%34.48%
20.39%

Color #B9CB85 in popluar number systems.

HEXB9CB85
Decimal185203133
Binary101110011100101110000101
Octal271313205

Shades and tints

Shades of #B9CB85

#B9CB85
(185,203,133)
#A9B979
(169,185,121)
#99A76D
(153,167,109)
#899561
(137,149,97)
#798355
(121,131,85)
#697149
(105,113,73)
#595F3D
(89,95,61)
#494D31
(73,77,49)
#393B25
(57,59,37)
#292919
(41,41,25)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #B9CB85

#B9CB85
(185,203,133)
#BFCF90
(191,207,144)
#C5D39B
(197,211,155)
#CBD7A6
(203,215,166)
#D1DBB1
(209,219,177)
#D7DFBC
(215,223,188)
#DDE3C7
(221,227,199)
#E3E7D2
(227,231,210)
#E9EBDD
(233,235,221)
#EFEFE8
(239,239,232)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CB85 color. Also use rgb(185,203,133) instead hex code.

Text Font Color

.myTextColor { color: #B9CB85; }

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

This text font color is #B9CB85.


Background Color

.myBgColor { background-color: #B9CB85; }

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

This div background color is #B9CB85.


Border color

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

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

This div border color is #B9CB85.


Opacity

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

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

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

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

This text has shadow with #B9CB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CB85 on black background.


Color preview on white background

This text has color #B9CB85 on white background.



Black color preview on #B9CB85 background

This text has black color on #B9CB85 background.


White color preview on #B9CB85 background

This text has white color on #B9CB85 background.