#ABA622

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

Shades of Earls Green #ABA622

Tints of Earls Green #ABA622

Color information

#ABA622 (or 0xABA622) is unknown color: approx Earls Green. HEX triplet: AB, A6 and 22. RGB value is (171,166,34). Sum of RGB (Red+Green+Blue) = 171+166+34=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA622 is #5459DD. Grayscale: #989898. Windows color (decimal): -5528030 or 2270891. OLE color: 2270891.

HSL color Cylindrical-coordinate representation of color #ABA622: hue angle of 57.81º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABA622 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB17116634-
CMYK00.030.800.33
HSL57.81º66.83%40.2%-
HSV(B)57.81º80.12%67.06%-
XYZ30.7236.056.85-
YUV152.4561.16141.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 34 (13.67% from 255) = 9.16%
R=46.09%
G=44.74%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711663400.030.800.3357.8166.8340.2
HexABA6220350213a4328
Octal2532464203120417210350
Binary101010111010011010001001110100001000011110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA622; }

 p { color: rgb(171,166,34); }

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

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

 a { background-color: rgb(171,166,34); }

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

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

 span { border-color: rgb(171,166,34); }

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