#C0AA28

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

Shades of Earls Green #C0AA28

Tints of Earls Green #C0AA28

Color information

#C0AA28 (or 0xC0AA28) is unknown color: approx Earls Green. HEX triplet: C0, AA and 28. RGB value is (192,170,40). Sum of RGB (Red+Green+Blue) = 192+170+40=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA28 is #3F55D7. Grayscale: #A2A2A2. Windows color (decimal): -4150744 or 2665152. OLE color: 2665152.

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

Color convert

RGB19217040-
CMYK00.110.790.25
HSL51.32º65.52%45.49%-
HSV(B)51.32º79.17%75.29%-
XYZ36.540.117.83-
YUV161.7659.29149.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 40 (16.02% from 255) = 9.95%
R=47.76%
G=42.29%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921704000.110.790.2551.3265.5245.49
HexC0AA280B4F1933422d
Octal30025250013117316310255
Binary1100000010101010101000010111001111110011100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA28; }

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

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

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

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

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

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

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

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