#ABA878

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

Shades of Neutral Green #ABA878

Tints of Neutral Green #ABA878

Color information

#ABA878 (or 0xABA878) is unknown color: approx Neutral Green. HEX triplet: AB, A8 and 78. RGB value is (171,168,120). Sum of RGB (Red+Green+Blue) = 171+168+120=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA878 is #545787. Grayscale: #A3A3A3. Windows color (decimal): -5527432 or 7907499. OLE color: 7907499.

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

Color convert

RGB171168120-
CMYK00.020.300.33
HSL56.47º23.29%57.06%-
HSV(B)56.47º29.82%67.06%-
XYZ34.1938.0223.31-
YUV163.43103.49133.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=37.25%
G=36.60%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116812000.020.300.3356.4723.2957.06
HexABA878021E21381739
Octal253250170023641702771
Binary101010111010100011110000101111010000111100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA878; }

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

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

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

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

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

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

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

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