COLOR #B0EE91

HEX: #B0EE91
RGB: (176,238,145)

Color info

#B0EE91 contains mainly green color. Web safe color of #B0EE91 is #99FF99 (or #9F9).

RGB color model

#B0EE91 color RGB value is (176,238,145).

  • red value is 176;
  • green value is 238;
  • blue value is 145.
RGB:
(176,238,145)
(69%,93%,57%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 145 of 255 = 57%

176
238
145

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

Portions of RGB colors in percentages

R + G + B =
176 + 238 + 145 = 559 (100%)
R 176 of 559 ~ 31.48%
G 238 of 559 ~ 42.58%
B 145 of 559 ~ 25.94%

%31.48
%42.58
%25.94

CMYK color model

#B0EE91 color CMYK value is (26,0,39,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 6.67%
CMYK:
(26,0,39,7)
C26M0Y39K7 
(26%,0%,39%,7%)
(0.26/0.00/0.39/0.07)	

CMYK percentages

%26.05
%0
%39.08
%6.67

Codes

Color #B0EE91 in popluar color models

B0EE91
RGB176238145
HSL100°73.23%75.10%
HSB/HSV100°39.08%93.33%
CMYK26.05%0.00%39.08%
6.67%

Color #B0EE91 in popluar number systems.

HEXB0EE91
Decimal176238145
Binary101100001110111010010001
Octal260356221

Shades and tints

Shades of #B0EE91

#B0EE91
(176,238,145)
#A0D984
(160,217,132)
#90C477
(144,196,119)
#80AF6A
(128,175,106)
#709A5D
(112,154,93)
#608550
(96,133,80)
#507043
(80,112,67)
#405B36
(64,91,54)
#304629
(48,70,41)
#20311C
(32,49,28)
#101C0F
(16,28,15)
#000000
(0,0,0)

Tints of #B0EE91

#B0EE91
(176,238,145)
#B7EF9B
(183,239,155)
#BEF0A5
(190,240,165)
#C5F1AF
(197,241,175)
#CCF2B9
(204,242,185)
#D3F3C3
(211,243,195)
#DAF4CD
(218,244,205)
#E1F5D7
(225,245,215)
#E8F6E1
(232,246,225)
#EFF7EB
(239,247,235)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EE91 color. Also use rgb(176,238,145) instead hex code.

Text Font Color

.myTextColor { color: #B0EE91; }

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

This text font color is #B0EE91.


Background Color

.myBgColor { background-color: #B0EE91; }

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

This div background color is #B0EE91.


Border color

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

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

This div border color is #B0EE91.


Opacity

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

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

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

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

This text has shadow with #B0EE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EE91 on black background.


Color preview on white background

This text has color #B0EE91 on white background.



Black color preview on #B0EE91 background

This text has black color on #B0EE91 background.


White color preview on #B0EE91 background

This text has white color on #B0EE91 background.