#ABA822

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

Shades of Earls Green #ABA822

Tints of Earls Green #ABA822

Color information

#ABA822 (or 0xABA822) is unknown color: approx Earls Green. HEX triplet: AB, A8 and 22. RGB value is (171,168,34). Sum of RGB (Red+Green+Blue) = 171+168+34=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA822 is #5457DD. Grayscale: #9A9A9A. Windows color (decimal): -5527518 or 2271403. OLE color: 2271403.

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

Color convert

RGB17116834-
CMYK00.020.800.33
HSL58.69º66.83%40.2%-
HSV(B)58.69º80.12%67.06%-
XYZ31.0936.786.97-
YUV153.6260.49140.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 168 (66.02% from 255) = 45.04%
BLUE value IS 34 (13.67% from 255) = 9.12%
R=45.84%
G=45.04%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711683400.020.800.3358.6966.8340.2
HexABA8220250213b4328
Octal2532504202120417310350
Binary101010111010100010001001010100001000011110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA822; }

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

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

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

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

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

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

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

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