#ABA889

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

Shades of Neutral Green #ABA889

Tints of Neutral Green #ABA889

Color information

#ABA889 (or 0xABA889) is unknown color: approx Neutral Green. HEX triplet: AB, A8 and 89. RGB value is (171,168,137). Sum of RGB (Red+Green+Blue) = 171+168+137=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA889 is #545776. Grayscale: #A5A5A5. Windows color (decimal): -5527415 or 9021611. OLE color: 9021611.

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

Color convert

RGB171168137-
CMYK00.020.200.33
HSL54.71º16.83%60.39%-
HSV(B)54.71º19.88%67.06%-
XYZ35.3138.4729.23-
YUV165.36111.99132.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=35.92%
G=35.29%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116813700.020.200.3354.7116.8360.39
HexABA88902142137113c
Octal253250211022441672174
Binary1010101110101000100010010101010010000111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA889; }

 p { color: rgb(171,168,137); }

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

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

 a { background-color: rgb(171,168,137); }

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

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

 span { border-color: rgb(171,168,137); }

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