#998D93

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

Shades of Shady Lady #998D93

Tints of Shady Lady #998D93

Color information

#998D93 (or 0x998D93) is unknown color: approx Shady Lady. HEX triplet: 99, 8D and 93. RGB value is (153,141,147). Sum of RGB (Red+Green+Blue) = 153+141+147=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #998D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D93 is #66726C. Grayscale: #919191. Windows color (decimal): -6713965 or 9670041. OLE color: 9670041.

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

Color convert

RGB153141147-
CMYK00.080.040.4
HSL330º5.56%57.65%-
HSV(B)330º7.84%60%-
XYZ27.9327.9331.52-
YUV145.27128.98133.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=34.69%
G=31.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314114700.080.040.43305.5657.65
Hex998D930842814a63a
Octal231215223010450512672
Binary10011001100011011001001101000100101000101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D93; }

 p { color: rgb(153,141,147); }

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

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

 a { background-color: rgb(153,141,147); }

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

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

 span { border-color: rgb(153,141,147); }

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