COLOR #B6E49A

HEX: #B6E49A
RGB: (182,228,154)

Color info

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

RGB color model

#B6E49A color RGB value is (182,228,154).

  • red value is 182;
  • green value is 228;
  • blue value is 154.
RGB:
(182,228,154)
(71%,89%,60%)

RGB channels and saturation

R 182 of 255 = 71%
G 228 of 255 = 89%
B 154 of 255 = 60%

182
228
154

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

Portions of RGB colors in percentages

R + G + B =
182 + 228 + 154 = 564 (100%)
R 182 of 564 ~ 32.27%
G 228 of 564 ~ 40.43%
B 154 of 564 ~ 27.3%

%32.27
%40.43
%27.3

CMYK color model

#B6E49A color CMYK value is (20,0,32,11).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 10.59%
CMYK:
(20,0,32,11)
C20M0Y32K11 
(20%,0%,32%,11%)
(0.20/0.00/0.32/0.11)	

CMYK percentages

%20.18
%0
%32.46
%10.59

Codes

Color #B6E49A in popluar color models

B6E49A
RGB182228154
HSL97°57.81%74.90%
HSB/HSV97°32.46%89.41%
CMYK20.18%0.00%32.46%
10.59%

Color #B6E49A in popluar number systems.

HEXB6E49A
Decimal182228154
Binary101101101110010010011010
Octal266344232

Shades and tints

Shades of #B6E49A

#B6E49A
(182,228,154)
#A6D08C
(166,208,140)
#96BC7E
(150,188,126)
#86A870
(134,168,112)
#769462
(118,148,98)
#668054
(102,128,84)
#566C46
(86,108,70)
#465838
(70,88,56)
#36442A
(54,68,42)
#26301C
(38,48,28)
#161C0E
(22,28,14)
#000000
(0,0,0)

Tints of #B6E49A

#B6E49A
(182,228,154)
#BCE6A3
(188,230,163)
#C2E8AC
(194,232,172)
#C8EAB5
(200,234,181)
#CEECBE
(206,236,190)
#D4EEC7
(212,238,199)
#DAF0D0
(218,240,208)
#E0F2D9
(224,242,217)
#E6F4E2
(230,244,226)
#ECF6EB
(236,246,235)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E49A color. Also use rgb(182,228,154) instead hex code.

Text Font Color

.myTextColor { color: #B6E49A; }

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

This text font color is #B6E49A.


Background Color

.myBgColor { background-color: #B6E49A; }

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

This div background color is #B6E49A.


Border color

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

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

This div border color is #B6E49A.


Opacity

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

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

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

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

This text has shadow with #B6E49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E49A on black background.


Color preview on white background

This text has color #B6E49A on white background.



Black color preview on #B6E49A background

This text has black color on #B6E49A background.


White color preview on #B6E49A background

This text has white color on #B6E49A background.