COLOR #B6B94C

HEX: #B6B94C
RGB: (182,185,76)

Color info

#B6B94C contains mainly red and green colors. Web safe color of #B6B94C is #CCCC33 (or #CC3).

RGB color model

#B6B94C color RGB value is (182,185,76).

  • red value is 182;
  • green value is 185;
  • blue value is 76.
RGB:
(182,185,76)
(71%,73%,30%)

RGB channels and saturation

R 182 of 255 = 71%
G 185 of 255 = 73%
B 76 of 255 = 30%

182
185
76

R + G + B ~ 58%. #B6B94C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 185 + 76 = 443 (100%)
R 182 of 443 ~ 41.08%
G 185 of 443 ~ 41.76%
B 76 of 443 ~ 17.16%

%41.08
%41.76
%17.16

CMYK color model

#B6B94C color CMYK value is (2,0,59,27).

  • cyan value is 1.62%
  • magenta value is 0.00%
  • yellow value is 58.92%
  • key color value is 27.45%
CMYK:
(2,0,59,27)
C2M0Y59K27 
(2%,0%,59%,27%)
(0.02/0.00/0.59/0.27)	

CMYK percentages

%1.62
%0
%58.92
%27.45

Codes

Color #B6B94C in popluar color models

B6B94C
RGB18218576
HSL62°43.78%51.18%
HSB/HSV62°58.92%72.55%
CMYK1.62%0.00%58.92%
27.45%

Color #B6B94C in popluar number systems.

HEXB6B94C
Decimal18218576
Binary10110110101110011001100
Octal266271114

Shades and tints

Shades of #B6B94C

#B6B94C
(182,185,76)
#A6A946
(166,169,70)
#969940
(150,153,64)
#86893A
(134,137,58)
#767934
(118,121,52)
#66692E
(102,105,46)
#565928
(86,89,40)
#464922
(70,73,34)
#36391C
(54,57,28)
#262916
(38,41,22)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #B6B94C

#B6B94C
(182,185,76)
#BCBF5C
(188,191,92)
#C2C56C
(194,197,108)
#C8CB7C
(200,203,124)
#CED18C
(206,209,140)
#D4D79C
(212,215,156)
#DADDAC
(218,221,172)
#E0E3BC
(224,227,188)
#E6E9CC
(230,233,204)
#ECEFDC
(236,239,220)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6B94C color. Also use rgb(182,185,76) instead hex code.

Text Font Color

.myTextColor { color: #B6B94C; }

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

This text font color is #B6B94C.


Background Color

.myBgColor { background-color: #B6B94C; }

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

This div background color is #B6B94C.


Border color

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

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

This div border color is #B6B94C.


Opacity

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

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

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

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

This text has shadow with #B6B94C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6B94C on black background.


Color preview on white background

This text has color #B6B94C on white background.



Black color preview on #B6B94C background

This text has black color on #B6B94C background.


White color preview on #B6B94C background

This text has white color on #B6B94C background.