#999798

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

Shades of Shady Lady #999798

Tints of Shady Lady #999798

Color information

#999798 (or 0x999798) is unknown color: approx Shady Lady. HEX triplet: 99, 97 and 98. RGB value is (153,151,152). Sum of RGB (Red+Green+Blue) = 153+151+152=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 153 - color contains mainly: red. Hex color #999798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999798 is #666867. Grayscale: #979797. Windows color (decimal): -6711400 or 10000281. OLE color: 10000281.

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

Color convert

RGB153151152-
CMYK00.010.010.4
HSL330º0.97%59.61%-
HSV(B)330º1.31%60%-
XYZ29.8731.1734.15-
YUV151.71128.16128.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 152 (59.77% 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.4
SystemRedGreenBlueCMYKHSL
Decimal15315115200.010.010.43300.9759.61
Hex9997980112814a13c
Octal23122723001150512174
Binary1001100110010111100110000111010001010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999798; }

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

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

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

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

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

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

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

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