COLOR #B9C36A

HEX: #B9C36A
RGB: (185,195,106)

Color info

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

RGB color model

#B9C36A color RGB value is (185,195,106).

  • red value is 185;
  • green value is 195;
  • blue value is 106.
RGB:
(185,195,106)
(73%,76%,42%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 106 of 255 = 42%

185
195
106

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

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 106 = 486 (100%)
R 185 of 486 ~ 38.07%
G 195 of 486 ~ 40.12%
B 106 of 486 ~ 21.81%

%38.07
%40.12
%21.81

CMYK color model

#B9C36A color CMYK value is (5,0,46,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 45.64%
  • key color value is 23.53%
CMYK:
(5,0,46,24)
C5M0Y46K24 
(5%,0%,46%,24%)
(0.05/0.00/0.46/0.24)	

CMYK percentages

%5.13
%0
%45.64
%23.53

Codes

Color #B9C36A in popluar color models

B9C36A
RGB185195106
HSL67°42.58%59.02%
HSB/HSV67°45.64%76.47%
CMYK5.13%0.00%45.64%
23.53%

Color #B9C36A in popluar number systems.

HEXB9C36A
Decimal185195106
Binary10111001110000111101010
Octal271303152

Shades and tints

Shades of #B9C36A

#B9C36A
(185,195,106)
#A9B261
(169,178,97)
#99A158
(153,161,88)
#89904F
(137,144,79)
#797F46
(121,127,70)
#696E3D
(105,110,61)
#595D34
(89,93,52)
#494C2B
(73,76,43)
#393B22
(57,59,34)
#292A19
(41,42,25)
#191910
(25,25,16)
#000000
(0,0,0)

Tints of #B9C36A

#B9C36A
(185,195,106)
#BFC877
(191,200,119)
#C5CD84
(197,205,132)
#CBD291
(203,210,145)
#D1D79E
(209,215,158)
#D7DCAB
(215,220,171)
#DDE1B8
(221,225,184)
#E3E6C5
(227,230,197)
#E9EBD2
(233,235,210)
#EFF0DF
(239,240,223)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C36A color. Also use rgb(185,195,106) instead hex code.

Text Font Color

.myTextColor { color: #B9C36A; }

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

This text font color is #B9C36A.


Background Color

.myBgColor { background-color: #B9C36A; }

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

This div background color is #B9C36A.


Border color

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

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

This div border color is #B9C36A.


Opacity

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

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

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

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

This text has shadow with #B9C36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C36A on black background.


Color preview on white background

This text has color #B9C36A on white background.



Black color preview on #B9C36A background

This text has black color on #B9C36A background.


White color preview on #B9C36A background

This text has white color on #B9C36A background.