COLOR #B6F19D

HEX: #B6F19D RGB: (182,241,157)

Color info

#B6F19D contains mainly red and green colors. Web safe color of #B6F19D is #CCFF99 (or #CF9).

RGB color model

#B6F19D color RGB value is (182,241,157).

RGB: (182,241,157) (71%, 95%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 241 of 255 = 95%
B 157 of 255 = 62%

182
241
157

R + G + B ~ 76%. #B6F19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 241 + 157 = 580 (100%)
R 182 of 580 ~ 31.38%
G 241 of 580 ~ 41.55%
B 157 of 580 ~ 27.07'%

%31.38
%41.55
%27.07

CMYK color model

#B6F19D color CMYK value is (24,0,35,5).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 5.49%

CMYK: (24,0,35,5)
C24M0Y35K5 (24%, 0%, 35%, 5%)
(0.24 / 0.00 / 0.35 / 0.05)

CMYK percentages

%24.48
%0
%34.85
%5.49

Codes

Color #B6F19D in popluar color models

B6 F1 9D
RGB 182 241 157
HSL 102° 75.00% 78.04%
HSB/HSV 102° 34.85% 94.51%
CMYK 24.48% 0.00% 34.85%
5.49%

Color #B6F19D in popluar number systems.

HEX B6 F1 9D
Decimal 182 241 157
Binary 10110110 11110001 10011101
Octal 266 361 235

Shades and tints

Shades of #B6F19D

#B6F19D
(182,241,157)
#A6DC8F
(166,220,143)
#96C781
(150,199,129)
#86B273
(134,178,115)
#769D65
(118,157,101)
#668857
(102,136,87)
#567349
(86,115,73)
#465E3B
(70,94,59)
#36492D
(54,73,45)
#26341F
(38,52,31)
#161F11
(22,31,17)
#000000
(0,0,0)

Tints of #B6F19D

#B6F19D
(182,241,157)
#BCF2A5
(188,242,165)
#C2F3AD
(194,243,173)
#C8F4B5
(200,244,181)
#CEF5BD
(206,245,189)
#D4F6C5
(212,246,197)
#DAF7CD
(218,247,205)
#E0F8D5
(224,248,213)
#E6F9DD
(230,249,221)
#ECFAE5
(236,250,229)
#F2FBED
(242,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F19D color. Also use rgb(182,241,157) instead hex code.

Text Font Color

.myTextColor { color: #B6F19D; }

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

This text font color is #B6F19D.

Background Color

.myBgColor { background-color: #B6F19D; }

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

This div background color is #B6F19D.

Border color

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

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

This div border color is #B6F19D.

Opacity

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

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

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

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

This text has shadow with #B6F19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F19D.

Preview

Color preview on black background

This text has color #B6F19D on black background.


Color preview on white background

This text has color #B6F19D on white background.


Black color preview on #B6F19D background

This text has black color on #B6F19D background.


White color preview on #B6F19D background

This text has white color on #B6F19D background.


Related colors

Complementary color

Complementary color for #hex is #490E62.


I love getcolorcode.com

Triadic colors

1 #9DB6F1 and #F19DB6 with #B6F19D are triadic colors.

2 #9DF1B6 and #F1B69D with #B6F19D are triadic colors.