Shades of Shady Lady #999495
Tints of Shady Lady #999495
RGB
CMYK
RGB Variations
Color information
#999495 (or 0x999495) is known color: Shady Lady. HEX triplet: 99, 94 and 95. RGB value is (153,148,149). Sum of RGB (Red+Green+Blue) = 153+148+149=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 153 - color contains mainly: red. Hex color #999495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999495 is #666B6A. Grayscale: #959595. Windows color (decimal): -6712171 or 9802905. OLE color: 9802905.
HSL color Cylindrical-coordinate representation of color #999495: hue angle of 348º 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 #999495 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 149 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.4 |
| HSL | 348º | 0.02% | 0.59% | - |
| HSV(B) | 348º | 0.03% | 0.6% | - |
| XYZ | 29.15 | 30.12 | 32.71 | - |
| YUV | 149.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 149 | 0 | 0.03 | 0.03 | 0.4 | 348 | 0.02 | 0.59 |
| Hex | 99 | 94 | 95 | 0 | 3 | 3 | 28 | 15C | 2 | 3B |
| Octal | 231 | 224 | 225 | 0 | 3 | 3 | 50 | 534 | 2 | 73 |
| Binary | 10011001 | 10010100 | 10010101 | 0 | 11 | 11 | 101000 | 101011100 | 10 | 111011 |
Color Harmonies of #999495
Complementary color
Monochromatic Colors of #999495
Black with #999495
Text Example
Text Example
White with #999495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999495; }
p { color: rgb(153,148,149); }
H1.HeaderClassName
{
color: #999495;
}
.AnyTagClassName
{
color: #999495;
}
</style>
background-color css
<style>
a { background-color: #999495; }
a { background-color: rgb(153,148,149); }
div.DivClassName
{
background-color: #999495;
}
.BgClassName
{
background-color: #999495;
}
</style>
border-color css
<style>
span { border-color: #999495; }
span { border-color: rgb(153,148,149); }
td.TdClassName
{
border-color: #999495;
}
.TagClassName
{
border-color: #999495;
}
</style>