#999497

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

Shades of Shady Lady #999497

Tints of Shady Lady #999497

Color information

#999497 (or 0x999497) is unknown color: approx Shady Lady. HEX triplet: 99, 94 and 97. RGB value is (153,148,151). Sum of RGB (Red+Green+Blue) = 153+148+151=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 153 - color contains mainly: red. Hex color #999497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999497 is #666B68. Grayscale: #959595. Windows color (decimal): -6712169 or 9933977. OLE color: 9933977.

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

Color convert

RGB153148151-
CMYK00.030.010.4
HSL324º2.39%59.02%-
HSV(B)324º3.27%60%-
XYZ29.3130.1933.56-
YUV149.84128.66130.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=33.85%
G=32.74%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314815100.030.010.43242.3959.02
Hex9994970312814423b
Octal23122422703150504273
Binary100110011001010010010111011110100010100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999497; }

 p { color: rgb(153,148,151); }

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

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

 a { background-color: rgb(153,148,151); }

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

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

 span { border-color: rgb(153,148,151); }

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