COLOR #B6C476

HEX: #B6C476 RGB: (182,196,118)

Color info

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

RGB color model

#B6C476 color RGB value is (182,196,118).

RGB: (182,196,118) (71%, 77%, 46%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 118 of 255 = 46%

182
196
118

R + G + B ~ 65%. #B6C476 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 118 = 496 (100%)
R 182 of 496 ~ 36.69%
G 196 of 496 ~ 39.52%
B 118 of 496 ~ 23.79'%

%36.69
%39.52
%23.79

CMYK color model

#B6C476 color CMYK value is (7,0,40,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK: (7,0,40,23) C7M0Y40K23 (7%,0%,40%,23%) (0.07/0.00/0.40/0.23) 

CMYK percentages

%7.14
%0
%39.8
%23.14

Codes

Color #B6C476 in popluar color models

B6 C4 76
RGB 182 196 118
HSL 71° 39.80% 61.57%
HSB/HSV 71° 39.80% 76.86%
CMYK 7.14% 0.00% 39.80%
23.14%

Color #B6C476 in popluar number systems.

HEX B6 C4 76
Decimal 182 196 118
Binary 10110110 11000100 1110110
Octal 266 304 166

Shades and tints

Shades of #B6C476

#B6C476
(182,196,118)
#A6B36C
(166,179,108)
#96A262
(150,162,98)
#869158
(134,145,88)
#76804E
(118,128,78)
#666F44
(102,111,68)
#565E3A
(86,94,58)
#464D30
(70,77,48)
#363C26
(54,60,38)
#262B1C
(38,43,28)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #B6C476

#B6C476
(182,196,118)
#BCC982
(188,201,130)
#C2CE8E
(194,206,142)
#C8D39A
(200,211,154)
#CED8A6
(206,216,166)
#D4DDB2
(212,221,178)
#DAE2BE
(218,226,190)
#E0E7CA
(224,231,202)
#E6ECD6
(230,236,214)
#ECF1E2
(236,241,226)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C476 color. Also use rgb(182,196,118) instead hex code.

Text Font Color

.myTextColor { color: #B6C476; }

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

This text font color is #B6C476.

Background Color

.myBgColor { background-color: #B6C476; }

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

This div background color is #B6C476.

Border color

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

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

This div border color is #B6C476.

Opacity

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

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

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

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

This text has shadow with #B6C476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C476.

Preview

Color preview on black background

This text has color #B6C476 on black background.


Color preview on white background

This text has color #B6C476 on white background.


Black color preview on #B6C476 background

This text has black color on #B6C476 background.


White color preview on #B6C476 background

This text has white color on #B6C476 background.


Related colors

Complementary color

Complementary color for #hex is #493B89.


I love getcolorcode.com

Triadic colors

1 #76B6C4 and #C476B6 with #B6C476 are triadic colors.

2 #76C4B6 and #C4B676 with #B6C476 are triadic colors.