COLOR #B6E062

HEX: #B6E062
RGB: (182,224,98)

Color info

#B6E062 contains mainly red and green colors. Web safe color of #B6E062 is #CCCC66 (or #CC6).

RGB color model

#B6E062 color RGB value is (182,224,98).

  • red value is 182;
  • green value is 224;
  • blue value is 98.
RGB:
(182,224,98)
(71%,88%,38%)

RGB channels and saturation

R 182 of 255 = 71%
G 224 of 255 = 88%
B 98 of 255 = 38%

182
224
98

R + G + B ~ 66%. #B6E062 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 224 + 98 = 504 (100%)
R 182 of 504 ~ 36.11%
G 224 of 504 ~ 44.44%
B 98 of 504 ~ 19.44%

%36.11
%44.44
%19.44

CMYK color model

#B6E062 color CMYK value is (19,0,56,12).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 12.16%
CMYK:
(19,0,56,12)
C19M0Y56K12 
(19%,0%,56%,12%)
(0.19/0.00/0.56/0.12)	

CMYK percentages

%18.75
%0
%56.25
%12.16

Codes

Color #B6E062 in popluar color models

B6E062
RGB18222498
HSL80°67.02%63.14%
HSB/HSV80°56.25%87.84%
CMYK18.75%0.00%56.25%
12.16%

Color #B6E062 in popluar number systems.

HEXB6E062
Decimal18222498
Binary10110110111000001100010
Octal266340142

Shades and tints

Shades of #B6E062

#B6E062
(182,224,98)
#A6CC5A
(166,204,90)
#96B852
(150,184,82)
#86A44A
(134,164,74)
#769042
(118,144,66)
#667C3A
(102,124,58)
#566832
(86,104,50)
#46542A
(70,84,42)
#364022
(54,64,34)
#262C1A
(38,44,26)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #B6E062

#B6E062
(182,224,98)
#BCE270
(188,226,112)
#C2E47E
(194,228,126)
#C8E68C
(200,230,140)
#CEE89A
(206,232,154)
#D4EAA8
(212,234,168)
#DAECB6
(218,236,182)
#E0EEC4
(224,238,196)
#E6F0D2
(230,240,210)
#ECF2E0
(236,242,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E062 color. Also use rgb(182,224,98) instead hex code.

Text Font Color

.myTextColor { color: #B6E062; }

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

This text font color is #B6E062.


Background Color

.myBgColor { background-color: #B6E062; }

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

This div background color is #B6E062.


Border color

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

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

This div border color is #B6E062.


Opacity

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

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

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

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

This text has shadow with #B6E062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E062 on black background.


Color preview on white background

This text has color #B6E062 on white background.



Black color preview on #B6E062 background

This text has black color on #B6E062 background.


White color preview on #B6E062 background

This text has white color on #B6E062 background.