Shades of Cascade #849F97
Tints of Cascade #849F97
RGB
CMYK
RGB Variations
Color information
#849F97 (or 0x849F97) is known color: Cascade. HEX triplet: 84, 9F and 97. RGB value is (132,159,151). Sum of RGB (Red+Green+Blue) = 132+159+151=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 159 - color contains mainly: green. Hex color #849F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F97 is #7B6068. Grayscale: #969696. Windows color (decimal): -8085609 or 9936772. OLE color: 9936772.
HSL color Cylindrical-coordinate representation of color #849F97: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F97 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 151 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.38 |
| HSL | 162.22º | 0.12% | 0.57% | - |
| HSV(B) | 162.22º | 0.17% | 0.62% | - |
| XYZ | 27.5 | 31.94 | 33.99 | - |
| YUV | 150.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 151 | 0.17 | 0 | 0.05 | 0.38 | 162.22 | 0.12 | 0.57 |
| Hex | 84 | 9F | 97 | 11 | 0 | 5 | 26 | A2 | C | 39 |
| Octal | 204 | 237 | 227 | 21 | 0 | 5 | 46 | 242 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10010111 | 10001 | 0 | 101 | 100110 | 10100010 | 1100 | 111001 |
Color Harmonies of #849F97
Complementary color
Monochromatic Colors of #849F97
Black with #849F97
Text Example
Text Example
White with #849F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F97; }
p { color: rgb(132,159,151); }
H1.HeaderClassName
{
color: #849F97;
}
.AnyTagClassName
{
color: #849F97;
}
</style>
background-color css
<style>
a { background-color: #849F97; }
a { background-color: rgb(132,159,151); }
div.DivClassName
{
background-color: #849F97;
}
.BgClassName
{
background-color: #849F97;
}
</style>
border-color css
<style>
span { border-color: #849F97; }
span { border-color: rgb(132,159,151); }
td.TdClassName
{
border-color: #849F97;
}
.TagClassName
{
border-color: #849F97;
}
</style>