COLOR #B0EB49

HEX: #B0EB49
RGB: (176,235,73)

Color info

#B0EB49 contains mainly red and green colors. Web safe color of #B0EB49 is #99FF33 (or #9F3).

RGB color model

#B0EB49 color RGB value is (176,235,73).

  • red value is 176;
  • green value is 235;
  • blue value is 73.
RGB:
(176,235,73)
(69%,92%,29%)

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 73 of 255 = 29%

176
235
73

R + G + B ~ 63%. #B0EB49 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 235 + 73 = 484 (100%)
R 176 of 484 ~ 36.36%
G 235 of 484 ~ 48.55%
B 73 of 484 ~ 15.08%

%36.36
%48.55
%15.08

CMYK color model

#B0EB49 color CMYK value is (25,0,69,8).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 68.94%
  • key color value is 7.84%
CMYK:
(25,0,69,8)
C25M0Y69K8 
(25%,0%,69%,8%)
(0.25/0.00/0.69/0.08)	

CMYK percentages

%25.11
%0
%68.94
%7.84

Codes

Color #B0EB49 in popluar color models

B0EB49
RGB17623573
HSL82°80.20%60.39%
HSB/HSV82°68.94%92.16%
CMYK25.11%0.00%68.94%
7.84%

Color #B0EB49 in popluar number systems.

HEXB0EB49
Decimal17623573
Binary10110000111010111001001
Octal260353111

Shades and tints

Shades of #B0EB49

#B0EB49
(176,235,73)
#A0D643
(160,214,67)
#90C13D
(144,193,61)
#80AC37
(128,172,55)
#709731
(112,151,49)
#60822B
(96,130,43)
#506D25
(80,109,37)
#40581F
(64,88,31)
#304319
(48,67,25)
#202E13
(32,46,19)
#10190D
(16,25,13)
#000000
(0,0,0)

Tints of #B0EB49

#B0EB49
(176,235,73)
#B7EC59
(183,236,89)
#BEED69
(190,237,105)
#C5EE79
(197,238,121)
#CCEF89
(204,239,137)
#D3F099
(211,240,153)
#DAF1A9
(218,241,169)
#E1F2B9
(225,242,185)
#E8F3C9
(232,243,201)
#EFF4D9
(239,244,217)
#F6F5E9
(246,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EB49 color. Also use rgb(176,235,73) instead hex code.

Text Font Color

.myTextColor { color: #B0EB49; }

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

This text font color is #B0EB49.


Background Color

.myBgColor { background-color: #B0EB49; }

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

This div background color is #B0EB49.


Border color

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

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

This div border color is #B0EB49.


Opacity

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

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

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

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

This text has shadow with #B0EB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EB49 on black background.


Color preview on white background

This text has color #B0EB49 on white background.



Black color preview on #B0EB49 background

This text has black color on #B0EB49 background.


White color preview on #B0EB49 background

This text has white color on #B0EB49 background.