COLOR #B0F195

HEX: #B0F195
RGB: (176,241,149)

Color info

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

RGB color model

#B0F195 color RGB value is (176,241,149).

  • red value is 176;
  • green value is 241;
  • blue value is 149.
RGB:
(176,241,149)
(69%,95%,58%)

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 149 of 255 = 58%

176
241
149

R + G + B ~ 74%. #B0F195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 149 = 566 (100%)
R 176 of 566 ~ 31.1%
G 241 of 566 ~ 42.58%
B 149 of 566 ~ 26.33%

%31.1
%42.58
%26.33

CMYK color model

#B0F195 color CMYK value is (27,0,38,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(27,0,38,5)
C27M0Y38K5 
(27%,0%,38%,5%)
(0.27/0.00/0.38/0.05)	

CMYK percentages

%26.97
%0
%38.17
%5.49

Codes

Color #B0F195 in popluar color models

B0F195
RGB176241149
HSL102°76.67%76.47%
HSB/HSV102°38.17%94.51%
CMYK26.97%0.00%38.17%
5.49%

Color #B0F195 in popluar number systems.

HEXB0F195
Decimal176241149
Binary101100001111000110010101
Octal260361225

Shades and tints

Shades of #B0F195

#B0F195
(176,241,149)
#A0DC88
(160,220,136)
#90C77B
(144,199,123)
#80B26E
(128,178,110)
#709D61
(112,157,97)
#608854
(96,136,84)
#507347
(80,115,71)
#405E3A
(64,94,58)
#30492D
(48,73,45)
#203420
(32,52,32)
#101F13
(16,31,19)
#000000
(0,0,0)

Tints of #B0F195

#B0F195
(176,241,149)
#B7F29E
(183,242,158)
#BEF3A7
(190,243,167)
#C5F4B0
(197,244,176)
#CCF5B9
(204,245,185)
#D3F6C2
(211,246,194)
#DAF7CB
(218,247,203)
#E1F8D4
(225,248,212)
#E8F9DD
(232,249,221)
#EFFAE6
(239,250,230)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F195 color. Also use rgb(176,241,149) instead hex code.

Text Font Color

.myTextColor { color: #B0F195; }

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

This text font color is #B0F195.


Background Color

.myBgColor { background-color: #B0F195; }

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

This div background color is #B0F195.


Border color

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

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

This div border color is #B0F195.


Opacity

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

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

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

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

This text has shadow with #B0F195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F195 on black background.


Color preview on white background

This text has color #B0F195 on white background.



Black color preview on #B0F195 background

This text has black color on #B0F195 background.


White color preview on #B0F195 background

This text has white color on #B0F195 background.