COLOR #B9C46C

HEX: #B9C46C
RGB: (185,196,108)

Color info

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

RGB color model

#B9C46C color RGB value is (185,196,108).

  • red value is 185;
  • green value is 196;
  • blue value is 108.
RGB:
(185,196,108)
(73%,77%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 108 of 255 = 42%

185
196
108

R + G + B ~ 64%. #B9C46C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 108 = 489 (100%)
R 185 of 489 ~ 37.83%
G 196 of 489 ~ 40.08%
B 108 of 489 ~ 22.09%

%37.83
%40.08
%22.09

CMYK color model

#B9C46C color CMYK value is (6,0,45,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 23.14%
CMYK:
(6,0,45,23)
C6M0Y45K23 
(6%,0%,45%,23%)
(0.06/0.00/0.45/0.23)	

CMYK percentages

%5.61
%0
%44.9
%23.14

Codes

Color #B9C46C in popluar color models

B9C46C
RGB185196108
HSL68°42.72%59.61%
HSB/HSV68°44.90%76.86%
CMYK5.61%0.00%44.90%
23.14%

Color #B9C46C in popluar number systems.

HEXB9C46C
Decimal185196108
Binary10111001110001001101100
Octal271304154

Shades and tints

Shades of #B9C46C

#B9C46C
(185,196,108)
#A9B363
(169,179,99)
#99A25A
(153,162,90)
#899151
(137,145,81)
#798048
(121,128,72)
#696F3F
(105,111,63)
#595E36
(89,94,54)
#494D2D
(73,77,45)
#393C24
(57,60,36)
#292B1B
(41,43,27)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #B9C46C

#B9C46C
(185,196,108)
#BFC979
(191,201,121)
#C5CE86
(197,206,134)
#CBD393
(203,211,147)
#D1D8A0
(209,216,160)
#D7DDAD
(215,221,173)
#DDE2BA
(221,226,186)
#E3E7C7
(227,231,199)
#E9ECD4
(233,236,212)
#EFF1E1
(239,241,225)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C46C color. Also use rgb(185,196,108) instead hex code.

Text Font Color

.myTextColor { color: #B9C46C; }

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

This text font color is #B9C46C.


Background Color

.myBgColor { background-color: #B9C46C; }

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

This div background color is #B9C46C.


Border color

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

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

This div border color is #B9C46C.


Opacity

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

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

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

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

This text has shadow with #B9C46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C46C on black background.


Color preview on white background

This text has color #B9C46C on white background.



Black color preview on #B9C46C background

This text has black color on #B9C46C background.


White color preview on #B9C46C background

This text has white color on #B9C46C background.