#989E95

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

Shades of Mantle #989E95

Tints of Mantle #989E95

Color information

#989E95 (or 0x989E95) is unknown color: approx Mantle. HEX triplet: 98, 9E and 95. RGB value is (152,158,149). Sum of RGB (Red+Green+Blue) = 152+158+149=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #989E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989E95 is #67616A. Grayscale: #9B9B9B. Windows color (decimal): -6775147 or 9805464. OLE color: 9805464.

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

Color convert

RGB152158149-
CMYK0.0400.060.38
HSL100º4.43%60.2%-
HSV(B)100º5.7%61.96%-
XYZ30.633.333.25-
YUV155.18124.51125.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=33.12%
G=34.42%
B=32.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521581490.0400.060.381004.4360.2
Hex989E95406266443c
Octal23023622540646144474
Binary10011000100111101001010110001101001101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,158,149); }

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

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

 a { background-color: rgb(152,158,149); }

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

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

 span { border-color: rgb(152,158,149); }

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