#8D998B

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

Shades of Mantle #8D998B

Tints of Mantle #8D998B

Color information

#8D998B (or 0x8D998B) is unknown color: approx Mantle. HEX triplet: 8D, 99 and 8B. RGB value is (141,153,139). Sum of RGB (Red+Green+Blue) = 141+153+139=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #8D998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D998B is #726674. Grayscale: #939393. Windows color (decimal): -7497333 or 9148813. OLE color: 9148813.

HSL color Cylindrical-coordinate representation of color #8D998B: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D998B is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB141153139-
CMYK0.0800.090.4
HSL111.43º6.42%57.25%-
HSV(B)111.43º9.15%60%-
XYZ27.0430.3128.85-
YUV147.82123.02123.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=32.56%
G=35.33%
B=32.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411531390.0800.090.4111.436.4257.25
Hex8D998B809286f639
Octal2152312131001150157671
Binary1000110110011001100010111000010011010001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,153,139); }

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

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

 a { background-color: rgb(141,153,139); }

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

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

 span { border-color: rgb(141,153,139); }

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