#ABA485

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

Shades of Neutral Green #ABA485

Tints of Neutral Green #ABA485

Color information

#ABA485 (or 0xABA485) is unknown color: approx Neutral Green. HEX triplet: AB, A4 and 85. RGB value is (171,164,133). Sum of RGB (Red+Green+Blue) = 171+164+133=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA485 is #545B7A. Grayscale: #A2A2A2. Windows color (decimal): -5528443 or 8758443. OLE color: 8758443.

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

Color convert

RGB171164133-
CMYK00.040.220.33
HSL48.95º18.45%59.61%-
HSV(B)48.95º22.22%67.06%-
XYZ34.336.927.51-
YUV162.56111.32134.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=36.54%
G=35.04%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116413300.040.220.3348.9518.4559.61
HexABA48504162131123c
Octal253244205042641612274
Binary10101011101001001000010101001011010000111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA485; }

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

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

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

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

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

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

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

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