#ABA82A

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

Shades of Earls Green #ABA82A

Tints of Earls Green #ABA82A

Color information

#ABA82A (or 0xABA82A) is unknown color: approx Earls Green. HEX triplet: AB, A8 and 2A. RGB value is (171,168,42). Sum of RGB (Red+Green+Blue) = 171+168+42=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA82A is #5457D5. Grayscale: #9B9B9B. Windows color (decimal): -5527510 or 2795691. OLE color: 2795691.

HSL color Cylindrical-coordinate representation of color #ABA82A: hue angle of 58.6º 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 #ABA82A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17116842-
CMYK00.020.750.33
HSL58.6º60.56%41.76%-
HSV(B)58.6º75.44%67.06%-
XYZ31.2236.837.65-
YUV154.5364.49139.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=44.88%
G=44.09%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711684200.020.750.3358.660.5641.76
HexABA82A024B213b3d2a
Octal253250520211341737552
Binary10101011101010001010100101001011100001111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA82A; }

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

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

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

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

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

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

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

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