#C5AA1A

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

Shades of Earls Green #C5AA1A

Tints of Earls Green #C5AA1A

Color information

#C5AA1A (or 0xC5AA1A) is unknown color: approx Earls Green. HEX triplet: C5, AA and 1A. RGB value is (197,170,26). Sum of RGB (Red+Green+Blue) = 197+170+26=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA1A is #3A55E5. Grayscale: #A2A2A2. Windows color (decimal): -3823078 or 1747653. OLE color: 1747653.

HSL color Cylindrical-coordinate representation of color #C5AA1A: hue angle of 50.53º 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 #C5AA1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19717026-
CMYK00.140.870.23
HSL50.53º76.68%43.73%-
HSV(B)50.53º86.8%77.25%-
XYZ37.5940.696.85-
YUV161.6651.45153.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=50.13%
G=43.26%
B=6.62%

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
Decimal1971702600.140.870.2350.5376.6843.73
HexC5AA1A0E5717334d2c
Octal30525232016127276311554
Binary110001011010101011010011101010111101111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA1A; }

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

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

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

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

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

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

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

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