COLOR #B6E196

HEX: #B6E196 RGB: (182,225,150)

Color info

#B6E196 contains mainly red and green colors. Web safe color of #B6E196 is #CCCC99 (or #CC9).

RGB color model

#B6E196 color RGB value is (182,225,150).

RGB: (182,225,150) (71%, 88%, 59%)

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 150 of 255 = 59%

182
225
150

R + G + B ~ 73%. #B6E196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 225 + 150 = 557 (100%)
R 182 of 557 ~ 32.68%
G 225 of 557 ~ 40.39%
B 150 of 557 ~ 26.93'%

%32.68
%40.39
%26.93

CMYK color model

#B6E196 color CMYK value is (19,0,33,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 11.76%

CMYK: (19,0,33,12)
C19M0Y33K12 (19%, 0%, 33%, 12%)
(0.19 / 0.00 / 0.33 / 0.12)

CMYK percentages

%19.11
%0
%33.33
%11.76

Codes

Color #B6E196 in popluar color models

B6 E1 96
RGB 182 225 150
HSL 94° 55.56% 73.53%
HSB/HSV 94° 33.33% 88.24%
CMYK 19.11% 0.00% 33.33%
11.76%

Color #B6E196 in popluar number systems.

HEX B6 E1 96
Decimal 182 225 150
Binary 10110110 11100001 10010110
Octal 266 341 226

Shades and tints

Shades of #B6E196

#B6E196
(182,225,150)
#A6CD89
(166,205,137)
#96B97C
(150,185,124)
#86A56F
(134,165,111)
#769162
(118,145,98)
#667D55
(102,125,85)
#566948
(86,105,72)
#46553B
(70,85,59)
#36412E
(54,65,46)
#262D21
(38,45,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6E196

#B6E196
(182,225,150)
#BCE39F
(188,227,159)
#C2E5A8
(194,229,168)
#C8E7B1
(200,231,177)
#CEE9BA
(206,233,186)
#D4EBC3
(212,235,195)
#DAEDCC
(218,237,204)
#E0EFD5
(224,239,213)
#E6F1DE
(230,241,222)
#ECF3E7
(236,243,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E196 color. Also use rgb(182,225,150) instead hex code.

Text Font Color

.myTextColor { color: #B6E196; }

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

This text font color is #B6E196.

Background Color

.myBgColor { background-color: #B6E196; }

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

This div background color is #B6E196.

Border color

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

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

This div border color is #B6E196.

Opacity

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

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

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

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

This text has shadow with #B6E196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6E196.

Preview

Color preview on black background

This text has color #B6E196 on black background.


Color preview on white background

This text has color #B6E196 on white background.


Black color preview on #B6E196 background

This text has black color on #B6E196 background.


White color preview on #B6E196 background

This text has white color on #B6E196 background.


Related colors

Complementary color

Complementary color for #hex is #491E69.


I love getcolorcode.com

Triadic colors

1 #96B6E1 and #E196B6 with #B6E196 are triadic colors.

2 #96E1B6 and #E1B696 with #B6E196 are triadic colors.