#C1AC17

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

Shades of Earls Green #C1AC17

Tints of Earls Green #C1AC17

Color information

#C1AC17 (or 0xC1AC17) is unknown color: approx Earls Green. HEX triplet: C1, AC and 17. RGB value is (193,172,23). Sum of RGB (Red+Green+Blue) = 193+172+23=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AC17 is #3E53E8. Grayscale: #A1A1A1. Windows color (decimal): -4084713 or 1551553. OLE color: 1551553.

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

Color convert

RGB19317223-
CMYK00.110.880.24
HSL52.59º78.7%42.35%-
HSV(B)52.59º88.08%75.69%-
XYZ36.940.96.76-
YUV161.2949.96150.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 23 (9.38% from 255) = 5.93%
R=49.74%
G=44.33%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931722300.110.880.2452.5978.742.35
HexC1AC170B5818354f2a
Octal30125427013130306511752
Binary110000011010110010111010111011000110001101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC17; }

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

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

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

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

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

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

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

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