COLOR #B9DD72

HEX: #B9DD72
RGB: (185,221,114)

Color info

#B9DD72 contains mainly red and green colors. Web safe color of #B9DD72 is #CCCC66 (or #CC6).

RGB color model

#B9DD72 color RGB value is (185,221,114).

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

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 114 of 255 = 45%

185
221
114

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

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 114 = 520 (100%)
R 185 of 520 ~ 35.58%
G 221 of 520 ~ 42.5%
B 114 of 520 ~ 21.92%

%35.58
%42.5
%21.92

CMYK color model

#B9DD72 color CMYK value is (16,0,48,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 13.33%
CMYK:
(16,0,48,13)
C16M0Y48K13 
(16%,0%,48%,13%)
(0.16/0.00/0.48/0.13)	

CMYK percentages

%16.29
%0
%48.42
%13.33

Codes

Color #B9DD72 in popluar color models

B9DD72
RGB185221114
HSL80°61.14%65.69%
HSB/HSV80°48.42%86.67%
CMYK16.29%0.00%48.42%
13.33%

Color #B9DD72 in popluar number systems.

HEXB9DD72
Decimal185221114
Binary10111001110111011110010
Octal271335162

Shades and tints

Shades of #B9DD72

#B9DD72
(185,221,114)
#A9C968
(169,201,104)
#99B55E
(153,181,94)
#89A154
(137,161,84)
#798D4A
(121,141,74)
#697940
(105,121,64)
#596536
(89,101,54)
#49512C
(73,81,44)
#393D22
(57,61,34)
#292918
(41,41,24)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #B9DD72

#B9DD72
(185,221,114)
#BFE07E
(191,224,126)
#C5E38A
(197,227,138)
#CBE696
(203,230,150)
#D1E9A2
(209,233,162)
#D7ECAE
(215,236,174)
#DDEFBA
(221,239,186)
#E3F2C6
(227,242,198)
#E9F5D2
(233,245,210)
#EFF8DE
(239,248,222)
#F5FBEA
(245,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DD72; }

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

This text font color is #B9DD72.


Background Color

.myBgColor { background-color: #B9DD72; }

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

This div background color is #B9DD72.


Border color

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

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

This div border color is #B9DD72.


Opacity

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

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

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

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

This text has shadow with #B9DD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DD72 on black background.


Color preview on white background

This text has color #B9DD72 on white background.



Black color preview on #B9DD72 background

This text has black color on #B9DD72 background.


White color preview on #B9DD72 background

This text has white color on #B9DD72 background.