#ABA987

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

Shades of Neutral Green #ABA987

Tints of Neutral Green #ABA987

Color information

#ABA987 (or 0xABA987) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 87. RGB value is (171,169,135). Sum of RGB (Red+Green+Blue) = 171+169+135=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA987 is #545678. Grayscale: #A5A5A5. Windows color (decimal): -5527161 or 8890795. OLE color: 8890795.

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

Color convert

RGB171169135-
CMYK00.010.210.33
HSL56.67º17.65%60%-
HSV(B)56.67º21.05%67.06%-
XYZ35.3638.7828.54-
YUV165.72110.66131.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=36%
G=35.58%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116913500.010.210.3356.6717.6560
HexABA98701152139123c
Octal253251207012541712274
Binary101010111010100110000111011010110000111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA987; }

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

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

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

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

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

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

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

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