#ABA52C

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

Shades of Earls Green #ABA52C

Tints of Earls Green #ABA52C

Color information

#ABA52C (or 0xABA52C) is unknown color: approx Earls Green. HEX triplet: AB, A5 and 2C. RGB value is (171,165,44). Sum of RGB (Red+Green+Blue) = 171+165+44=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA52C is #545AD3. Grayscale: #999999. Windows color (decimal): -5528276 or 2925995. OLE color: 2925995.

HSL color Cylindrical-coordinate representation of color #ABA52C: hue angle of 57.17º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA52C is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17116544-
CMYK00.040.740.33
HSL57.17º59.07%42.16%-
HSV(B)57.17º74.27%67.06%-
XYZ30.735.757.67-
YUV15366.49140.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 44 (17.58% from 255) = 11.58%
R=45%
G=43.42%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711654400.040.740.3357.1759.0742.16
HexABA52C044A21393b2a
Octal253245540411241717352
Binary101010111010010110110001001001010100001111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA52C; }

 p { color: rgb(171,165,44); }

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

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

 a { background-color: rgb(171,165,44); }

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

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

 span { border-color: rgb(171,165,44); }

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