#ABA884

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

Shades of Neutral Green #ABA884

Tints of Neutral Green #ABA884

Color information

#ABA884 (or 0xABA884) is unknown color: approx Neutral Green. HEX triplet: AB, A8 and 84. RGB value is (171,168,132). Sum of RGB (Red+Green+Blue) = 171+168+132=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA884 is #54577B. Grayscale: #A4A4A4. Windows color (decimal): -5527420 or 8693931. OLE color: 8693931.

HSL color Cylindrical-coordinate representation of color #ABA884: hue angle of 55.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABA884 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB171168132-
CMYK00.020.230.33
HSL55.38º18.84%59.41%-
HSV(B)55.38º22.81%67.06%-
XYZ34.9638.3327.39-
YUV164.79109.49132.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=36.31%
G=35.67%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116813200.020.230.3355.3818.8459.41
HexABA88402172137133b
Octal253250204022741672373
Binary1010101110101000100001000101011110000111011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA884; }

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

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

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

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

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

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

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

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