Shades of Cascade #849F98
Tints of Cascade #849F98
RGB
CMYK
RGB Variations
Color information
#849F98 (or 0x849F98) is known color: Cascade. HEX triplet: 84, 9F and 98. RGB value is (132,159,152). Sum of RGB (Red+Green+Blue) = 132+159+152=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #849F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F98 is #7B6067. Grayscale: #969696. Windows color (decimal): -8085608 or 10002308. OLE color: 10002308.
HSL color Cylindrical-coordinate representation of color #849F98: hue angle of 164.44º 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 #849F98 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 152 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.38 |
| HSL | 164.44º | 0.12% | 0.57% | - |
| HSV(B) | 164.44º | 0.17% | 0.62% | - |
| XYZ | 27.58 | 31.97 | 34.42 | - |
| YUV | 150.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 152 | 0.17 | 0 | 0.04 | 0.38 | 164.44 | 0.12 | 0.57 |
| Hex | 84 | 9F | 98 | 11 | 0 | 4 | 26 | A4 | C | 39 |
| Octal | 204 | 237 | 230 | 21 | 0 | 4 | 46 | 244 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10011000 | 10001 | 0 | 100 | 100110 | 10100100 | 1100 | 111001 |
Color Harmonies of #849F98
Complementary color
Monochromatic Colors of #849F98
Black with #849F98
Text Example
Text Example
White with #849F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F98; }
p { color: rgb(132,159,152); }
H1.HeaderClassName
{
color: #849F98;
}
.AnyTagClassName
{
color: #849F98;
}
</style>
background-color css
<style>
a { background-color: #849F98; }
a { background-color: rgb(132,159,152); }
div.DivClassName
{
background-color: #849F98;
}
.BgClassName
{
background-color: #849F98;
}
</style>
border-color css
<style>
span { border-color: #849F98; }
span { border-color: rgb(132,159,152); }
td.TdClassName
{
border-color: #849F98;
}
.TagClassName
{
border-color: #849F98;
}
</style>