Shades of Cascade #86A196
Tints of Cascade #86A196
RGB
CMYK
RGB Variations
Color information
#86A196 (or 0x86A196) is known color: Cascade. HEX triplet: 86, A1 and 96. RGB value is (134,161,150). Sum of RGB (Red+Green+Blue) = 134+161+150=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #86A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A196 is #795E69. Grayscale: #979797. Windows color (decimal): -7954026 or 9871750. OLE color: 9871750.
HSL color Cylindrical-coordinate representation of color #86A196: hue angle of 155.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A196 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 150 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.37 |
| HSL | 155.56º | 0.13% | 0.58% | - |
| HSV(B) | 155.56º | 0.17% | 0.63% | - |
| XYZ | 28.08 | 32.76 | 33.7 | - |
| YUV | 151.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 150 | 0.17 | 0 | 0.07 | 0.37 | 155.56 | 0.13 | 0.58 |
| Hex | 86 | A1 | 96 | 11 | 0 | 7 | 25 | 9C | D | 3A |
| Octal | 206 | 241 | 226 | 21 | 0 | 7 | 45 | 234 | 15 | 72 |
| Binary | 10000110 | 10100001 | 10010110 | 10001 | 0 | 111 | 100101 | 10011100 | 1101 | 111010 |
Color Harmonies of #86A196
Complementary color
Monochromatic Colors of #86A196
Black with #86A196
Text Example
Text Example
White with #86A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A196; }
p { color: rgb(134,161,150); }
H1.HeaderClassName
{
color: #86A196;
}
.AnyTagClassName
{
color: #86A196;
}
</style>
background-color css
<style>
a { background-color: #86A196; }
a { background-color: rgb(134,161,150); }
div.DivClassName
{
background-color: #86A196;
}
.BgClassName
{
background-color: #86A196;
}
</style>
border-color css
<style>
span { border-color: #86A196; }
span { border-color: rgb(134,161,150); }
td.TdClassName
{
border-color: #86A196;
}
.TagClassName
{
border-color: #86A196;
}
</style>