Shades of Cascade #969998
Tints of Cascade #969998
RGB
CMYK
RGB Variations
Color information
#969998 (or 0x969998) is known color: Cascade. HEX triplet: 96, 99 and 98. RGB value is (150,153,152). Sum of RGB (Red+Green+Blue) = 150+153+152=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 153 - color contains mainly: green. Hex color #969998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969998 is #696667. Grayscale: #979797. Windows color (decimal): -6907496 or 10000790. OLE color: 10000790.
HSL color Cylindrical-coordinate representation of color #969998: hue angle of 160º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969998 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 152 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.4 |
| HSL | 160º | 0.01% | 0.59% | - |
| HSV(B) | 160º | 0.02% | 0.6% | - |
| XYZ | 29.64 | 31.53 | 34.23 | - |
| YUV | 151.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 152 | 0.02 | 0 | 0.01 | 0.4 | 160 | 0.01 | 0.59 |
| Hex | 96 | 99 | 98 | 2 | 0 | 1 | 28 | A0 | 1 | 3B |
| Octal | 226 | 231 | 230 | 2 | 0 | 1 | 50 | 240 | 1 | 73 |
| Binary | 10010110 | 10011001 | 10011000 | 10 | 0 | 1 | 101000 | 10100000 | 1 | 111011 |
Color Harmonies of #969998
Complementary color
Monochromatic Colors of #969998
Black with #969998
Text Example
Text Example
White with #969998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969998; }
p { color: rgb(150,153,152); }
H1.HeaderClassName
{
color: #969998;
}
.AnyTagClassName
{
color: #969998;
}
</style>
background-color css
<style>
a { background-color: #969998; }
a { background-color: rgb(150,153,152); }
div.DivClassName
{
background-color: #969998;
}
.BgClassName
{
background-color: #969998;
}
</style>
border-color css
<style>
span { border-color: #969998; }
span { border-color: rgb(150,153,152); }
td.TdClassName
{
border-color: #969998;
}
.TagClassName
{
border-color: #969998;
}
</style>