COLOR #B9C060

HEX: #B9C060
RGB: (185,192,96)

Color info

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

RGB color model

#B9C060 color RGB value is (185,192,96).

  • red value is 185;
  • green value is 192;
  • blue value is 96.
RGB:
(185,192,96)
(73%,75%,38%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 96 of 255 = 38%

185
192
96

R + G + B ~ 62%. #B9C060 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 96 = 473 (100%)
R 185 of 473 ~ 39.11%
G 192 of 473 ~ 40.59%
B 96 of 473 ~ 20.3%

%39.11
%40.59
%20.3

CMYK color model

#B9C060 color CMYK value is (4,0,50,25).

  • cyan value is 3.65%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 24.71%
CMYK:
(4,0,50,25)
C4M0Y50K25 
(4%,0%,50%,25%)
(0.04/0.00/0.50/0.25)	

CMYK percentages

%3.65
%0
%50
%24.71

Codes

Color #B9C060 in popluar color models

B9C060
RGB18519296
HSL64°43.24%56.47%
HSB/HSV64°50.00%75.29%
CMYK3.65%0.00%50.00%
24.71%

Color #B9C060 in popluar number systems.

HEXB9C060
Decimal18519296
Binary10111001110000001100000
Octal271300140

Shades and tints

Shades of #B9C060

#B9C060
(185,192,96)
#A9AF58
(169,175,88)
#999E50
(153,158,80)
#898D48
(137,141,72)
#797C40
(121,124,64)
#696B38
(105,107,56)
#595A30
(89,90,48)
#494928
(73,73,40)
#393820
(57,56,32)
#292718
(41,39,24)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #B9C060

#B9C060
(185,192,96)
#BFC56E
(191,197,110)
#C5CA7C
(197,202,124)
#CBCF8A
(203,207,138)
#D1D498
(209,212,152)
#D7D9A6
(215,217,166)
#DDDEB4
(221,222,180)
#E3E3C2
(227,227,194)
#E9E8D0
(233,232,208)
#EFEDDE
(239,237,222)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C060 color. Also use rgb(185,192,96) instead hex code.

Text Font Color

.myTextColor { color: #B9C060; }

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

This text font color is #B9C060.


Background Color

.myBgColor { background-color: #B9C060; }

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

This div background color is #B9C060.


Border color

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

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

This div border color is #B9C060.


Opacity

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

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

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

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

This text has shadow with #B9C060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C060 on black background.


Color preview on white background

This text has color #B9C060 on white background.



Black color preview on #B9C060 background

This text has black color on #B9C060 background.


White color preview on #B9C060 background

This text has white color on #B9C060 background.