#ABA722

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

Shades of Earls Green #ABA722

Tints of Earls Green #ABA722

Color information

#ABA722 (or 0xABA722) is unknown color: approx Earls Green. HEX triplet: AB, A7 and 22. RGB value is (171,167,34). Sum of RGB (Red+Green+Blue) = 171+167+34=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA722 is #5458DD. Grayscale: #999999. Windows color (decimal): -5527774 or 2271147. OLE color: 2271147.

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

Color convert

RGB17116734-
CMYK00.020.800.33
HSL58.25º66.83%40.2%-
HSV(B)58.25º80.12%67.06%-
XYZ30.936.416.91-
YUV153.0360.83140.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 34 (13.67% from 255) = 9.14%
R=45.97%
G=44.89%
B=9.14%

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
Decimal1711673400.020.800.3358.2566.8340.2
HexABA7220250213a4328
Octal2532474202120417210350
Binary101010111010011110001001010100001000011110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA722; }

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

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

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

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

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

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

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

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