#989795

Color #989795 Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #989795

Tints of Mountain Mist #989795

Color information

#989795 (or 0x989795) is unknown color: approx Mountain Mist. HEX triplet: 98, 97 and 95. RGB value is (152,151,149). Sum of RGB (Red+Green+Blue) = 152+151+149=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 152 - color contains mainly: red. Hex color #989795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989795 is #67686A. Grayscale: #979797. Windows color (decimal): -6776939 or 9803672. OLE color: 9803672.

HSL color Cylindrical-coordinate representation of color #989795: hue angle of 40º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #989795 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB152151149-
CMYK00.010.020.40
HSL40º1.44%59.02%-
HSV(B)40º1.97%59.61%-
XYZ29.4430.9832.86-
YUV151.07126.83128.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=33.63%
G=33.41%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215114900.010.020.40401.4459.02
Hex989795012282813b
Octal2302272250125050173
Binary10011000100101111001010101101010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989795; }

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

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

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

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

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

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

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

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