#ABA581

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

Shades of Neutral Green #ABA581

Tints of Neutral Green #ABA581

Color information

#ABA581 (or 0xABA581) is unknown color: approx Neutral Green. HEX triplet: AB, A5 and 81. RGB value is (171,165,129). Sum of RGB (Red+Green+Blue) = 171+165+129=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA581 is #545A7E. Grayscale: #A2A2A2. Windows color (decimal): -5528191 or 8496555. OLE color: 8496555.

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

Color convert

RGB171165129-
CMYK00.040.250.33
HSL51.43º20%58.82%-
HSV(B)51.43º24.56%67.06%-
XYZ34.2137.1526.14-
YUV162.69108.99133.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=36.77%
G=35.48%
B=27.74%

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
Decimal17116512900.040.250.3351.432058.82
HexABA58104192133143b
Octal253245201043141632473
Binary10101011101001011000000101001100110000111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA581; }

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

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

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

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

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

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

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

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