#c1ac19

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

Shades of Earls Green #C1AC19

Tints of Earls Green #C1AC19

Color information

#C1AC19 (or 0xC1AC19) is unknown color: approx Earls Green. HEX triplet: C1, AC and 19. RGB value is (193,172,25). Sum of RGB (Red+Green+Blue) = 193+172+25=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AC19 is #3E53E6. Grayscale: #A2A2A2. Windows color (decimal): -4084711 or 1682625. OLE color: 1682625.

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

Color convert

RGB19317225-
CMYK00.110.870.24
HSL52.5º77.06%42.75%-
HSV(B)52.5º87.05%75.69%-
XYZ36.9240.916.87-
YUV161.5250.96150.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 25 (10.16% from 255) = 6.41%
R=49.49%
G=44.10%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931722500.110.870.2452.577.0642.75
HexC1AC190B5718344d2b
Octal30125431013127306411553
Binary110000011010110011001010111010111110001101001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1ac19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1ac19; }

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

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

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

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

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

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

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

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