Shades of Cascade #959B99
Tints of Cascade #959B99
RGB
CMYK
RGB Variations
Color information
#959B99 (or 0x959B99) is known color: Cascade. HEX triplet: 95, 9B and 99. RGB value is (149,155,153). Sum of RGB (Red+Green+Blue) = 149+155+153=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 155 - color contains mainly: green. Hex color #959B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B99 is #6A6466. Grayscale: #989898. Windows color (decimal): -6972519 or 10066837. OLE color: 10066837.
HSL color Cylindrical-coordinate representation of color #959B99: hue angle of 160º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959B99 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 153 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.39 |
| HSL | 160º | 0.03% | 0.6% | - |
| HSV(B) | 160º | 0.04% | 0.61% | - |
| XYZ | 29.87 | 32.13 | 34.77 | - |
| YUV | 152.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 153 | 0.04 | 0 | 0.01 | 0.39 | 160 | 0.03 | 0.6 |
| Hex | 95 | 9B | 99 | 4 | 0 | 1 | 27 | A0 | 3 | 3C |
| Octal | 225 | 233 | 231 | 4 | 0 | 1 | 47 | 240 | 3 | 74 |
| Binary | 10010101 | 10011011 | 10011001 | 100 | 0 | 1 | 100111 | 10100000 | 11 | 111100 |
Color Harmonies of #959B99
Complementary color
Monochromatic Colors of #959B99
Black with #959B99
Text Example
Text Example
White with #959B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B99; }
p { color: rgb(149,155,153); }
H1.HeaderClassName
{
color: #959B99;
}
.AnyTagClassName
{
color: #959B99;
}
</style>
background-color css
<style>
a { background-color: #959B99; }
a { background-color: rgb(149,155,153); }
div.DivClassName
{
background-color: #959B99;
}
.BgClassName
{
background-color: #959B99;
}
</style>
border-color css
<style>
span { border-color: #959B99; }
span { border-color: rgb(149,155,153); }
td.TdClassName
{
border-color: #959B99;
}
.TagClassName
{
border-color: #959B99;
}
</style>