COLOR #B6CD5E

HEX: #B6CD5E
RGB: (182,205,94)

Color info

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

RGB color model

#B6CD5E color RGB value is (182,205,94).

  • red value is 182;
  • green value is 205;
  • blue value is 94.
RGB:
(182,205,94)
(71%,80%,37%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 94 of 255 = 37%

182
205
94

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

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 94 = 481 (100%)
R 182 of 481 ~ 37.84%
G 205 of 481 ~ 42.62%
B 94 of 481 ~ 19.54%

%37.84
%42.62
%19.54

CMYK color model

#B6CD5E color CMYK value is (11,0,54,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 54.15%
  • key color value is 19.61%
CMYK:
(11,0,54,20)
C11M0Y54K20 
(11%,0%,54%,20%)
(0.11/0.00/0.54/0.20)	

CMYK percentages

%11.22
%0
%54.15
%19.61

Codes

Color #B6CD5E in popluar color models

B6CD5E
RGB18220594
HSL72°52.61%58.63%
HSB/HSV72°54.15%80.39%
CMYK11.22%0.00%54.15%
19.61%

Color #B6CD5E in popluar number systems.

HEXB6CD5E
Decimal18220594
Binary10110110110011011011110
Octal266315136

Shades and tints

Shades of #B6CD5E

#B6CD5E
(182,205,94)
#A6BB56
(166,187,86)
#96A94E
(150,169,78)
#869746
(134,151,70)
#76853E
(118,133,62)
#667336
(102,115,54)
#56612E
(86,97,46)
#464F26
(70,79,38)
#363D1E
(54,61,30)
#262B16
(38,43,22)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #B6CD5E

#B6CD5E
(182,205,94)
#BCD16C
(188,209,108)
#C2D57A
(194,213,122)
#C8D988
(200,217,136)
#CEDD96
(206,221,150)
#D4E1A4
(212,225,164)
#DAE5B2
(218,229,178)
#E0E9C0
(224,233,192)
#E6EDCE
(230,237,206)
#ECF1DC
(236,241,220)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CD5E color. Also use rgb(182,205,94) instead hex code.

Text Font Color

.myTextColor { color: #B6CD5E; }

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

This text font color is #B6CD5E.


Background Color

.myBgColor { background-color: #B6CD5E; }

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

This div background color is #B6CD5E.


Border color

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

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

This div border color is #B6CD5E.


Opacity

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

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

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

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

This text has shadow with #B6CD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CD5E on black background.


Color preview on white background

This text has color #B6CD5E on white background.



Black color preview on #B6CD5E background

This text has black color on #B6CD5E background.


White color preview on #B6CD5E background

This text has white color on #B6CD5E background.