COLOR #B9E59E

HEX: #B9E59E
RGB: (185,229,158)

Color info

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

RGB color model

#B9E59E color RGB value is (185,229,158).

  • red value is 185;
  • green value is 229;
  • blue value is 158.
RGB:
(185,229,158)
(73%,90%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 158 of 255 = 62%

185
229
158

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

Portions of RGB colors in percentages

R + G + B =
185 + 229 + 158 = 572 (100%)
R 185 of 572 ~ 32.34%
G 229 of 572 ~ 40.03%
B 158 of 572 ~ 27.62%

%32.34
%40.03
%27.62

CMYK color model

#B9E59E color CMYK value is (19,0,31,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 31.00%
  • key color value is 10.20%
CMYK:
(19,0,31,10)
C19M0Y31K10 
(19%,0%,31%,10%)
(0.19/0.00/0.31/0.10)	

CMYK percentages

%19.21
%0
%31
%10.2

Codes

Color #B9E59E in popluar color models

B9E59E
RGB185229158
HSL97°57.72%75.88%
HSB/HSV97°31.00%89.80%
CMYK19.21%0.00%31.00%
10.20%

Color #B9E59E in popluar number systems.

HEXB9E59E
Decimal185229158
Binary101110011110010110011110
Octal271345236

Shades and tints

Shades of #B9E59E

#B9E59E
(185,229,158)
#A9D190
(169,209,144)
#99BD82
(153,189,130)
#89A974
(137,169,116)
#799566
(121,149,102)
#698158
(105,129,88)
#596D4A
(89,109,74)
#49593C
(73,89,60)
#39452E
(57,69,46)
#293120
(41,49,32)
#191D12
(25,29,18)
#000000
(0,0,0)

Tints of #B9E59E

#B9E59E
(185,229,158)
#BFE7A6
(191,231,166)
#C5E9AE
(197,233,174)
#CBEBB6
(203,235,182)
#D1EDBE
(209,237,190)
#D7EFC6
(215,239,198)
#DDF1CE
(221,241,206)
#E3F3D6
(227,243,214)
#E9F5DE
(233,245,222)
#EFF7E6
(239,247,230)
#F5F9EE
(245,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E59E color. Also use rgb(185,229,158) instead hex code.

Text Font Color

.myTextColor { color: #B9E59E; }

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

This text font color is #B9E59E.


Background Color

.myBgColor { background-color: #B9E59E; }

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

This div background color is #B9E59E.


Border color

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

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

This div border color is #B9E59E.


Opacity

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

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

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

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

This text has shadow with #B9E59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E59E on black background.


Color preview on white background

This text has color #B9E59E on white background.



Black color preview on #B9E59E background

This text has black color on #B9E59E background.


White color preview on #B9E59E background

This text has white color on #B9E59E background.