#8AA485

Color #8AA485 Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #8AA485

Tints of Mantle #8AA485

Color information

#8AA485 (or 0x8AA485) is unknown color: approx Mantle. HEX triplet: 8A, A4 and 85. RGB value is (138,164,133). Sum of RGB (Red+Green+Blue) = 138+164+133=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA485 is #755B7A. Grayscale: #989898. Windows color (decimal): -7691131 or 8758410. OLE color: 8758410.

HSL color Cylindrical-coordinate representation of color #8AA485: hue angle of 110.32º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA485 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB138164133-
CMYK0.1600.190.36
HSL110.32º14.55%58.24%-
HSV(B)110.32º18.9%64.31%-
XYZ27.9933.6527.21-
YUV152.69116.89117.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=31.72%
G=37.70%
B=30.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641330.1600.190.36110.3214.5558.24
Hex8AA48510013246ef3a
Octal21224420520023441561772
Binary1000101010100100100001011000001001110010011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA485; }

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

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

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

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

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

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

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

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