#C1AC12

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

Shades of Earls Green #C1AC12

Tints of Earls Green #C1AC12

Color information

#C1AC12 (or 0xC1AC12) is unknown color: approx Earls Green. HEX triplet: C1, AC and 12. RGB value is (193,172,18). Sum of RGB (Red+Green+Blue) = 193+172+18=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AC12 is #3E53ED. Grayscale: #A1A1A1. Windows color (decimal): -4084718 or 1223873. OLE color: 1223873.

HSL color Cylindrical-coordinate representation of color #C1AC12: hue angle of 52.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1AC12 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19317218-
CMYK00.110.910.24
HSL52.8º82.94%41.37%-
HSV(B)52.8º90.67%75.69%-
XYZ36.8540.896.52-
YUV160.7247.46151.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 172 (67.58% from 255) = 44.91%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=50.39%
G=44.91%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931721800.110.910.2452.882.9441.37
HexC1AC120B5B18355329
Octal30125422013133306512351
Binary110000011010110010010010111011011110001101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC12; }

 p { color: rgb(193,172,18); }

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

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

 a { background-color: rgb(193,172,18); }

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

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

 span { border-color: rgb(193,172,18); }

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