COLOR #B2F19A

HEX: #B2F19A RGB: (178,241,154)

Color info

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

RGB color model

#B2F19A color RGB value is (178,241,154).

RGB: (178,241,154) (70%, 95%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 241 of 255 = 95%
B 154 of 255 = 60%

178
241
154

R + G + B ~ 75%. #B2F19A is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 241 + 154 = 573 (100%)
R 178 of 573 ~ 31.06%
G 241 of 573 ~ 42.06%
B 154 of 573 ~ 26.88'%

%31.06
%42.06
%26.88

CMYK color model

#B2F19A color CMYK value is (26,0,36,5).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 5.49%

CMYK: (26,0,36,5)
C26M0Y36K5 (26%, 0%, 36%, 5%)
(0.26 / 0.00 / 0.36 / 0.05)

CMYK percentages

%26.14
%0
%36.1
%5.49

Codes

Color #B2F19A in popluar color models

B2 F1 9A
RGB 178 241 154
HSL 103° 75.65% 77.45%
HSB/HSV 103° 36.10% 94.51%
CMYK 26.14% 0.00% 36.10%
5.49%

Color #B2F19A in popluar number systems.

HEX B2 F1 9A
Decimal 178 241 154
Binary 10110010 11110001 10011010
Octal 262 361 232

Shades and tints

Shades of #B2F19A

#B2F19A
(178,241,154)
#A2DC8C
(162,220,140)
#92C77E
(146,199,126)
#82B270
(130,178,112)
#729D62
(114,157,98)
#628854
(98,136,84)
#527346
(82,115,70)
#425E38
(66,94,56)
#32492A
(50,73,42)
#22341C
(34,52,28)
#121F0E
(18,31,14)
#000000
(0,0,0)

Tints of #B2F19A

#B2F19A
(178,241,154)
#B9F2A3
(185,242,163)
#C0F3AC
(192,243,172)
#C7F4B5
(199,244,181)
#CEF5BE
(206,245,190)
#D5F6C7
(213,246,199)
#DCF7D0
(220,247,208)
#E3F8D9
(227,248,217)
#EAF9E2
(234,249,226)
#F1FAEB
(241,250,235)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F19A color. Also use rgb(178,241,154) instead hex code.

Text Font Color

.myTextColor { color: #B2F19A; }

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

This text font color is #B2F19A.

Background Color

.myBgColor { background-color: #B2F19A; }

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

This div background color is #B2F19A.

Border color

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

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

This div border color is #B2F19A.

Opacity

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

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

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

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

This text has shadow with #B2F19A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F19A.

Preview

Color preview on black background

This text has color #B2F19A on black background.


Color preview on white background

This text has color #B2F19A on white background.


Black color preview on #B2F19A background

This text has black color on #B2F19A background.


White color preview on #B2F19A background

This text has white color on #B2F19A background.


Related colors

Complementary color

Complementary color for #hex is #4D0E65.


I love getcolorcode.com

Triadic colors

1 #9AB2F1 and #F19AB2 with #B2F19A are triadic colors.

2 #9AF1B2 and #F1B29A with #B2F19A are triadic colors.