#ABA985

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

Shades of Neutral Green #ABA985

Tints of Neutral Green #ABA985

Color information

#ABA985 (or 0xABA985) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 85. RGB value is (171,169,133). Sum of RGB (Red+Green+Blue) = 171+169+133=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA985 is #54567A. Grayscale: #A5A5A5. Windows color (decimal): -5527163 or 8759723. OLE color: 8759723.

HSL color Cylindrical-coordinate representation of color #ABA985: hue angle of 56.84º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA985 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171169133-
CMYK00.010.220.33
HSL56.84º18.45%59.61%-
HSV(B)56.84º22.22%67.06%-
XYZ35.2238.7327.81-
YUV165.49109.66131.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=36.15%
G=35.73%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116913300.010.220.3356.8418.4559.61
HexABA98501162139123c
Octal253251205012641712274
Binary101010111010100110000101011011010000111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA985; }

 p { color: rgb(171,169,133); }

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

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

 a { background-color: rgb(171,169,133); }

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

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

 span { border-color: rgb(171,169,133); }

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