#C0AA18

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

Shades of Earls Green #C0AA18

Tints of Earls Green #C0AA18

Color information

#C0AA18 (or 0xC0AA18) is unknown color: approx Earls Green. HEX triplet: C0, AA and 18. RGB value is (192,170,24). Sum of RGB (Red+Green+Blue) = 192+170+24=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AA18 is #3F55E7. Grayscale: #A0A0A0. Windows color (decimal): -4150760 or 1616576. OLE color: 1616576.

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

Color convert

RGB19217024-
CMYK00.110.880.25
HSL52.14º77.78%42.35%-
HSV(B)52.14º87.5%75.29%-
XYZ36.2840.026.68-
YUV159.9351.29150.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 24 (9.77% from 255) = 6.22%
R=49.74%
G=44.04%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921702400.110.880.2552.1477.7842.35
HexC0AA180B5819344e2a
Octal30025230013130316411652
Binary110000001010101011000010111011000110011101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA18; }

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

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

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

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

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

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

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

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