#C0AA12

Color #C0AA12 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C0AA12

Tints of Earls Green #C0AA12

Color information

#C0AA12 (or 0xC0AA12) is unknown color: approx Earls Green. HEX triplet: C0, AA and 12. RGB value is (192,170,18). Sum of RGB (Red+Green+Blue) = 192+170+18=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA12 is #3F55ED. Grayscale: #9F9F9F. Windows color (decimal): -4150766 or 1223360. OLE color: 1223360.

HSL color Cylindrical-coordinate representation of color #C0AA12: hue angle of 52.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0AA12 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19217018-
CMYK00.110.910.25
HSL52.41º82.86%41.18%-
HSV(B)52.41º90.62%75.29%-
XYZ36.22406.38-
YUV159.2548.29151.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=50.53%
G=44.74%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921701800.110.910.2552.4182.8641.18
HexC0AA120B5B19345329
Octal30025222013133316412351
Binary110000001010101010010010111011011110011101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA12; }

 p { color: rgb(192,170,18); }

 H1.HeaderClassName
 {
   color: #C0AA12;
 }
 .AnyTagClassName
 {
   color: #C0AA12;
 }
</style>
background-color css

<style>
 a { background-color: #C0AA12; }

 a { background-color: rgb(192,170,18); }

 div.DivClassName
 {
   background-color: #C0AA12;
 }
 .BgClassName
 {
   background-color: #C0AA12;
 }
</style>
border-color css

<style>
 span { border-color: #C0AA12; }

 span { border-color: rgb(192,170,18); }

 td.TdClassName
 {
   border-color: #C0AA12;
 }
 .TagClassName
 {
   border-color: #C0AA12;
 }
</style>