COLOR #B6E161

HEX: #B6E161
RGB: (182,225,97)

Color info

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

RGB color model

#B6E161 color RGB value is (182,225,97).

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

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 97 of 255 = 38%

182
225
97

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

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 97 = 504 (100%)
R 182 of 504 ~ 36.11%
G 225 of 504 ~ 44.64%
B 97 of 504 ~ 19.25%

%36.11
%44.64
%19.25

CMYK color model

#B6E161 color CMYK value is (19,0,57,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 56.89%
  • key color value is 11.76%
CMYK:
(19,0,57,12)
C19M0Y57K12 
(19%,0%,57%,12%)
(0.19/0.00/0.57/0.12)	

CMYK percentages

%19.11
%0
%56.89
%11.76

Codes

Color #B6E161 in popluar color models

B6E161
RGB18222597
HSL80°68.09%63.14%
HSB/HSV80°56.89%88.24%
CMYK19.11%0.00%56.89%
11.76%

Color #B6E161 in popluar number systems.

HEXB6E161
Decimal18222597
Binary10110110111000011100001
Octal266341141

Shades and tints

Shades of #B6E161

#B6E161
(182,225,97)
#A6CD59
(166,205,89)
#96B951
(150,185,81)
#86A549
(134,165,73)
#769141
(118,145,65)
#667D39
(102,125,57)
#566931
(86,105,49)
#465529
(70,85,41)
#364121
(54,65,33)
#262D19
(38,45,25)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #B6E161

#B6E161
(182,225,97)
#BCE36F
(188,227,111)
#C2E57D
(194,229,125)
#C8E78B
(200,231,139)
#CEE999
(206,233,153)
#D4EBA7
(212,235,167)
#DAEDB5
(218,237,181)
#E0EFC3
(224,239,195)
#E6F1D1
(230,241,209)
#ECF3DF
(236,243,223)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E161; }

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

This text font color is #B6E161.


Background Color

.myBgColor { background-color: #B6E161; }

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

This div background color is #B6E161.


Border color

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

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

This div border color is #B6E161.


Opacity

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

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

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

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

This text has shadow with #B6E161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E161 on black background.


Color preview on white background

This text has color #B6E161 on white background.



Black color preview on #B6E161 background

This text has black color on #B6E161 background.


White color preview on #B6E161 background

This text has white color on #B6E161 background.