COLOR #B9E99C

HEX: #B9E99C RGB: (185,233,156)

Color info

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

RGB color model

#B9E99C color RGB value is (185,233,156).

RGB: (185,233,156) (73%, 91%, 61%)

RGB channels and saturation

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

185
233
156

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

Portions of RGB colors in percentages

R + G + B = 185 + 233 + 156 = 574 (100%)
R 185 of 574 ~ 32.23%
G 233 of 574 ~ 40.59%
B 156 of 574 ~ 27.18'%

%32.23
%40.59
%27.18

CMYK color model

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

  • cyan value is 20.60%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • 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.05
%8.63

Codes

Color #B9E99C in popluar color models

B9 E9 9C
RGB 185 233 156
HSL 97° 63.64% 76.27%
HSB/HSV 97° 33.05% 91.37%
CMYK 20.60% 0.00% 33.05%
8.63%

Color #B9E99C in popluar number systems.

HEX B9 E9 9C
Decimal 185 233 156
Binary 10111001 11101001 10011100
Octal 271 351 234

Shades and tints

Shades of #B9E99C

#B9E99C
(185,233,156)
#A9D48E
(169,212,142)
#99BF80
(153,191,128)
#89AA72
(137,170,114)
#799564
(121,149,100)
#698056
(105,128,86)
#596B48
(89,107,72)
#49563A
(73,86,58)
#39412C
(57,65,44)
#292C1E
(41,44,30)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #B9E99C

#B9E99C
(185,233,156)
#BFEBA5
(191,235,165)
#C5EDAE
(197,237,174)
#CBEFB7
(203,239,183)
#D1F1C0
(209,241,192)
#D7F3C9
(215,243,201)
#DDF5D2
(221,245,210)
#E3F7DB
(227,247,219)
#E9F9E4
(233,249,228)
#EFFBED
(239,251,237)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E99C; }

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

This text font color is #B9E99C.

Background Color

.myBgColor { background-color: #B9E99C; }

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

This div background color is #B9E99C.

Border color

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

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

This div border color is #B9E99C.

Opacity

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

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

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

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

This text has shadow with #B9E99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E99C.

Preview

Color preview on black background

This text has color #B9E99C on black background.


Color preview on white background

This text has color #B9E99C on white background.


Black color preview on #B9E99C background

This text has black color on #B9E99C background.


White color preview on #B9E99C background

This text has white color on #B9E99C background.


Related colors

Complementary color

Complementary color for #hex is #461663.


I love getcolorcode.com

Triadic colors

1 #9CB9E9 and #E99CB9 with #B9E99C are triadic colors.

2 #9CE9B9 and #E9B99C with #B9E99C are triadic colors.