COLOR #B0F949

HEX: #B0F949
RGB: (176,249,73)

Color info

#B0F949 contains mainly green color. Web safe color of #B0F949 is #99FF33 (or #9F3).

RGB color model

#B0F949 color RGB value is (176,249,73).

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

RGB channels and saturation

R 176 of 255 = 69%
G 249 of 255 = 98%
B 73 of 255 = 29%

176
249
73

R + G + B ~ 65%. #B0F949 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 249 + 73 = 498 (100%)
R 176 of 498 ~ 35.34%
G 249 of 498 ~ 50%
B 73 of 498 ~ 14.66%

%35.34
%50
%14.66

CMYK color model

#B0F949 color CMYK value is (29,0,71,2).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 70.68%
  • key color value is 2.35%
CMYK:
(29,0,71,2)
C29M0Y71K2 
(29%,0%,71%,2%)
(0.29/0.00/0.71/0.02)	

CMYK percentages

%29.32
%0
%70.68
%2.35

Codes

Color #B0F949 in popluar color models

B0F949
RGB17624973
HSL85°93.62%63.14%
HSB/HSV85°70.68%97.65%
CMYK29.32%0.00%70.68%
2.35%

Color #B0F949 in popluar number systems.

HEXB0F949
Decimal17624973
Binary10110000111110011001001
Octal260371111

Shades and tints

Shades of #B0F949

#B0F949
(176,249,73)
#A0E343
(160,227,67)
#90CD3D
(144,205,61)
#80B737
(128,183,55)
#70A131
(112,161,49)
#608B2B
(96,139,43)
#507525
(80,117,37)
#405F1F
(64,95,31)
#304919
(48,73,25)
#203313
(32,51,19)
#101D0D
(16,29,13)
#000000
(0,0,0)

Tints of #B0F949

#B0F949
(176,249,73)
#B7F959
(183,249,89)
#BEF969
(190,249,105)
#C5F979
(197,249,121)
#CCF989
(204,249,137)
#D3F999
(211,249,153)
#DAF9A9
(218,249,169)
#E1F9B9
(225,249,185)
#E8F9C9
(232,249,201)
#EFF9D9
(239,249,217)
#F6F9E9
(246,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F949; }

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

This text font color is #B0F949.


Background Color

.myBgColor { background-color: #B0F949; }

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

This div background color is #B0F949.


Border color

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

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

This div border color is #B0F949.


Opacity

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

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

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

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

This text has shadow with #B0F949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F949 on black background.


Color preview on white background

This text has color #B0F949 on white background.



Black color preview on #B0F949 background

This text has black color on #B0F949 background.


White color preview on #B0F949 background

This text has white color on #B0F949 background.