#ABAA77

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

Shades of Neutral Green #ABAA77

Tints of Neutral Green #ABAA77

Color information

#ABAA77 (or 0xABAA77) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 77. RGB value is (171,170,119). Sum of RGB (Red+Green+Blue) = 171+170+119=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA77 is #545588. Grayscale: #A4A4A4. Windows color (decimal): -5526921 or 7842475. OLE color: 7842475.

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

Color convert

RGB171170119-
CMYK00.010.300.33
HSL58.85º23.64%56.86%-
HSV(B)58.85º30.41%67.06%-
XYZ34.538.7423.11-
YUV164.48102.33132.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=37.17%
G=36.96%
B=25.87%

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
Decimal17117011900.010.300.3358.8523.6456.86
HexABAA77011E213b1839
Octal253252167013641733071
Binary10101011101010101110111011111010000111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA77; }

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

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

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

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

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

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

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

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