#ABA42A

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

Shades of Earls Green #ABA42A

Tints of Earls Green #ABA42A

Color information

#ABA42A (or 0xABA42A) is unknown color: approx Earls Green. HEX triplet: AB, A4 and 2A. RGB value is (171,164,42). Sum of RGB (Red+Green+Blue) = 171+164+42=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA42A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA42A is #545BD5. Grayscale: #989898. Windows color (decimal): -5528534 or 2794667. OLE color: 2794667.

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

Color convert

RGB17116442-
CMYK00.040.750.33
HSL56.74º60.56%41.76%-
HSV(B)56.74º75.44%67.06%-
XYZ30.4935.387.41-
YUV152.1865.82141.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=45.36%
G=43.50%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711644200.040.750.3356.7460.5641.76
HexABA42A044B21393d2a
Octal253244520411341717552
Binary101010111010010010101001001001011100001111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA42A; }

 p { color: rgb(171,164,42); }

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

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

 a { background-color: rgb(171,164,42); }

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

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

 span { border-color: rgb(171,164,42); }

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