Shades of Cascade #96A6A2
Tints of Cascade #96A6A2
RGB
CMYK
RGB Variations
Color information
#96A6A2 (or 0x96A6A2) is known color: Cascade. HEX triplet: 96, A6 and A2. RGB value is (150,166,162). Sum of RGB (Red+Green+Blue) = 150+166+162=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #96A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6A2 is #69595D. Grayscale: #A0A0A0. Windows color (decimal): -6904158 or 10659478. OLE color: 10659478.
HSL color Cylindrical-coordinate representation of color #96A6A2: hue angle of 165º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96A6A2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 162 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.35 |
| HSL | 165º | 0.08% | 0.62% | - |
| HSV(B) | 165º | 0.1% | 0.65% | - |
| XYZ | 32.74 | 36.37 | 39.48 | - |
| YUV | 160.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 162 | 0.10 | 0 | 0.02 | 0.35 | 165 | 0.08 | 0.62 |
| Hex | 96 | A6 | A2 | A | 0 | 2 | 23 | A5 | 8 | 3E |
| Octal | 226 | 246 | 242 | 12 | 0 | 2 | 43 | 245 | 10 | 76 |
| Binary | 10010110 | 10100110 | 10100010 | 1010 | 0 | 10 | 100011 | 10100101 | 1000 | 111110 |
Color Harmonies of #96A6A2
Complementary color
Monochromatic Colors of #96A6A2
Black with #96A6A2
Text Example
Text Example
White with #96A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6A2; }
p { color: rgb(150,166,162); }
H1.HeaderClassName
{
color: #96A6A2;
}
.AnyTagClassName
{
color: #96A6A2;
}
</style>
background-color css
<style>
a { background-color: #96A6A2; }
a { background-color: rgb(150,166,162); }
div.DivClassName
{
background-color: #96A6A2;
}
.BgClassName
{
background-color: #96A6A2;
}
</style>
border-color css
<style>
span { border-color: #96A6A2; }
span { border-color: rgb(150,166,162); }
td.TdClassName
{
border-color: #96A6A2;
}
.TagClassName
{
border-color: #96A6A2;
}
</style>