COLOR #B6D95A

HEX: #B6D95A
RGB: (182,217,90)

Color info

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

RGB color model

#B6D95A color RGB value is (182,217,90).

  • red value is 182;
  • green value is 217;
  • blue value is 90.
RGB:
(182,217,90)
(71%,85%,35%)

RGB channels and saturation

R 182 of 255 = 71%
G 217 of 255 = 85%
B 90 of 255 = 35%

182
217
90

R + G + B ~ 64%. #B6D95A is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 217 + 90 = 489 (100%)
R 182 of 489 ~ 37.22%
G 217 of 489 ~ 44.38%
B 90 of 489 ~ 18.4%

%37.22
%44.38
%18.4

CMYK color model

#B6D95A color CMYK value is (16,0,59,15).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 58.53%
  • key color value is 14.90%
CMYK:
(16,0,59,15)
C16M0Y59K15 
(16%,0%,59%,15%)
(0.16/0.00/0.59/0.15)	

CMYK percentages

%16.13
%0
%58.53
%14.9

Codes

Color #B6D95A in popluar color models

B6D95A
RGB18221790
HSL77°62.56%60.20%
HSB/HSV77°58.53%85.10%
CMYK16.13%0.00%58.53%
14.90%

Color #B6D95A in popluar number systems.

HEXB6D95A
Decimal18221790
Binary10110110110110011011010
Octal266331132

Shades and tints

Shades of #B6D95A

#B6D95A
(182,217,90)
#A6C652
(166,198,82)
#96B34A
(150,179,74)
#86A042
(134,160,66)
#768D3A
(118,141,58)
#667A32
(102,122,50)
#56672A
(86,103,42)
#465422
(70,84,34)
#36411A
(54,65,26)
#262E12
(38,46,18)
#161B0A
(22,27,10)
#000000
(0,0,0)

Tints of #B6D95A

#B6D95A
(182,217,90)
#BCDC69
(188,220,105)
#C2DF78
(194,223,120)
#C8E287
(200,226,135)
#CEE596
(206,229,150)
#D4E8A5
(212,232,165)
#DAEBB4
(218,235,180)
#E0EEC3
(224,238,195)
#E6F1D2
(230,241,210)
#ECF4E1
(236,244,225)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D95A color. Also use rgb(182,217,90) instead hex code.

Text Font Color

.myTextColor { color: #B6D95A; }

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

This text font color is #B6D95A.


Background Color

.myBgColor { background-color: #B6D95A; }

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

This div background color is #B6D95A.


Border color

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

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

This div border color is #B6D95A.


Opacity

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

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

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

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

This text has shadow with #B6D95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D95A on black background.


Color preview on white background

This text has color #B6D95A on white background.



Black color preview on #B6D95A background

This text has black color on #B6D95A background.


White color preview on #B6D95A background

This text has white color on #B6D95A background.