COLOR #B6C77C

HEX: #B6C77C RGB: (182,199,124)

Color info

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

RGB color model

#B6C77C color RGB value is (182,199,124).

RGB: (182,199,124) (71%, 78%, 49%)

RGB channels and saturation

R 182 of 255 = 71%
G 199 of 255 = 78%
B 124 of 255 = 49%

182
199
124

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

Portions of RGB colors in percentages

R + G + B = 182 + 199 + 124 = 505 (100%)
R 182 of 505 ~ 36.04%
G 199 of 505 ~ 39.41%
B 124 of 505 ~ 24.55'%

%36.04
%39.41
%24.55

CMYK color model

#B6C77C color CMYK value is (9,0,38,22).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 37.69%
  • key color value is 21.96%
CMYK: (9,0,38,22) C9M0Y38K22 (9%,0%,38%,22%) (0.09/0.00/0.38/0.22) 

CMYK percentages

%8.54
%0
%37.69
%21.96

Codes

Color #B6C77C in popluar color models

B6 C7 7C
RGB 182 199 124
HSL 74° 40.11% 63.33%
HSB/HSV 74° 37.69% 78.04%
CMYK 8.54% 0.00% 37.69%
21.96%

Color #B6C77C in popluar number systems.

HEX B6 C7 7C
Decimal 182 199 124
Binary 10110110 11000111 1111100
Octal 266 307 174

Shades and tints

Shades of #B6C77C

#B6C77C
(182,199,124)
#A6B571
(166,181,113)
#96A366
(150,163,102)
#86915B
(134,145,91)
#767F50
(118,127,80)
#666D45
(102,109,69)
#565B3A
(86,91,58)
#46492F
(70,73,47)
#363724
(54,55,36)
#262519
(38,37,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #B6C77C

#B6C77C
(182,199,124)
#BCCC87
(188,204,135)
#C2D192
(194,209,146)
#C8D69D
(200,214,157)
#CEDBA8
(206,219,168)
#D4E0B3
(212,224,179)
#DAE5BE
(218,229,190)
#E0EAC9
(224,234,201)
#E6EFD4
(230,239,212)
#ECF4DF
(236,244,223)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C77C color. Also use rgb(182,199,124) instead hex code.

Text Font Color

.myTextColor { color: #B6C77C; }

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

This text font color is #B6C77C.

Background Color

.myBgColor { background-color: #B6C77C; }

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

This div background color is #B6C77C.

Border color

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

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

This div border color is #B6C77C.

Opacity

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

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

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

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

This text has shadow with #B6C77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C77C.

Preview

Color preview on black background

This text has color #B6C77C on black background.


Color preview on white background

This text has color #B6C77C on white background.


Black color preview on #B6C77C background

This text has black color on #B6C77C background.


White color preview on #B6C77C background

This text has white color on #B6C77C background.


Related colors

Complementary color

Complementary color for #hex is #493883.


I love getcolorcode.com

Triadic colors

1 #7CB6C7 and #C77CB6 with #B6C77C are triadic colors.

2 #7CC7B6 and #C7B67C with #B6C77C are triadic colors.