Shades of Cascade #959998
Tints of Cascade #959998
RGB
CMYK
RGB Variations
Color information
#959998 (or 0x959998) is known color: Cascade. HEX triplet: 95, 99 and 98. RGB value is (149,153,152). Sum of RGB (Red+Green+Blue) = 149+153+152=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 153 - color contains mainly: green. Hex color #959998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959998 is #6A6667. Grayscale: #979797. Windows color (decimal): -6973032 or 10000789. OLE color: 10000789.
HSL color Cylindrical-coordinate representation of color #959998: hue angle of 165º 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 #959998 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
RGB | 149 | 153 | 152 | - |
CMYK | 0.03 | 0 | 0.01 | 0.4 |
HSL | 165º | 0.02% | 0.59% | - |
HSV(B) | 165º | 0.03% | 0.6% | - |
XYZ | 29.45 | 31.44 | 34.22 | - |
YUV | 151.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 153 | 152 | 0.03 | 0 | 0.01 | 0.4 | 165 | 0.02 | 0.59 |
Hex | 95 | 99 | 98 | 3 | 0 | 1 | 28 | A5 | 2 | 3B |
Octal | 225 | 231 | 230 | 3 | 0 | 1 | 50 | 245 | 2 | 73 |
Binary | 10010101 | 10011001 | 10011000 | 11 | 0 | 1 | 101000 | 10100101 | 10 | 111011 |
Color Harmonies of #959998
Complementary color
Monochromatic Colors of #959998
Black with #959998
Text Example
Text Example
White with #959998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959998; }
p { color: rgb(149,153,152); }
H1.HeaderClassName
{
color: #959998;
}
.AnyTagClassName
{
color: #959998;
}
</style>
background-color css
<style>
a { background-color: #959998; }
a { background-color: rgb(149,153,152); }
div.DivClassName
{
background-color: #959998;
}
.BgClassName
{
background-color: #959998;
}
</style>
border-color css
<style>
span { border-color: #959998; }
span { border-color: rgb(149,153,152); }
td.TdClassName
{
border-color: #959998;
}
.TagClassName
{
border-color: #959998;
}
</style>