#ABA480

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

Shades of Neutral Green #ABA480

Tints of Neutral Green #ABA480

Color information

#ABA480 (or 0xABA480) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 80. RGB value is (171,164,128). Sum of RGB (Red+Green+Blue) = 171+164+128=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA480 is #545B7F. Grayscale: #A2A2A2. Windows color (decimal): -5528448 or 8430763. OLE color: 8430763.

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

Color convert

RGB171164128-
CMYK00.040.250.33
HSL50.23º20.38%58.63%-
HSV(B)50.23º25.15%67.06%-
XYZ33.9736.7725.73-
YUV161.99108.82134.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=36.93%
G=35.42%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116412800.040.250.3350.2320.3858.63
HexABA48004192132143b
Octal253244200043141622473
Binary10101011101001001000000001001100110000111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA480; }

 p { color: rgb(171,164,128); }

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

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

 a { background-color: rgb(171,164,128); }

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

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

 span { border-color: rgb(171,164,128); }

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