COLOR #B0E599

HEX: #B0E599 RGB: (176,229,153)

Color info

#B0E599 contains mainly red and green colors. Web safe color of #B0E599 is #99CC99 (or #9C9).

RGB color model

#B0E599 color RGB value is (176,229,153).

RGB: (176,229,153) (69%, 90%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 229 of 255 = 90%
B 153 of 255 = 60%

176
229
153

R + G + B ~ 73%. #B0E599 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 229 + 153 = 558 (100%)
R 176 of 558 ~ 31.54%
G 229 of 558 ~ 41.04%
B 153 of 558 ~ 27.42'%

%31.54
%41.04
%27.42

CMYK color model

#B0E599 color CMYK value is (23,0,33,10).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 10.20%

CMYK: (23,0,33,10)
C23M0Y33K10 (23%, 0%, 33%, 10%)
(0.23 / 0.00 / 0.33 / 0.10)

CMYK percentages

%23.14
%0
%33.19
%10.2

Codes

Color #B0E599 in popluar color models

B0 E5 99
RGB 176 229 153
HSL 102° 59.38% 74.90%
HSB/HSV 102° 33.19% 89.80%
CMYK 23.14% 0.00% 33.19%
10.20%

Color #B0E599 in popluar number systems.

HEX B0 E5 99
Decimal 176 229 153
Binary 10110000 11100101 10011001
Octal 260 345 231

Shades and tints

Shades of #B0E599

#B0E599
(176,229,153)
#A0D18C
(160,209,140)
#90BD7F
(144,189,127)
#80A972
(128,169,114)
#709565
(112,149,101)
#608158
(96,129,88)
#506D4B
(80,109,75)
#40593E
(64,89,62)
#304531
(48,69,49)
#203124
(32,49,36)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #B0E599

#B0E599
(176,229,153)
#B7E7A2
(183,231,162)
#BEE9AB
(190,233,171)
#C5EBB4
(197,235,180)
#CCEDBD
(204,237,189)
#D3EFC6
(211,239,198)
#DAF1CF
(218,241,207)
#E1F3D8
(225,243,216)
#E8F5E1
(232,245,225)
#EFF7EA
(239,247,234)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E599 color. Also use rgb(176,229,153) instead hex code.

Text Font Color

.myTextColor { color: #B0E599; }

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

This text font color is #B0E599.

Background Color

.myBgColor { background-color: #B0E599; }

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

This div background color is #B0E599.

Border color

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

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

This div border color is #B0E599.

Opacity

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

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

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

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

This text has shadow with #B0E599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E599.

Preview

Color preview on black background

This text has color #B0E599 on black background.


Color preview on white background

This text has color #B0E599 on white background.


Black color preview on #B0E599 background

This text has black color on #B0E599 background.


White color preview on #B0E599 background

This text has white color on #B0E599 background.


Related colors

Complementary color

Complementary color for #hex is #4F1A66.


I love getcolorcode.com

Triadic colors

1 #99B0E5 and #E599B0 with #B0E599 are triadic colors.

2 #99E5B0 and #E5B099 with #B0E599 are triadic colors.