#C5AA19

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

Shades of Earls Green #C5AA19

Tints of Earls Green #C5AA19

Color information

#C5AA19 (or 0xC5AA19) is unknown color: approx Earls Green. HEX triplet: C5, AA and 19. RGB value is (197,170,25). Sum of RGB (Red+Green+Blue) = 197+170+25=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA19 is #3A55E6. Grayscale: #A2A2A2. Windows color (decimal): -3823079 or 1682117. OLE color: 1682117.

HSL color Cylindrical-coordinate representation of color #C5AA19: hue angle of 50.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5AA19 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19717025-
CMYK00.140.870.23
HSL50.58º77.48%43.53%-
HSV(B)50.58º87.31%77.25%-
XYZ37.5840.696.79-
YUV161.5450.95153.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 25 (10.16% from 255) = 6.38%
R=50.26%
G=43.37%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971702500.140.870.2350.5877.4843.53
HexC5AA190E5717334d2c
Octal30525231016127276311554
Binary110001011010101011001011101010111101111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA19; }

 p { color: rgb(197,170,25); }

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

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

 a { background-color: rgb(197,170,25); }

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

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

 span { border-color: rgb(197,170,25); }

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