#ABA688

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

Shades of Neutral Green #ABA688

Tints of Neutral Green #ABA688

Color information

#ABA688 (or 0xABA688) is unknown color: approx Neutral Green. HEX triplet: AB, A6 and 88. RGB value is (171,166,136). Sum of RGB (Red+Green+Blue) = 171+166+136=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA688 is #545977. Grayscale: #A4A4A4. Windows color (decimal): -5527928 or 8955563. OLE color: 8955563.

HSL color Cylindrical-coordinate representation of color #ABA688: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA688 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171166136-
CMYK00.030.200.33
HSL51.43º17.24%60.2%-
HSV(B)51.43º20.47%67.06%-
XYZ34.8737.7128.73-
YUV164.08112.16132.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=36.15%
G=35.10%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116613600.030.200.3351.4317.2460.2
HexABA68803142133113c
Octal253246210032441632174
Binary1010101110100110100010000111010010000111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA688; }

 p { color: rgb(171,166,136); }

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

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

 a { background-color: rgb(171,166,136); }

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

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

 span { border-color: rgb(171,166,136); }

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