#C0AA1E

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

Shades of Earls Green #C0AA1E

Tints of Earls Green #C0AA1E

Color information

#C0AA1E (or 0xC0AA1E) is unknown color: approx Earls Green. HEX triplet: C0, AA and 1E. RGB value is (192,170,30). Sum of RGB (Red+Green+Blue) = 192+170+30=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA1E is #3F55E1. Grayscale: #A1A1A1. Windows color (decimal): -4150754 or 2009792. OLE color: 2009792.

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

Color convert

RGB19217030-
CMYK00.110.840.25
HSL51.85º72.97%43.53%-
HSV(B)51.85º84.38%75.29%-
XYZ36.3540.057.04-
YUV160.6254.29150.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 30 (12.11% from 255) = 7.65%
R=48.98%
G=43.37%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921703000.110.840.2551.8572.9743.53
HexC0AA1E0B541934492c
Octal30025236013124316411154
Binary110000001010101011110010111010100110011101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA1E; }

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

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

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

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

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

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

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

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