COLOR #B9D990

HEX: #B9D990 RGB: (185,217,144)

Color info

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

RGB color model

#B9D990 color RGB value is (185,217,144).

RGB: (185,217,144) (73%, 85%, 56%)

RGB channels and saturation

R 185 of 255 = 73%
G 217 of 255 = 85%
B 144 of 255 = 56%

185
217
144

R + G + B ~ 71%. #B9D990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 217 + 144 = 546 (100%)
R 185 of 546 ~ 33.88%
G 217 of 546 ~ 39.74%
B 144 of 546 ~ 26.37'%

%33.88
%39.74
%26.37

CMYK color model

#B9D990 color CMYK value is (15,0,34,15).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 33.64%
  • key color value is 14.90%
CMYK: (15,0,34,15) C15M0Y34K15 (15%,0%,34%,15%) (0.15/0.00/0.34/0.15) 

CMYK percentages

%14.75
%0
%33.64
%14.9

Codes

Color #B9D990 in popluar color models

B9 D9 90
RGB 185 217 144
HSL 86° 48.99% 70.78%
HSB/HSV 86° 33.64% 85.10%
CMYK 14.75% 0.00% 33.64%
14.90%

Color #B9D990 in popluar number systems.

HEX B9 D9 90
Decimal 185 217 144
Binary 10111001 11011001 10010000
Octal 271 331 220

Shades and tints

Shades of #B9D990

#B9D990
(185,217,144)
#A9C683
(169,198,131)
#99B376
(153,179,118)
#89A069
(137,160,105)
#798D5C
(121,141,92)
#697A4F
(105,122,79)
#596742
(89,103,66)
#495435
(73,84,53)
#394128
(57,65,40)
#292E1B
(41,46,27)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #B9D990

#B9D990
(185,217,144)
#BFDC9A
(191,220,154)
#C5DFA4
(197,223,164)
#CBE2AE
(203,226,174)
#D1E5B8
(209,229,184)
#D7E8C2
(215,232,194)
#DDEBCC
(221,235,204)
#E3EED6
(227,238,214)
#E9F1E0
(233,241,224)
#EFF4EA
(239,244,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D990; }

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

This text font color is #B9D990.

Background Color

.myBgColor { background-color: #B9D990; }

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

This div background color is #B9D990.

Border color

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

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

This div border color is #B9D990.

Opacity

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

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

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

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

This text has shadow with #B9D990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D990.

Preview

Color preview on black background

This text has color #B9D990 on black background.


Color preview on white background

This text has color #B9D990 on white background.


Black color preview on #B9D990 background

This text has black color on #B9D990 background.


White color preview on #B9D990 background

This text has white color on #B9D990 background.


Related colors

Complementary color

Complementary color for #hex is #46266F.


I love getcolorcode.com

Triadic colors

1 #90B9D9 and #D990B9 with #B9D990 are triadic colors.

2 #90D9B9 and #D9B990 with #B9D990 are triadic colors.