#8AA486

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

Shades of Mantle #8AA486

Tints of Mantle #8AA486

Color information

#8AA486 (or 0x8AA486) is unknown color: approx Mantle. HEX triplet: 8A, A4 and 86. RGB value is (138,164,134). Sum of RGB (Red+Green+Blue) = 138+164+134=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA486 is #755B79. Grayscale: #989898. Windows color (decimal): -7691130 or 8823946. OLE color: 8823946.

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

Color convert

RGB138164134-
CMYK0.1600.180.36
HSL112º14.15%58.43%-
HSV(B)112º18.29%64.31%-
XYZ28.0633.6827.58-
YUV152.81117.39117.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=31.65%
G=37.61%
B=30.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641340.1600.180.3611214.1558.43
Hex8AA486100122470e3a
Octal21224420620022441601672
Binary1000101010100100100001101000001001010010011100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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