Shades of Cascade #86A999
Tints of Cascade #86A999
RGB
CMYK
RGB Variations
Color information
#86A999 (or 0x86A999) is known color: Cascade. HEX triplet: 86, A9 and 99. RGB value is (134,169,153). Sum of RGB (Red+Green+Blue) = 134+169+153=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #86A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A999 is #795666. Grayscale: #9C9C9C. Windows color (decimal): -7951975 or 10070406. OLE color: 10070406.
HSL color Cylindrical-coordinate representation of color #86A999: hue angle of 152.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A999 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 153 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.34 |
| HSL | 152.57º | 0.17% | 0.59% | - |
| HSV(B) | 152.57º | 0.21% | 0.66% | - |
| XYZ | 29.77 | 35.74 | 35.47 | - |
| YUV | 156.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 153 | 0.21 | 0 | 0.09 | 0.34 | 152.57 | 0.17 | 0.59 |
| Hex | 86 | A9 | 99 | 15 | 0 | 9 | 22 | 99 | 11 | 3B |
| Octal | 206 | 251 | 231 | 25 | 0 | 11 | 42 | 231 | 21 | 73 |
| Binary | 10000110 | 10101001 | 10011001 | 10101 | 0 | 1001 | 100010 | 10011001 | 10001 | 111011 |
Color Harmonies of #86A999
Complementary color
Monochromatic Colors of #86A999
Black with #86A999
Text Example
Text Example
White with #86A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A999; }
p { color: rgb(134,169,153); }
H1.HeaderClassName
{
color: #86A999;
}
.AnyTagClassName
{
color: #86A999;
}
</style>
background-color css
<style>
a { background-color: #86A999; }
a { background-color: rgb(134,169,153); }
div.DivClassName
{
background-color: #86A999;
}
.BgClassName
{
background-color: #86A999;
}
</style>
border-color css
<style>
span { border-color: #86A999; }
span { border-color: rgb(134,169,153); }
td.TdClassName
{
border-color: #86A999;
}
.TagClassName
{
border-color: #86A999;
}
</style>