#C0AA1C

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

Shades of Earls Green #C0AA1C

Tints of Earls Green #C0AA1C

Color information

#C0AA1C (or 0xC0AA1C) is unknown color: approx Earls Green. HEX triplet: C0, AA and 1C. RGB value is (192,170,28). Sum of RGB (Red+Green+Blue) = 192+170+28=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA1C is #3F55E3. Grayscale: #A0A0A0. Windows color (decimal): -4150756 or 1878720. OLE color: 1878720.

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

Color convert

RGB19217028-
CMYK00.110.850.25
HSL51.95º74.55%43.14%-
HSV(B)51.95º85.42%75.29%-
XYZ36.3240.046.91-
YUV160.3953.29150.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 28 (11.33% from 255) = 7.18%
R=49.23%
G=43.59%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921702800.110.850.2551.9574.5543.14
HexC0AA1C0B5519344b2b
Octal30025234013125316411353
Binary110000001010101011100010111010101110011101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA1C; }

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

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

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

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

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

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

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

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