#ABA530

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

Shades of Earls Green #ABA530

Tints of Earls Green #ABA530

Color information

#ABA530 (or 0xABA530) is unknown color: approx Earls Green. HEX triplet: AB, A5 and 30. RGB value is (171,165,48). Sum of RGB (Red+Green+Blue) = 171+165+48=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA530 is #545ACF. Grayscale: #999999. Windows color (decimal): -5528272 or 3188139. OLE color: 3188139.

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

Color convert

RGB17116548-
CMYK00.040.720.33
HSL57.07º56.16%42.94%-
HSV(B)57.07º71.93%67.06%-
XYZ30.7835.788.08-
YUV153.4668.49140.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=44.53%
G=42.97%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711654800.040.720.3357.0756.1642.94
HexABA53004482139382b
Octal253245600411041717053
Binary101010111010010111000001001001000100001111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA530; }

 p { color: rgb(171,165,48); }

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

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

 a { background-color: rgb(171,165,48); }

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

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

 span { border-color: rgb(171,165,48); }

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