Html Css Color HEX #999896 Mountain Mist

📋 copy color: '#999896'

red 153 ◦ green 152 ◦ blue 150

#999896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #999896

Tints of Mountain Mist #999896

RGB

 RED value IS 153 (60.16% from 255) = 33.63%

 GREEN value IS 152 (59.77% from 255) = 33.41%

 BLUE value IS 150 (58.98% from 255) = 32.97%

R = 33.63%
G = 33.41%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#999896 (or 0x999896) is known color: Mountain Mist. HEX triplet: 99, 98 and 96. RGB value is (153,152,150). Sum of RGB (Red+Green+Blue) = 153+152+150=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 153 - color contains mainly: red. Hex color #999896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999896 is #666769. Grayscale: #989898. Windows color (decimal): -6711146 or 9869465. OLE color: 9869465.

HSL color Cylindrical-coordinate representation of color #999896: 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 #999896 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 150 -
CMYK 0 0.01 0.02 0.4
HSL 40º 0.01% 0.59% -
HSV(B) 40º 0.02% 0.6% -
XYZ 29.87 31.43 33.35 -
YUV 152.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 153 152 150 0 0.01 0.02 0.4 40 0.01 0.59
Hex 99 98 96 0 1 2 28 28 1 3B
Octal 231 230 226 0 1 2 50 50 1 73
Binary 10011001 10011000 10010110 0 1 10 101000 101000 1 111011

Color Harmonies of #999896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999896

Black with #999896

Text Example


Text Example

White with #999896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999896; }

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

 H1.HeaderClassName
 {
   color: #999896;
 }
 .AnyTagClassName
 {
   color: #999896;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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