#c0ac1c

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

Shades of Earls Green #C0AC1C

Tints of Earls Green #C0AC1C

Color information

#C0AC1C (or 0xC0AC1C) is unknown color: approx Earls Green. HEX triplet: C0, AC and 1C. RGB value is (192,172,28). Sum of RGB (Red+Green+Blue) = 192+172+28=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC1C is #3F53E3. Grayscale: #A2A2A2. Windows color (decimal): -4150244 or 1879232. OLE color: 1879232.

HSL color Cylindrical-coordinate representation of color #C0AC1C: hue angle of 52.68º 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 #C0AC1C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19217228-
CMYK00.100.850.25
HSL52.68º74.55%43.14%-
HSV(B)52.68º85.42%75.29%-
XYZ36.740.87.04-
YUV161.5652.63149.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 28 (11.33% from 255) = 7.14%
R=48.98%
G=43.88%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921722800.100.850.2552.6874.5543.14
HexC0AC1C0A5519354b2b
Octal30025434012125316511353
Binary110000001010110011100010101010101110011101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ac1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ac1c; }

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

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

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

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

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

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

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

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