COLOR #B9CC39

HEX: #B9CC39
RGB: (185,204,57)

Color info

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

RGB color model

#B9CC39 color RGB value is (185,204,57).

  • red value is 185;
  • green value is 204;
  • blue value is 57.
RGB:
(185,204,57)
(73%,80%,22%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 57 of 255 = 22%

185
204
57

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 57 = 446 (100%)
R 185 of 446 ~ 41.48%
G 204 of 446 ~ 45.74%
B 57 of 446 ~ 12.78%

%41.48
%45.74
%12.78

CMYK color model

#B9CC39 color CMYK value is (9,0,72,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 72.06%
  • key color value is 20.00%
CMYK:
(9,0,72,20)
C9M0Y72K20 
(9%,0%,72%,20%)
(0.09/0.00/0.72/0.20)	

CMYK percentages

%9.31
%0
%72.06
%20

Codes

Color #B9CC39 in popluar color models

B9CC39
RGB18520457
HSL68°59.04%51.18%
HSB/HSV68°72.06%80.00%
CMYK9.31%0.00%72.06%
20.00%

Color #B9CC39 in popluar number systems.

HEXB9CC39
Decimal18520457
Binary1011100111001100111001
Octal27131471

Shades and tints

Shades of #B9CC39

#B9CC39
(185,204,57)
#A9BA34
(169,186,52)
#99A82F
(153,168,47)
#89962A
(137,150,42)
#798425
(121,132,37)
#697220
(105,114,32)
#59601B
(89,96,27)
#494E16
(73,78,22)
#393C11
(57,60,17)
#292A0C
(41,42,12)
#191807
(25,24,7)
#000000
(0,0,0)

Tints of #B9CC39

#B9CC39
(185,204,57)
#BFD04B
(191,208,75)
#C5D45D
(197,212,93)
#CBD86F
(203,216,111)
#D1DC81
(209,220,129)
#D7E093
(215,224,147)
#DDE4A5
(221,228,165)
#E3E8B7
(227,232,183)
#E9ECC9
(233,236,201)
#EFF0DB
(239,240,219)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CC39 color. Also use rgb(185,204,57) instead hex code.

Text Font Color

.myTextColor { color: #B9CC39; }

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

This text font color is #B9CC39.


Background Color

.myBgColor { background-color: #B9CC39; }

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

This div background color is #B9CC39.


Border color

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

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

This div border color is #B9CC39.


Opacity

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

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

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

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

This text has shadow with #B9CC39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CC39 on black background.


Color preview on white background

This text has color #B9CC39 on white background.



Black color preview on #B9CC39 background

This text has black color on #B9CC39 background.


White color preview on #B9CC39 background

This text has white color on #B9CC39 background.