#8A9E86

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

Shades of Mantle #8A9E86

Tints of Mantle #8A9E86

Color information

#8A9E86 (or 0x8A9E86) is unknown color: approx Mantle. HEX triplet: 8A, 9E and 86. RGB value is (138,158,134). Sum of RGB (Red+Green+Blue) = 138+158+134=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9E86 is #756179. Grayscale: #959595. Windows color (decimal): -7692666 or 8822410. OLE color: 8822410.

HSL color Cylindrical-coordinate representation of color #8A9E86: hue angle of 110º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A9E86 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB138158134-
CMYK0.1300.150.38
HSL110º11.01%57.25%-
HSV(B)110º15.19%61.96%-
XYZ27.0131.5827.23-
YUV149.28119.37119.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=32.09%
G=36.74%
B=31.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381581340.1300.150.3811011.0157.25
Hex8A9E86D0F266eb39
Octal21223620615017461561371
Binary10001010100111101000011011010111110011011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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