Shades of Cascade #919B96
Tints of Cascade #919B96
RGB
CMYK
RGB Variations
Color information
#919B96 (or 0x919B96) is known color: Cascade. HEX triplet: 91, 9B and 96. RGB value is (145,155,150). Sum of RGB (Red+Green+Blue) = 145+155+150=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #919B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B96 is #6E6469. Grayscale: #979797. Windows color (decimal): -7234666 or 9870225. OLE color: 9870225.
HSL color Cylindrical-coordinate representation of color #919B96: hue angle of 150º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919B96 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 150 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.39 |
| HSL | 150º | 0.05% | 0.59% | - |
| HSV(B) | 150º | 0.06% | 0.61% | - |
| XYZ | 28.9 | 31.66 | 33.44 | - |
| YUV | 151.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 150 | 0.06 | 0 | 0.03 | 0.39 | 150 | 0.05 | 0.59 |
| Hex | 91 | 9B | 96 | 6 | 0 | 3 | 27 | 96 | 5 | 3B |
| Octal | 221 | 233 | 226 | 6 | 0 | 3 | 47 | 226 | 5 | 73 |
| Binary | 10010001 | 10011011 | 10010110 | 110 | 0 | 11 | 100111 | 10010110 | 101 | 111011 |
Color Harmonies of #919B96
Complementary color
Monochromatic Colors of #919B96
Black with #919B96
Text Example
Text Example
White with #919B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B96; }
p { color: rgb(145,155,150); }
H1.HeaderClassName
{
color: #919B96;
}
.AnyTagClassName
{
color: #919B96;
}
</style>
background-color css
<style>
a { background-color: #919B96; }
a { background-color: rgb(145,155,150); }
div.DivClassName
{
background-color: #919B96;
}
.BgClassName
{
background-color: #919B96;
}
</style>
border-color css
<style>
span { border-color: #919B96; }
span { border-color: rgb(145,155,150); }
td.TdClassName
{
border-color: #919B96;
}
.TagClassName
{
border-color: #919B96;
}
</style>