#989F97

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

Shades of Mantle #989F97

Tints of Mantle #989F97

Color information

#989F97 (or 0x989F97) is unknown color: approx Mantle. HEX triplet: 98, 9F and 97. RGB value is (152,159,151). Sum of RGB (Red+Green+Blue) = 152+159+151=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 159 - color contains mainly: green. Hex color #989F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F97 is #676068. Grayscale: #9C9C9C. Windows color (decimal): -6774889 or 9936792. OLE color: 9936792.

HSL color Cylindrical-coordinate representation of color #989F97: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989F97 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB152159151-
CMYK0.0400.050.38
HSL112.5º4%60.78%-
HSV(B)112.5º5.03%62.35%-
XYZ30.9333.7134.15-
YUV156125.18125.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=32.90%
G=34.42%
B=32.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591510.0400.050.38112.5460.78
Hex989F97405267043d
Octal23023722740546160475
Binary10011000100111111001011110001011001101110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989F97; }

 p { color: rgb(152,159,151); }

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

<style>
 a { background-color: #989F97; }

 a { background-color: rgb(152,159,151); }

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

<style>
 span { border-color: #989F97; }

 span { border-color: rgb(152,159,151); }

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