#989697

Color #989697 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #989697

Tints of Shady Lady #989697

Color information

#989697 (or 0x989697) is unknown color: approx Shady Lady. HEX triplet: 98, 96 and 97. RGB value is (152,150,151). Sum of RGB (Red+Green+Blue) = 152+150+151=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 152 - color contains mainly: red. Hex color #989697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989697 is #676968. Grayscale: #969696. Windows color (decimal): -6777193 or 9934488. OLE color: 9934488.

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

Color convert

RGB152150151-
CMYK00.010.010.40
HSL330º0.96%59.22%-
HSV(B)330º1.32%59.61%-
XYZ29.4430.7233.66-
YUV150.71128.16128.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=33.55%
G=33.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215015100.010.010.403300.9659.22
Hex9896970112814a13b
Octal23022622701150512173
Binary1001100010010110100101110111010001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989697; }

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

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

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

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

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

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

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

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