#ABA48B

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

Shades of Neutral Green #ABA48B

Tints of Neutral Green #ABA48B

Color information

#ABA48B (or 0xABA48B) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 8B. RGB value is (171,164,139). Sum of RGB (Red+Green+Blue) = 171+164+139=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48B is #545B74. Grayscale: #A3A3A3. Windows color (decimal): -5528437 or 9151659. OLE color: 9151659.

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

Color convert

RGB171164139-
CMYK00.040.190.33
HSL46.88º16%60.78%-
HSV(B)46.88º18.71%67.06%-
XYZ34.7337.0729.75-
YUV163.24114.32133.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=36.08%
G=34.60%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116413900.040.190.3346.881660.78
HexABA48B0413212f103d
Octal253244213042341572075
Binary10101011101001001000101101001001110000110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA48B; }

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

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

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

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

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

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

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

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