#ABA98A

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

Shades of Neutral Green #ABA98A

Tints of Neutral Green #ABA98A

Color information

#ABA98A (or 0xABA98A) is unknown color: approx Neutral Green. HEX triplet: AB, A9 and 8A. RGB value is (171,169,138). Sum of RGB (Red+Green+Blue) = 171+169+138=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA98A is #545675. Grayscale: #A6A6A6. Windows color (decimal): -5527158 or 9087403. OLE color: 9087403.

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

Color convert

RGB171169138-
CMYK00.010.190.33
HSL56.36º16.42%60.59%-
HSV(B)56.36º19.3%67.06%-
XYZ35.5738.8729.67-
YUV166.06112.16131.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=35.77%
G=35.36%
B=28.87%

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
Decimal17116913800.010.190.3356.3616.4260.59
HexABA98A01132138103d
Octal253251212012341702075
Binary101010111010100110001010011001110000111100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA98A; }

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

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

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

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

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

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

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

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