#ABA98B

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

Shades of Neutral Green #ABA98B

Tints of Neutral Green #ABA98B

Color information

#ABA98B (or 0xABA98B) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 8B. RGB value is (171,169,139). Sum of RGB (Red+Green+Blue) = 171+169+139=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA98B is #545674. Grayscale: #A6A6A6. Windows color (decimal): -5527157 or 9152939. OLE color: 9152939.

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

Color convert

RGB171169139-
CMYK00.010.190.33
HSL56.25º16%60.78%-
HSV(B)56.25º18.71%67.06%-
XYZ35.6438.930.06-
YUV166.18112.66131.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=35.70%
G=35.28%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116913900.010.190.3356.251660.78
HexABA98B01132138103d
Octal253251213012341702075
Binary101010111010100110001011011001110000111100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA98B; }

 p { color: rgb(171,169,139); }

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

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

 a { background-color: rgb(171,169,139); }

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

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

 span { border-color: rgb(171,169,139); }

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