COLOR #B5E99E

HEX: #B5E99E RGB: (181,233,158)

Color info

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

RGB color model

#B5E99E color RGB value is (181,233,158).

RGB: (181,233,158) (71%, 91%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 233 of 255 = 91%
B 158 of 255 = 62%

181
233
158

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

Portions of RGB colors in percentages

R + G + B = 181 + 233 + 158 = 572 (100%)
R 181 of 572 ~ 31.64%
G 233 of 572 ~ 40.73%
B 158 of 572 ~ 27.62'%

%31.64
%40.73
%27.62

CMYK color model

#B5E99E color CMYK value is (22,0,32,9).

  • cyan value is 22.32%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 8.63%
CMYK: (22,0,32,9) C22M0Y32K9 (22%,0%,32%,9%) (0.22/0.00/0.32/0.09) 

CMYK percentages

%22.32
%0
%32.19
%8.63

Codes

Color #B5E99E in popluar color models

B5 E9 9E
RGB 181 233 158
HSL 102° 63.03% 76.67%
HSB/HSV 102° 32.19% 91.37%
CMYK 22.32% 0.00% 32.19%
8.63%

Color #B5E99E in popluar number systems.

HEX B5 E9 9E
Decimal 181 233 158
Binary 10110101 11101001 10011110
Octal 265 351 236

Shades and tints

Shades of #B5E99E

#B5E99E
(181,233,158)
#A5D490
(165,212,144)
#95BF82
(149,191,130)
#85AA74
(133,170,116)
#759566
(117,149,102)
#658058
(101,128,88)
#556B4A
(85,107,74)
#45563C
(69,86,60)
#35412E
(53,65,46)
#252C20
(37,44,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #B5E99E

#B5E99E
(181,233,158)
#BBEBA6
(187,235,166)
#C1EDAE
(193,237,174)
#C7EFB6
(199,239,182)
#CDF1BE
(205,241,190)
#D3F3C6
(211,243,198)
#D9F5CE
(217,245,206)
#DFF7D6
(223,247,214)
#E5F9DE
(229,249,222)
#EBFBE6
(235,251,230)
#F1FDEE
(241,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E99E color. Also use rgb(181,233,158) instead hex code.

Text Font Color

.myTextColor { color: #B5E99E; }

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

This text font color is #B5E99E.

Background Color

.myBgColor { background-color: #B5E99E; }

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

This div background color is #B5E99E.

Border color

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

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

This div border color is #B5E99E.

Opacity

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

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

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

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

This text has shadow with #B5E99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E99E.

Preview

Color preview on black background

This text has color #B5E99E on black background.


Color preview on white background

This text has color #B5E99E on white background.


Black color preview on #B5E99E background

This text has black color on #B5E99E background.


White color preview on #B5E99E background

This text has white color on #B5E99E background.


Related colors

Complementary color

Complementary color for #hex is #4A1661.


I love getcolorcode.com

Triadic colors

1 #9EB5E9 and #E99EB5 with #B5E99E are triadic colors.

2 #9EE9B5 and #E9B59E with #B5E99E are triadic colors.