COLOR #B9E99B

HEX: #B9E99B
RGB: (185,233,155)

Color info

#B9E99B contains mainly red and green colors. Web safe color of #B9E99B is #CCFF99 (or #CF9).

RGB color model

#B9E99B color RGB value is (185,233,155).

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

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 155 of 255 = 61%

185
233
155

R + G + B ~ 75%. #B9E99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 155 = 573 (100%)
R 185 of 573 ~ 32.29%
G 233 of 573 ~ 40.66%
B 155 of 573 ~ 27.05%

%32.29
%40.66
%27.05

CMYK color model

#B9E99B color CMYK value is (21,0,33,9).

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 8.63%
CMYK:
(21,0,33,9)
C21M0Y33K9 
(21%,0%,33%,9%)
(0.21/0.00/0.33/0.09)	

CMYK percentages

%20.6
%0
%33.48
%8.63

Codes

Color #B9E99B in popluar color models

B9E99B
RGB185233155
HSL97°63.93%76.08%
HSB/HSV97°33.48%91.37%
CMYK20.60%0.00%33.48%
8.63%

Color #B9E99B in popluar number systems.

HEXB9E99B
Decimal185233155
Binary101110011110100110011011
Octal271351233

Shades and tints

Shades of #B9E99B

#B9E99B
(185,233,155)
#A9D48D
(169,212,141)
#99BF7F
(153,191,127)
#89AA71
(137,170,113)
#799563
(121,149,99)
#698055
(105,128,85)
#596B47
(89,107,71)
#495639
(73,86,57)
#39412B
(57,65,43)
#292C1D
(41,44,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #B9E99B

#B9E99B
(185,233,155)
#BFEBA4
(191,235,164)
#C5EDAD
(197,237,173)
#CBEFB6
(203,239,182)
#D1F1BF
(209,241,191)
#D7F3C8
(215,243,200)
#DDF5D1
(221,245,209)
#E3F7DA
(227,247,218)
#E9F9E3
(233,249,227)
#EFFBEC
(239,251,236)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E99B; }

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

This text font color is #B9E99B.


Background Color

.myBgColor { background-color: #B9E99B; }

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

This div background color is #B9E99B.


Border color

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

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

This div border color is #B9E99B.


Opacity

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

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

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

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

This text has shadow with #B9E99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E99B on black background.


Color preview on white background

This text has color #B9E99B on white background.



Black color preview on #B9E99B background

This text has black color on #B9E99B background.


White color preview on #B9E99B background

This text has white color on #B9E99B background.