#C0AE16

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

Shades of Earls Green #C0AE16

Tints of Earls Green #C0AE16

Color information

#C0AE16 (or 0xC0AE16) is unknown color: approx Earls Green. HEX triplet: C0, AE and 16. RGB value is (192,174,22). Sum of RGB (Red+Green+Blue) = 192+174+22=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE16 is #3F51E9. Grayscale: #A2A2A2. Windows color (decimal): -4149738 or 1486528. OLE color: 1486528.

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

Color convert

RGB19217422-
CMYK00.090.890.25
HSL53.65º79.44%41.96%-
HSV(B)53.65º88.54%75.29%-
XYZ37.0241.546.83-
YUV162.0548.96149.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 22 (8.98% from 255) = 5.67%
R=49.48%
G=44.85%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921742200.090.890.2553.6579.4441.96
HexC0AE16095919364f2a
Octal30025626011131316611752
Binary110000001010111010110010011011001110011101101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE16; }

 p { color: rgb(192,174,22); }

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

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

 a { background-color: rgb(192,174,22); }

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

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

 span { border-color: rgb(192,174,22); }

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