Shades of Cascade #96A4A0
Tints of Cascade #96A4A0
RGB
CMYK
RGB Variations
Color information
#96A4A0 (or 0x96A4A0) is known color: Cascade. HEX triplet: 96, A4 and A0. RGB value is (150,164,160). Sum of RGB (Red+Green+Blue) = 150+164+160=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #96A4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A4A0 is #695B5F. Grayscale: #9F9F9F. Windows color (decimal): -6904672 or 10527894. OLE color: 10527894.
HSL color Cylindrical-coordinate representation of color #96A4A0: hue angle of 162.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96A4A0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 164 | 160 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.36 |
| HSL | 162.86º | 0.07% | 0.62% | - |
| HSV(B) | 162.86º | 0.09% | 0.64% | - |
| XYZ | 32.2 | 35.57 | 38.43 | - |
| YUV | 159.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 160 | 0.09 | 0 | 0.02 | 0.36 | 162.86 | 0.07 | 0.62 |
| Hex | 96 | A4 | A0 | 9 | 0 | 2 | 24 | A3 | 7 | 3E |
| Octal | 226 | 244 | 240 | 11 | 0 | 2 | 44 | 243 | 7 | 76 |
| Binary | 10010110 | 10100100 | 10100000 | 1001 | 0 | 10 | 100100 | 10100011 | 111 | 111110 |
Color Harmonies of #96A4A0
Complementary color
Monochromatic Colors of #96A4A0
Black with #96A4A0
Text Example
Text Example
White with #96A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4A0; }
p { color: rgb(150,164,160); }
H1.HeaderClassName
{
color: #96A4A0;
}
.AnyTagClassName
{
color: #96A4A0;
}
</style>
background-color css
<style>
a { background-color: #96A4A0; }
a { background-color: rgb(150,164,160); }
div.DivClassName
{
background-color: #96A4A0;
}
.BgClassName
{
background-color: #96A4A0;
}
</style>
border-color css
<style>
span { border-color: #96A4A0; }
span { border-color: rgb(150,164,160); }
td.TdClassName
{
border-color: #96A4A0;
}
.TagClassName
{
border-color: #96A4A0;
}
</style>