#ABA786

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

Shades of Neutral Green #ABA786

Tints of Neutral Green #ABA786

Color information

#ABA786 (or 0xABA786) is unknown color: approx Neutral Green. HEX triplet: AB, A7 and 86. RGB value is (171,167,134). Sum of RGB (Red+Green+Blue) = 171+167+134=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA786 is #545879. Grayscale: #A4A4A4. Windows color (decimal): -5527674 or 8824747. OLE color: 8824747.

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

Color convert

RGB171167134-
CMYK00.020.220.33
HSL53.51º18.05%59.8%-
HSV(B)53.51º21.64%67.06%-
XYZ34.9238.0228.05-
YUV164.43110.83132.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=36.23%
G=35.38%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116713400.020.220.3353.5118.0559.8
HexABA78602162136123c
Octal253247206022641662274
Binary1010101110100111100001100101011010000111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA786; }

 p { color: rgb(171,167,134); }

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

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

 a { background-color: rgb(171,167,134); }

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

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

 span { border-color: rgb(171,167,134); }

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