COLOR #B0E906

HEX: #B0E906
RGB: (176,233,6)

Color info

#B0E906 contains mainly red and green colors. Web safe color of #B0E906 is #99FF00 (or #9F0).

RGB color model

#B0E906 color RGB value is (176,233,6).

  • red value is 176;
  • green value is 233;
  • blue value is 6.
RGB:
(176,233,6)
(69%,91%,2%)

RGB channels and saturation

R 176 of 255 = 69%
G 233 of 255 = 91%
B 6 of 255 = 2%

176
233
6

R + G + B ~ 54%. #B0E906 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 233 + 6 = 415 (100%)
R 176 of 415 ~ 42.41%
G 233 of 415 ~ 56.14%
B 6 of 415 ~ 1.45%

%42.41
%56.14

CMYK color model

#B0E906 color CMYK value is (24,0,97,9).

  • cyan value is 24.46%
  • magenta value is 0.00%
  • yellow value is 97.42%
  • key color value is 8.63%
CMYK:
(24,0,97,9)
C24M0Y97K9 
(24%,0%,97%,9%)
(0.24/0.00/0.97/0.09)	

CMYK percentages

%24.46
%0
%97.42
%8.63

Codes

Color #B0E906 in popluar color models

B0E906
RGB1762336
HSL75°94.98%46.86%
HSB/HSV75°97.42%91.37%
CMYK24.46%0.00%97.42%
8.63%

Color #B0E906 in popluar number systems.

HEXB0E906
Decimal1762336
Binary1011000011101001110
Octal2603516

Shades and tints

Shades of #B0E906

#B0E906
(176,233,6)
#A0D406
(160,212,6)
#90BF06
(144,191,6)
#80AA06
(128,170,6)
#709506
(112,149,6)
#608006
(96,128,6)
#506B06
(80,107,6)
#405606
(64,86,6)
#304106
(48,65,6)
#202C06
(32,44,6)
#101706
(16,23,6)
#000000
(0,0,0)

Tints of #B0E906

#B0E906
(176,233,6)
#B7EB1C
(183,235,28)
#BEED32
(190,237,50)
#C5EF48
(197,239,72)
#CCF15E
(204,241,94)
#D3F374
(211,243,116)
#DAF58A
(218,245,138)
#E1F7A0
(225,247,160)
#E8F9B6
(232,249,182)
#EFFBCC
(239,251,204)
#F6FDE2
(246,253,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E906 color. Also use rgb(176,233,6) instead hex code.

Text Font Color

.myTextColor { color: #B0E906; }

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

This text font color is #B0E906.


Background Color

.myBgColor { background-color: #B0E906; }

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

This div background color is #B0E906.


Border color

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

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

This div border color is #B0E906.


Opacity

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

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

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

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

This text has shadow with #B0E906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E906 on black background.


Color preview on white background

This text has color #B0E906 on white background.



Black color preview on #B0E906 background

This text has black color on #B0E906 background.


White color preview on #B0E906 background

This text has white color on #B0E906 background.