COLOR #B9CD90

HEX: #B9CD90
RGB: (185,205,144)

Color info

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

RGB color model

#B9CD90 color RGB value is (185,205,144).

  • red value is 185;
  • green value is 205;
  • blue value is 144.
RGB:
(185,205,144)
(73%,80%,56%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 144 of 255 = 56%

185
205
144

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

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 144 = 534 (100%)
R 185 of 534 ~ 34.64%
G 205 of 534 ~ 38.39%
B 144 of 534 ~ 26.97%

%34.64
%38.39
%26.97

CMYK color model

#B9CD90 color CMYK value is (10,0,30,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%
CMYK:
(10,0,30,20)
C10M0Y30K20 
(10%,0%,30%,20%)
(0.10/0.00/0.30/0.20)	

CMYK percentages

%9.76
%0
%29.76
%19.61

Codes

Color #B9CD90 in popluar color models

B9CD90
RGB185205144
HSL80°37.89%68.43%
HSB/HSV80°29.76%80.39%
CMYK9.76%0.00%29.76%
19.61%

Color #B9CD90 in popluar number systems.

HEXB9CD90
Decimal185205144
Binary101110011100110110010000
Octal271315220

Shades and tints

Shades of #B9CD90

#B9CD90
(185,205,144)
#A9BB83
(169,187,131)
#99A976
(153,169,118)
#899769
(137,151,105)
#79855C
(121,133,92)
#69734F
(105,115,79)
#596142
(89,97,66)
#494F35
(73,79,53)
#393D28
(57,61,40)
#292B1B
(41,43,27)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #B9CD90

#B9CD90
(185,205,144)
#BFD19A
(191,209,154)
#C5D5A4
(197,213,164)
#CBD9AE
(203,217,174)
#D1DDB8
(209,221,184)
#D7E1C2
(215,225,194)
#DDE5CC
(221,229,204)
#E3E9D6
(227,233,214)
#E9EDE0
(233,237,224)
#EFF1EA
(239,241,234)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CD90 color. Also use rgb(185,205,144) instead hex code.

Text Font Color

.myTextColor { color: #B9CD90; }

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

This text font color is #B9CD90.


Background Color

.myBgColor { background-color: #B9CD90; }

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

This div background color is #B9CD90.


Border color

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

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

This div border color is #B9CD90.


Opacity

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

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

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

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

This text has shadow with #B9CD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CD90 on black background.


Color preview on white background

This text has color #B9CD90 on white background.



Black color preview on #B9CD90 background

This text has black color on #B9CD90 background.


White color preview on #B9CD90 background

This text has white color on #B9CD90 background.