COLOR #B6BC6D

HEX: #B6BC6D RGB: (182,188,109)

Color info

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

RGB color model

#B6BC6D color RGB value is (182,188,109).

RGB: (182,188,109) (71%, 74%, 43%)

RGB channels and saturation

R 182 of 255 = 71%
G 188 of 255 = 74%
B 109 of 255 = 43%

182
188
109

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

Portions of RGB colors in percentages

R + G + B = 182 + 188 + 109 = 479 (100%)
R 182 of 479 ~ 38%
G 188 of 479 ~ 39.25%
B 109 of 479 ~ 22.76'%

%38
%39.25
%22.76

CMYK color model

#B6BC6D color CMYK value is (3,0,42,26).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 26.27%

CMYK: (3,0,42,26)
C3M0Y42K26 (3%, 0%, 42%, 26%)
(0.03 / 0.00 / 0.42 / 0.26)

CMYK percentages

%3.19
%0
%42.02
%26.27

Codes

Color #B6BC6D in popluar color models

B6 BC 6D
RGB 182 188 109
HSL 65° 37.09% 58.24%
HSB/HSV 65° 42.02% 73.73%
CMYK 3.19% 0.00% 42.02%
26.27%

Color #B6BC6D in popluar number systems.

HEX B6 BC 6D
Decimal 182 188 109
Binary 10110110 10111100 1101101
Octal 266 274 155

Shades and tints

Shades of #B6BC6D

#B6BC6D
(182,188,109)
#A6AB64
(166,171,100)
#969A5B
(150,154,91)
#868952
(134,137,82)
#767849
(118,120,73)
#666740
(102,103,64)
#565637
(86,86,55)
#46452E
(70,69,46)
#363425
(54,52,37)
#26231C
(38,35,28)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B6BC6D

#B6BC6D
(182,188,109)
#BCC27A
(188,194,122)
#C2C887
(194,200,135)
#C8CE94
(200,206,148)
#CED4A1
(206,212,161)
#D4DAAE
(212,218,174)
#DAE0BB
(218,224,187)
#E0E6C8
(224,230,200)
#E6ECD5
(230,236,213)
#ECF2E2
(236,242,226)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BC6D color. Also use rgb(182,188,109) instead hex code.

Text Font Color

.myTextColor { color: #B6BC6D; }

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

This text font color is #B6BC6D.

Background Color

.myBgColor { background-color: #B6BC6D; }

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

This div background color is #B6BC6D.

Border color

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

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

This div border color is #B6BC6D.

Opacity

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

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

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

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

This text has shadow with #B6BC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BC6D.

Preview

Color preview on black background

This text has color #B6BC6D on black background.


Color preview on white background

This text has color #B6BC6D on white background.


Black color preview on #B6BC6D background

This text has black color on #B6BC6D background.


White color preview on #B6BC6D background

This text has white color on #B6BC6D background.


Related colors

Complementary color

Complementary color for #hex is #494392.


I love getcolorcode.com

Triadic colors

1 #6DB6BC and #BC6DB6 with #B6BC6D are triadic colors.

2 #6DBCB6 and #BCB66D with #B6BC6D are triadic colors.