COLOR #9C9000

HEX: #9C9000
RGB: (156,144,0)

Color info

#9C9000 contains only red and green colors. Web safe color of #9C9000 is #999900 (or #990).

RGB color model

#9C9000 color RGB value is (156,144,0).

  • red value is 156;
  • green value is 144;
  • blue value is 0.
RGB:
(156,144,0)
(61%,56%,0%)

RGB channels and saturation

R 156 of 255 = 61%
G 144 of 255 = 56%
B 0 of 255 = 0%

156
144
0

R + G + B ~ 39%. #9C9000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 144 + 0 = 300 (100%)
R 156 of 300 ~ 52%
G 144 of 300 ~ 48%
B 0 of 300 ~ 0%

%52
%48

CMYK color model

#9C9000 color CMYK value is (0,8,100,39).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 100.00%
  • key color value is 38.82%
CMYK:
(0,8,100,39)
C0M8Y100K39 
(0%,8%,100%,39%)
(0.00/0.08/1.00/0.39)	

CMYK percentages

%0
%7.69
%100
%38.82

Codes

Color #9C9000 in popluar color models

9C9000
RGB1561440
HSL55°100.00%30.59%
HSB/HSV55°100.00%61.18%
CMYK0.00%7.69%100.00%
38.82%

Color #9C9000 in popluar number systems.

HEX9C9000
Decimal1561440
Binary10011100100100000
Octal2342200

Shades and tints

Shades of #9C9000

#9C9000
(156,144,0)
#8E8300
(142,131,0)
#807600
(128,118,0)
#726900
(114,105,0)
#645C00
(100,92,0)
#564F00
(86,79,0)
#484200
(72,66,0)
#3A3500
(58,53,0)
#2C2800
(44,40,0)
#1E1B00
(30,27,0)
#100E00
(16,14,0)
#000000
(0,0,0)

Tints of #9C9000

#9C9000
(156,144,0)
#A59A17
(165,154,23)
#AEA42E
(174,164,46)
#B7AE45
(183,174,69)
#C0B85C
(192,184,92)
#C9C273
(201,194,115)
#D2CC8A
(210,204,138)
#DBD6A1
(219,214,161)
#E4E0B8
(228,224,184)
#EDEACF
(237,234,207)
#F6F4E6
(246,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9000 color. Also use rgb(156,144,0) instead hex code.

Text Font Color

.myTextColor { color: #9C9000; }

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

This text font color is #9C9000.


Background Color

.myBgColor { background-color: #9C9000; }

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

This div background color is #9C9000.


Border color

.myBorderColor { border: 1px solid #9C9000; }

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

This div border color is #9C9000.


Opacity

.myOpacity80 { color: #9C9000; opacity: 0.8; }

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

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

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

This text has shadow with #9C9000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9000 on black background.


Color preview on white background

This text has color #9C9000 on white background.



Black color preview on #9C9000 background

This text has black color on #9C9000 background.


White color preview on #9C9000 background

This text has white color on #9C9000 background.