#C0AC13

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

Shades of Earls Green #C0AC13

Tints of Earls Green #C0AC13

Color information

#C0AC13 (or 0xC0AC13) is unknown color: approx Earls Green. HEX triplet: C0, AC and 13. RGB value is (192,172,19). Sum of RGB (Red+Green+Blue) = 192+172+19=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC13 is #3F53EC. Grayscale: #A1A1A1. Windows color (decimal): -4150253 or 1289408. OLE color: 1289408.

HSL color Cylindrical-coordinate representation of color #C0AC13: hue angle of 53.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AC13 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19217219-
CMYK00.100.900.25
HSL53.06º81.99%41.37%-
HSV(B)53.06º90.1%75.29%-
XYZ36.6140.766.55-
YUV160.5448.13150.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.13%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 19 (7.81% from 255) = 4.96%
R=50.13%
G=44.91%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921721900.100.900.2553.0681.9941.37
HexC0AC130A5A19355229
Octal30025423012132316512251
Binary110000001010110010011010101011010110011101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC13; }

 p { color: rgb(192,172,19); }

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

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

 a { background-color: rgb(192,172,19); }

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

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

 span { border-color: rgb(192,172,19); }

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