COLOR #B9E57E

HEX: #B9E57E RGB: (185,229,126)

Color info

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

RGB color model

#B9E57E color RGB value is (185,229,126).

RGB: (185,229,126) (73%, 90%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 229 of 255 = 90%
B 126 of 255 = 49%

185
229
126

R + G + B ~ 71%. #B9E57E is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 229 + 126 = 540 (100%)
R 185 of 540 ~ 34.26%
G 229 of 540 ~ 42.41%
B 126 of 540 ~ 23.33'%

%34.26
%42.41
%23.33

CMYK color model

#B9E57E color CMYK value is (19,0,45,10).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 44.98%
  • key color value is 10.20%

CMYK: (19,0,45,10)
C19M0Y45K10 (19%, 0%, 45%, 10%)
(0.19 / 0.00 / 0.45 / 0.10)

CMYK percentages

%19.21
%0
%44.98
%10.2

Codes

Color #B9E57E in popluar color models

B9 E5 7E
RGB 185 229 126
HSL 86° 66.45% 69.61%
HSB/HSV 86° 44.98% 89.80%
CMYK 19.21% 0.00% 44.98%
10.20%

Color #B9E57E in popluar number systems.

HEX B9 E5 7E
Decimal 185 229 126
Binary 10111001 11100101 1111110
Octal 271 345 176

Shades and tints

Shades of #B9E57E

#B9E57E
(185,229,126)
#A9D173
(169,209,115)
#99BD68
(153,189,104)
#89A95D
(137,169,93)
#799552
(121,149,82)
#698147
(105,129,71)
#596D3C
(89,109,60)
#495931
(73,89,49)
#394526
(57,69,38)
#29311B
(41,49,27)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #B9E57E

#B9E57E
(185,229,126)
#BFE789
(191,231,137)
#C5E994
(197,233,148)
#CBEB9F
(203,235,159)
#D1EDAA
(209,237,170)
#D7EFB5
(215,239,181)
#DDF1C0
(221,241,192)
#E3F3CB
(227,243,203)
#E9F5D6
(233,245,214)
#EFF7E1
(239,247,225)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E57E; }

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

This text font color is #B9E57E.

Background Color

.myBgColor { background-color: #B9E57E; }

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

This div background color is #B9E57E.

Border color

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

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

This div border color is #B9E57E.

Opacity

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

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

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

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

This text has shadow with #B9E57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E57E.

Preview

Color preview on black background

This text has color #B9E57E on black background.


Color preview on white background

This text has color #B9E57E on white background.


Black color preview on #B9E57E background

This text has black color on #B9E57E background.


White color preview on #B9E57E background

This text has white color on #B9E57E background.


Related colors

Complementary color

Complementary color for #hex is #461A81.


I love getcolorcode.com

Triadic colors

1 #7EB9E5 and #E57EB9 with #B9E57E are triadic colors.

2 #7EE5B9 and #E5B97E with #B9E57E are triadic colors.