#ABAA78

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

Shades of Neutral Green #ABAA78

Tints of Neutral Green #ABAA78

Color information

#ABAA78 (or 0xABAA78) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 78. RGB value is (171,170,120). Sum of RGB (Red+Green+Blue) = 171+170+120=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA78 is #545587. Grayscale: #A4A4A4. Windows color (decimal): -5526920 or 7908011. OLE color: 7908011.

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

Color convert

RGB171170120-
CMYK00.010.300.33
HSL58.82º23.29%57.06%-
HSV(B)58.82º29.82%67.06%-
XYZ34.5638.7623.43-
YUV164.6102.83132.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=37.09%
G=36.88%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117012000.010.300.3358.8223.2957.06
HexABAA78011E213b1739
Octal253252170013641732771
Binary10101011101010101111000011111010000111101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA78; }

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

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

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

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

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

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

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

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