COLOR #B6C582

HEX: #B6C582 RGB: (182,197,130)

Color info

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

RGB color model

#B6C582 color RGB value is (182,197,130).

RGB: (182,197,130) (71%, 77%, 51%)

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 130 of 255 = 51%

182
197
130

R + G + B ~ 66%. #B6C582 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 197 + 130 = 509 (100%)
R 182 of 509 ~ 35.76%
G 197 of 509 ~ 38.7%
B 130 of 509 ~ 25.54'%

%35.76
%38.7
%25.54

CMYK color model

#B6C582 color CMYK value is (8,0,34,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 34.01%
  • key color value is 22.75%

CMYK: (8,0,34,23)
C8M0Y34K23 (8%, 0%, 34%, 23%)
(0.08 / 0.00 / 0.34 / 0.23)

CMYK percentages

%7.61
%0
%34.01
%22.75

Codes

Color #B6C582 in popluar color models

B6 C5 82
RGB 182 197 130
HSL 73° 36.61% 64.12%
HSB/HSV 73° 34.01% 77.25%
CMYK 7.61% 0.00% 34.01%
22.75%

Color #B6C582 in popluar number systems.

HEX B6 C5 82
Decimal 182 197 130
Binary 10110110 11000101 10000010
Octal 266 305 202

Shades and tints

Shades of #B6C582

#B6C582
(182,197,130)
#A6B477
(166,180,119)
#96A36C
(150,163,108)
#869261
(134,146,97)
#768156
(118,129,86)
#66704B
(102,112,75)
#565F40
(86,95,64)
#464E35
(70,78,53)
#363D2A
(54,61,42)
#262C1F
(38,44,31)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #B6C582

#B6C582
(182,197,130)
#BCCA8D
(188,202,141)
#C2CF98
(194,207,152)
#C8D4A3
(200,212,163)
#CED9AE
(206,217,174)
#D4DEB9
(212,222,185)
#DAE3C4
(218,227,196)
#E0E8CF
(224,232,207)
#E6EDDA
(230,237,218)
#ECF2E5
(236,242,229)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C582 color. Also use rgb(182,197,130) instead hex code.

Text Font Color

.myTextColor { color: #B6C582; }

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

This text font color is #B6C582.

Background Color

.myBgColor { background-color: #B6C582; }

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

This div background color is #B6C582.

Border color

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

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

This div border color is #B6C582.

Opacity

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

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

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

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

This text has shadow with #B6C582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C582.

Preview

Color preview on black background

This text has color #B6C582 on black background.


Color preview on white background

This text has color #B6C582 on white background.


Black color preview on #B6C582 background

This text has black color on #B6C582 background.


White color preview on #B6C582 background

This text has white color on #B6C582 background.


Related colors

Complementary color

Complementary color for #hex is #493A7D.


I love getcolorcode.com

Triadic colors

1 #82B6C5 and #C582B6 with #B6C582 are triadic colors.

2 #82C5B6 and #C5B682 with #B6C582 are triadic colors.