COLOR #B9DD96

HEX: #B9DD96
RGB: (185,221,150)

Color info

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

RGB color model

#B9DD96 color RGB value is (185,221,150).

  • red value is 185;
  • green value is 221;
  • blue value is 150.
RGB:
(185,221,150)
(73%,87%,59%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 150 of 255 = 59%

185
221
150

R + G + B ~ 73%. #B9DD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 150 = 556 (100%)
R 185 of 556 ~ 33.27%
G 221 of 556 ~ 39.75%
B 150 of 556 ~ 26.98%

%33.27
%39.75
%26.98

CMYK color model

#B9DD96 color CMYK value is (16,0,32,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(16,0,32,13)
C16M0Y32K13 
(16%,0%,32%,13%)
(0.16/0.00/0.32/0.13)	

CMYK percentages

%16.29
%0
%32.13
%13.33

Codes

Color #B9DD96 in popluar color models

B9DD96
RGB185221150
HSL90°51.08%72.75%
HSB/HSV90°32.13%86.67%
CMYK16.29%0.00%32.13%
13.33%

Color #B9DD96 in popluar number systems.

HEXB9DD96
Decimal185221150
Binary101110011101110110010110
Octal271335226

Shades and tints

Shades of #B9DD96

#B9DD96
(185,221,150)
#A9C989
(169,201,137)
#99B57C
(153,181,124)
#89A16F
(137,161,111)
#798D62
(121,141,98)
#697955
(105,121,85)
#596548
(89,101,72)
#49513B
(73,81,59)
#393D2E
(57,61,46)
#292921
(41,41,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #B9DD96

#B9DD96
(185,221,150)
#BFE09F
(191,224,159)
#C5E3A8
(197,227,168)
#CBE6B1
(203,230,177)
#D1E9BA
(209,233,186)
#D7ECC3
(215,236,195)
#DDEFCC
(221,239,204)
#E3F2D5
(227,242,213)
#E9F5DE
(233,245,222)
#EFF8E7
(239,248,231)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DD96 color. Also use rgb(185,221,150) instead hex code.

Text Font Color

.myTextColor { color: #B9DD96; }

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

This text font color is #B9DD96.


Background Color

.myBgColor { background-color: #B9DD96; }

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

This div background color is #B9DD96.


Border color

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

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

This div border color is #B9DD96.


Opacity

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

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

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

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

This text has shadow with #B9DD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DD96 on black background.


Color preview on white background

This text has color #B9DD96 on white background.



Black color preview on #B9DD96 background

This text has black color on #B9DD96 background.


White color preview on #B9DD96 background

This text has white color on #B9DD96 background.