COLOR #B9E972

HEX: #B9E972
RGB: (185,233,114)

Color info

#B9E972 contains mainly red and green colors. Web safe color of #B9E972 is #CCFF66 (or #CF6).

RGB color model

#B9E972 color RGB value is (185,233,114).

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

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 114 of 255 = 45%

185
233
114

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

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 114 = 532 (100%)
R 185 of 532 ~ 34.77%
G 233 of 532 ~ 43.8%
B 114 of 532 ~ 21.43%

%34.77
%43.8
%21.43

CMYK color model

#B9E972 color CMYK value is (21,0,51,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 51.07%
  • key color value is 8.63%
CMYK:
(21,0,51,9)
C21M0Y51K9 
(21%,0%,51%,9%)
(0.21/0.00/0.51/0.09)	

CMYK percentages

%20.6
%0
%51.07
%8.63

Codes

Color #B9E972 in popluar color models

B9E972
RGB185233114
HSL84°73.01%68.04%
HSB/HSV84°51.07%91.37%
CMYK20.60%0.00%51.07%
8.63%

Color #B9E972 in popluar number systems.

HEXB9E972
Decimal185233114
Binary10111001111010011110010
Octal271351162

Shades and tints

Shades of #B9E972

#B9E972
(185,233,114)
#A9D468
(169,212,104)
#99BF5E
(153,191,94)
#89AA54
(137,170,84)
#79954A
(121,149,74)
#698040
(105,128,64)
#596B36
(89,107,54)
#49562C
(73,86,44)
#394122
(57,65,34)
#292C18
(41,44,24)
#19170E
(25,23,14)
#000000
(0,0,0)

Tints of #B9E972

#B9E972
(185,233,114)
#BFEB7E
(191,235,126)
#C5ED8A
(197,237,138)
#CBEF96
(203,239,150)
#D1F1A2
(209,241,162)
#D7F3AE
(215,243,174)
#DDF5BA
(221,245,186)
#E3F7C6
(227,247,198)
#E9F9D2
(233,249,210)
#EFFBDE
(239,251,222)
#F5FDEA
(245,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E972; }

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

This text font color is #B9E972.


Background Color

.myBgColor { background-color: #B9E972; }

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

This div background color is #B9E972.


Border color

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

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

This div border color is #B9E972.


Opacity

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

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

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

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

This text has shadow with #B9E972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E972 on black background.


Color preview on white background

This text has color #B9E972 on white background.



Black color preview on #B9E972 background

This text has black color on #B9E972 background.


White color preview on #B9E972 background

This text has white color on #B9E972 background.