COLOR #B2F19C

HEX: #B2F19C RGB: (178,241,156)

Color info

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

RGB color model

#B2F19C color RGB value is (178,241,156).

RGB: (178,241,156) (70%, 95%, 61%)

RGB channels and saturation

R 178 of 255 = 70%
G 241 of 255 = 95%
B 156 of 255 = 61%

178
241
156

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

Portions of RGB colors in percentages

R + G + B = 178 + 241 + 156 = 575 (100%)
R 178 of 575 ~ 30.96%
G 241 of 575 ~ 41.91%
B 156 of 575 ~ 27.13'%

%30.96
%41.91
%27.13

CMYK color model

#B2F19C color CMYK value is (26,0,35,5).

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

CMYK: (26,0,35,5)
C26M0Y35K5 (26%, 0%, 35%, 5%)
(0.26 / 0.00 / 0.35 / 0.05)

CMYK percentages

%26.14
%0
%35.27
%5.49

Codes

Color #B2F19C in popluar color models

B2 F1 9C
RGB 178 241 156
HSL 104° 75.22% 77.84%
HSB/HSV 104° 35.27% 94.51%
CMYK 26.14% 0.00% 35.27%
5.49%

Color #B2F19C in popluar number systems.

HEX B2 F1 9C
Decimal 178 241 156
Binary 10110010 11110001 10011100
Octal 262 361 234

Shades and tints

Shades of #B2F19C

#B2F19C
(178,241,156)
#A2DC8E
(162,220,142)
#92C780
(146,199,128)
#82B272
(130,178,114)
#729D64
(114,157,100)
#628856
(98,136,86)
#527348
(82,115,72)
#425E3A
(66,94,58)
#32492C
(50,73,44)
#22341E
(34,52,30)
#121F10
(18,31,16)
#000000
(0,0,0)

Tints of #B2F19C

#B2F19C
(178,241,156)
#B9F2A5
(185,242,165)
#C0F3AE
(192,243,174)
#C7F4B7
(199,244,183)
#CEF5C0
(206,245,192)
#D5F6C9
(213,246,201)
#DCF7D2
(220,247,210)
#E3F8DB
(227,248,219)
#EAF9E4
(234,249,228)
#F1FAED
(241,250,237)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F19C; }

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

This text font color is #B2F19C.

Background Color

.myBgColor { background-color: #B2F19C; }

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

This div background color is #B2F19C.

Border color

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

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

This div border color is #B2F19C.

Opacity

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

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

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

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

This text has shadow with #B2F19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F19C.

Preview

Color preview on black background

This text has color #B2F19C on black background.


Color preview on white background

This text has color #B2F19C on white background.


Black color preview on #B2F19C background

This text has black color on #B2F19C background.


White color preview on #B2F19C background

This text has white color on #B2F19C background.


Related colors

Complementary color

Complementary color for #hex is #4D0E63.


I love getcolorcode.com

Triadic colors

1 #9CB2F1 and #F19CB2 with #B2F19C are triadic colors.

2 #9CF1B2 and #F1B29C with #B2F19C are triadic colors.