#ABAA7B

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

Shades of Neutral Green #ABAA7B

Tints of Neutral Green #ABAA7B

Color information

#ABAA7B (or 0xABAA7B) is unknown color: approx Neutral Green. HEX triplet: AB, AA and 7B. RGB value is (171,170,123). Sum of RGB (Red+Green+Blue) = 171+170+123=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA7B is #545584. Grayscale: #A5A5A5. Windows color (decimal): -5526917 or 8104619. OLE color: 8104619.

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

Color convert

RGB171170123-
CMYK00.010.280.33
HSL58.75º22.22%57.65%-
HSV(B)58.75º28.07%67.06%-
XYZ34.7438.8424.4-
YUV164.94104.33132.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=36.85%
G=36.64%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117012300.010.280.3358.7522.2257.65
HexABAA7B011C213b163a
Octal253252173013441732672
Binary10101011101010101111011011110010000111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA7B; }

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

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

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

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

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

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

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

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