#ABA385

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

Shades of Neutral Green #ABA385

Tints of Neutral Green #ABA385

Color information

#ABA385 (or 0xABA385) is unknown color: approx Neutral Green. HEX triplet: AB, A3 and 85. RGB value is (171,163,133). Sum of RGB (Red+Green+Blue) = 171+163+133=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA385 is #545C7A. Grayscale: #A2A2A2. Windows color (decimal): -5528699 or 8758187. OLE color: 8758187.

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

Color convert

RGB171163133-
CMYK00.050.220.33
HSL47.37º18.45%59.61%-
HSV(B)47.37º22.22%67.06%-
XYZ34.1336.5527.45-
YUV161.97111.65134.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=36.62%
G=34.90%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116313300.050.220.3347.3718.4559.61
HexABA3850516212f123c
Octal253243205052641572274
Binary10101011101000111000010101011011010000110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA385; }

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

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

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

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

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

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

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

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