#ABAA88

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

Shades of Neutral Green #ABAA88

Tints of Neutral Green #ABAA88

Color information

#ABAA88 (or 0xABAA88) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 88. RGB value is (171,170,136). Sum of RGB (Red+Green+Blue) = 171+170+136=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA88 is #545577. Grayscale: #A6A6A6. Windows color (decimal): -5526904 or 8956587. OLE color: 8956587.

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

Color convert

RGB171170136-
CMYK00.010.200.33
HSL58.29º17.24%60.2%-
HSV(B)58.29º20.47%67.06%-
XYZ35.6139.1828.98-
YUV166.42110.83131.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=35.85%
G=35.64%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117013600.010.200.3358.2917.2460.2
HexABAA880114213a113c
Octal253252210012441722174
Binary101010111010101010001000011010010000111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA88; }

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

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

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

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

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

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

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

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