#989F94

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

Shades of Mantle #989F94

Tints of Mantle #989F94

Color information

#989F94 (or 0x989F94) is unknown color: approx Mantle. HEX triplet: 98, 9F and 94. RGB value is (152,159,148). Sum of RGB (Red+Green+Blue) = 152+159+148=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #989F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F94 is #67606B. Grayscale: #9B9B9B. Windows color (decimal): -6774892 or 9740184. OLE color: 9740184.

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

Color convert

RGB152159148-
CMYK0.0400.070.38
HSL98.18º5.42%60.2%-
HSV(B)98.18º6.92%62.35%-
XYZ30.6933.6132.89-
YUV155.65123.68125.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=33.12%
G=34.64%
B=32.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521591480.0400.070.3898.185.4260.2
Hex989F94407266253c
Octal23023722440746142574
Binary10011000100111111001010010001111001101100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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