#899C86

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

Shades of Mantle #899C86

Tints of Mantle #899C86

Color information

#899C86 (or 0x899C86) is unknown color: approx Mantle. HEX triplet: 89, 9C and 86. RGB value is (137,156,134). Sum of RGB (Red+Green+Blue) = 137+156+134=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #899C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C86 is #766379. Grayscale: #939393. Windows color (decimal): -7758714 or 8821897. OLE color: 8821897.

HSL color Cylindrical-coordinate representation of color #899C86: hue angle of 111.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899C86 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB137156134-
CMYK0.1200.140.39
HSL111.82º10%56.86%-
HSV(B)111.82º14.1%61.18%-
XYZ26.5130.8227.11-
YUV147.81120.21120.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=32.08%
G=36.53%
B=31.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371561340.1200.140.39111.821056.86
Hex899C86C0E2770a39
Octal21123420614016471601271
Binary10001001100111001000011011000111010011111100001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899C86; }

 p { color: rgb(137,156,134); }

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

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

 a { background-color: rgb(137,156,134); }

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

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

 span { border-color: rgb(137,156,134); }

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