#989D96

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

Shades of Mantle #989D96

Tints of Mantle #989D96

Color information

#989D96 (or 0x989D96) is unknown color: approx Mantle. HEX triplet: 98, 9D and 96. RGB value is (152,157,150). Sum of RGB (Red+Green+Blue) = 152+157+150=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 157 - color contains mainly: green. Hex color #989D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D96 is #676269. Grayscale: #9A9A9A. Windows color (decimal): -6775402 or 9870744. OLE color: 9870744.

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

Color convert

RGB152157150-
CMYK0.0300.040.38
HSL102.86º3.45%60.2%-
HSV(B)102.86º4.46%61.57%-
XYZ30.5132.9933.61-
YUV154.71125.34126.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 150 (58.98% from 255) = 32.68%
R=33.12%
G=34.20%
B=32.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521571500.0300.040.38102.863.4560.2
Hex989D96304266733c
Octal23023522630446147374
Binary100110001001110110010110110100100110110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,150); }

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

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

 a { background-color: rgb(152,157,150); }

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

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

 span { border-color: rgb(152,157,150); }

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