COLOR #B6C581

HEX: #B6C581 RGB: (182,197,129)

Color info

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

RGB color model

#B6C581 color RGB value is (182,197,129).

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

RGB channels and saturation

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

182
197
129

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

Portions of RGB colors in percentages

R + G + B = 182 + 197 + 129 = 508 (100%)
R 182 of 508 ~ 35.83%
G 197 of 508 ~ 38.78%
B 129 of 508 ~ 25.39'%

%35.83
%38.78
%25.39

CMYK color model

#B6C581 color CMYK value is (8,0,35,23).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 22.75%
CMYK: (8,0,35,23) C8M0Y35K23 (8%,0%,35%,23%) (0.08/0.00/0.35/0.23) 

CMYK percentages

%7.61
%0
%34.52
%22.75

Codes

Color #B6C581 in popluar color models

B6 C5 81
RGB 182 197 129
HSL 73° 36.96% 63.92%
HSB/HSV 73° 34.52% 77.25%
CMYK 7.61% 0.00% 34.52%
22.75%

Color #B6C581 in popluar number systems.

HEX B6 C5 81
Decimal 182 197 129
Binary 10110110 11000101 10000001
Octal 266 305 201

Shades and tints

Shades of #B6C581

#B6C581
(182,197,129)
#A6B476
(166,180,118)
#96A36B
(150,163,107)
#869260
(134,146,96)
#768155
(118,129,85)
#66704A
(102,112,74)
#565F3F
(86,95,63)
#464E34
(70,78,52)
#363D29
(54,61,41)
#262C1E
(38,44,30)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #B6C581

#B6C581
(182,197,129)
#BCCA8C
(188,202,140)
#C2CF97
(194,207,151)
#C8D4A2
(200,212,162)
#CED9AD
(206,217,173)
#D4DEB8
(212,222,184)
#DAE3C3
(218,227,195)
#E0E8CE
(224,232,206)
#E6EDD9
(230,237,217)
#ECF2E4
(236,242,228)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C581; }

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

This text font color is #B6C581.

Background Color

.myBgColor { background-color: #B6C581; }

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

This div background color is #B6C581.

Border color

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

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

This div border color is #B6C581.

Opacity

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

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

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

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

This text has shadow with #B6C581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C581.

Preview

Color preview on black background

This text has color #B6C581 on black background.


Color preview on white background

This text has color #B6C581 on white background.


Black color preview on #B6C581 background

This text has black color on #B6C581 background.


White color preview on #B6C581 background

This text has white color on #B6C581 background.


Related colors

Complementary color

Complementary color for #hex is #493A7E.


I love getcolorcode.com

Triadic colors

1 #81B6C5 and #C581B6 with #B6C581 are triadic colors.

2 #81C5B6 and #C5B681 with #B6C581 are triadic colors.