COLOR #B6D557

HEX: #B6D557
RGB: (182,213,87)

Color info

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

RGB color model

#B6D557 color RGB value is (182,213,87).

  • red value is 182;
  • green value is 213;
  • blue value is 87.
RGB:
(182,213,87)
(71%,84%,34%)

RGB channels and saturation

R 182 of 255 = 71%
G 213 of 255 = 84%
B 87 of 255 = 34%

182
213
87

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

Portions of RGB colors in percentages

R + G + B =
182 + 213 + 87 = 482 (100%)
R 182 of 482 ~ 37.76%
G 213 of 482 ~ 44.19%
B 87 of 482 ~ 18.05%

%37.76
%44.19
%18.05

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 16.47%
CMYK:
(15,0,59,16)
C15M0Y59K16 
(15%,0%,59%,16%)
(0.15/0.00/0.59/0.16)	

CMYK percentages

%14.55
%0
%59.15
%16.47

Codes

Color #B6D557 in popluar color models

B6D557
RGB18221387
HSL75°60.00%58.82%
HSB/HSV75°59.15%83.53%
CMYK14.55%0.00%59.15%
16.47%

Color #B6D557 in popluar number systems.

HEXB6D557
Decimal18221387
Binary10110110110101011010111
Octal266325127

Shades and tints

Shades of #B6D557

#B6D557
(182,213,87)
#A6C250
(166,194,80)
#96AF49
(150,175,73)
#869C42
(134,156,66)
#76893B
(118,137,59)
#667634
(102,118,52)
#56632D
(86,99,45)
#465026
(70,80,38)
#363D1F
(54,61,31)
#262A18
(38,42,24)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B6D557

#B6D557
(182,213,87)
#BCD866
(188,216,102)
#C2DB75
(194,219,117)
#C8DE84
(200,222,132)
#CEE193
(206,225,147)
#D4E4A2
(212,228,162)
#DAE7B1
(218,231,177)
#E0EAC0
(224,234,192)
#E6EDCF
(230,237,207)
#ECF0DE
(236,240,222)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D557 color. Also use rgb(182,213,87) instead hex code.

Text Font Color

.myTextColor { color: #B6D557; }

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

This text font color is #B6D557.


Background Color

.myBgColor { background-color: #B6D557; }

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

This div background color is #B6D557.


Border color

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

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

This div border color is #B6D557.


Opacity

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

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

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

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

This text has shadow with #B6D557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D557 on black background.


Color preview on white background

This text has color #B6D557 on white background.



Black color preview on #B6D557 background

This text has black color on #B6D557 background.


White color preview on #B6D557 background

This text has white color on #B6D557 background.