Shades of Cascade #86AC9D
Tints of Cascade #86AC9D
RGB
CMYK
RGB Variations
Color information
#86AC9D (or 0x86AC9D) is known color: Cascade. HEX triplet: 86, AC and 9D. RGB value is (134,172,157). Sum of RGB (Red+Green+Blue) = 134+172+157=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AC9D is #795362. Grayscale: #9E9E9E. Windows color (decimal): -7951203 or 10333318. OLE color: 10333318.
HSL color Cylindrical-coordinate representation of color #86AC9D: hue angle of 156.32º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86AC9D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 157 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.33 |
| HSL | 156.32º | 0.19% | 0.6% | - |
| HSV(B) | 156.32º | 0.22% | 0.67% | - |
| XYZ | 30.67 | 37.01 | 37.43 | - |
| YUV | 158.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 157 | 0.22 | 0 | 0.09 | 0.33 | 156.32 | 0.19 | 0.6 |
| Hex | 86 | AC | 9D | 16 | 0 | 9 | 21 | 9C | 13 | 3C |
| Octal | 206 | 254 | 235 | 26 | 0 | 11 | 41 | 234 | 23 | 74 |
| Binary | 10000110 | 10101100 | 10011101 | 10110 | 0 | 1001 | 100001 | 10011100 | 10011 | 111100 |
Color Harmonies of #86AC9D
Complementary color
Monochromatic Colors of #86AC9D
Black with #86AC9D
Text Example
Text Example
White with #86AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC9D; }
p { color: rgb(134,172,157); }
H1.HeaderClassName
{
color: #86AC9D;
}
.AnyTagClassName
{
color: #86AC9D;
}
</style>
background-color css
<style>
a { background-color: #86AC9D; }
a { background-color: rgb(134,172,157); }
div.DivClassName
{
background-color: #86AC9D;
}
.BgClassName
{
background-color: #86AC9D;
}
</style>
border-color css
<style>
span { border-color: #86AC9D; }
span { border-color: rgb(134,172,157); }
td.TdClassName
{
border-color: #86AC9D;
}
.TagClassName
{
border-color: #86AC9D;
}
</style>