COLOR #B6E14B

HEX: #B6E14B
RGB: (182,225,75)

Color info

#B6E14B contains mainly red and green colors. Web safe color of #B6E14B is #CCCC33 (or #CC3).

RGB color model

#B6E14B color RGB value is (182,225,75).

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

RGB channels and saturation

R 182 of 255 = 71%
G 225 of 255 = 88%
B 75 of 255 = 29%

182
225
75

R + G + B ~ 63%. #B6E14B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 225 + 75 = 482 (100%)
R 182 of 482 ~ 37.76%
G 225 of 482 ~ 46.68%
B 75 of 482 ~ 15.56%

%37.76
%46.68
%15.56

CMYK color model

#B6E14B color CMYK value is (19,0,67,12).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 11.76%
CMYK:
(19,0,67,12)
C19M0Y67K12 
(19%,0%,67%,12%)
(0.19/0.00/0.67/0.12)	

CMYK percentages

%19.11
%0
%66.67
%11.76

Codes

Color #B6E14B in popluar color models

B6E14B
RGB18222575
HSL77°71.43%58.82%
HSB/HSV77°66.67%88.24%
CMYK19.11%0.00%66.67%
11.76%

Color #B6E14B in popluar number systems.

HEXB6E14B
Decimal18222575
Binary10110110111000011001011
Octal266341113

Shades and tints

Shades of #B6E14B

#B6E14B
(182,225,75)
#A6CD45
(166,205,69)
#96B93F
(150,185,63)
#86A539
(134,165,57)
#769133
(118,145,51)
#667D2D
(102,125,45)
#566927
(86,105,39)
#465521
(70,85,33)
#36411B
(54,65,27)
#262D15
(38,45,21)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #B6E14B

#B6E14B
(182,225,75)
#BCE35B
(188,227,91)
#C2E56B
(194,229,107)
#C8E77B
(200,231,123)
#CEE98B
(206,233,139)
#D4EB9B
(212,235,155)
#DAEDAB
(218,237,171)
#E0EFBB
(224,239,187)
#E6F1CB
(230,241,203)
#ECF3DB
(236,243,219)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E14B; }

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

This text font color is #B6E14B.


Background Color

.myBgColor { background-color: #B6E14B; }

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

This div background color is #B6E14B.


Border color

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

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

This div border color is #B6E14B.


Opacity

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

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

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

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

This text has shadow with #B6E14B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E14B on black background.


Color preview on white background

This text has color #B6E14B on white background.



Black color preview on #B6E14B background

This text has black color on #B6E14B background.


White color preview on #B6E14B background

This text has white color on #B6E14B background.