COLOR #B6D484

HEX: #B6D484
RGB: (182,212,132)

Color info

#B6D484 contains mainly red and green colors. Web safe color of #B6D484 is #CCCC99 (or #CC9).

RGB color model

#B6D484 color RGB value is (182,212,132).

  • red value is 182;
  • green value is 212;
  • blue value is 132.
RGB:
(182,212,132)
(71%,83%,52%)

RGB channels and saturation

R 182 of 255 = 71%
G 212 of 255 = 83%
B 132 of 255 = 52%

182
212
132

R + G + B ~ 69%. #B6D484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 212 + 132 = 526 (100%)
R 182 of 526 ~ 34.6%
G 212 of 526 ~ 40.3%
B 132 of 526 ~ 25.1%

%34.6
%40.3
%25.1

CMYK color model

#B6D484 color CMYK value is (14,0,38,17).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 16.86%
CMYK:
(14,0,38,17)
C14M0Y38K17 
(14%,0%,38%,17%)
(0.14/0.00/0.38/0.17)	

CMYK percentages

%14.15
%0
%37.74
%16.86

Codes

Color #B6D484 in popluar color models

B6D484
RGB182212132
HSL83°48.19%67.45%
HSB/HSV83°37.74%83.14%
CMYK14.15%0.00%37.74%
16.86%

Color #B6D484 in popluar number systems.

HEXB6D484
Decimal182212132
Binary101101101101010010000100
Octal266324204

Shades and tints

Shades of #B6D484

#B6D484
(182,212,132)
#A6C178
(166,193,120)
#96AE6C
(150,174,108)
#869B60
(134,155,96)
#768854
(118,136,84)
#667548
(102,117,72)
#56623C
(86,98,60)
#464F30
(70,79,48)
#363C24
(54,60,36)
#262918
(38,41,24)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #B6D484

#B6D484
(182,212,132)
#BCD78F
(188,215,143)
#C2DA9A
(194,218,154)
#C8DDA5
(200,221,165)
#CEE0B0
(206,224,176)
#D4E3BB
(212,227,187)
#DAE6C6
(218,230,198)
#E0E9D1
(224,233,209)
#E6ECDC
(230,236,220)
#ECEFE7
(236,239,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D484 color. Also use rgb(182,212,132) instead hex code.

Text Font Color

.myTextColor { color: #B6D484; }

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

This text font color is #B6D484.


Background Color

.myBgColor { background-color: #B6D484; }

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

This div background color is #B6D484.


Border color

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

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

This div border color is #B6D484.


Opacity

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

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

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

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

This text has shadow with #B6D484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D484 on black background.


Color preview on white background

This text has color #B6D484 on white background.



Black color preview on #B6D484 background

This text has black color on #B6D484 background.


White color preview on #B6D484 background

This text has white color on #B6D484 background.