Shades of Cascade #849F99
Tints of Cascade #849F99
RGB
CMYK
RGB Variations
Color information
#849F99 (or 0x849F99) is known color: Cascade. HEX triplet: 84, 9F and 99. RGB value is (132,159,153). Sum of RGB (Red+Green+Blue) = 132+159+153=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #849F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F99 is #7B6066. Grayscale: #969696. Windows color (decimal): -8085607 or 10067844. OLE color: 10067844.
HSL color Cylindrical-coordinate representation of color #849F99: hue angle of 166.67º 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 #849F99 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 153 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.38 |
| HSL | 166.67º | 0.12% | 0.57% | - |
| HSV(B) | 166.67º | 0.17% | 0.62% | - |
| XYZ | 27.66 | 32 | 34.86 | - |
| YUV | 150.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 153 | 0.17 | 0 | 0.04 | 0.38 | 166.67 | 0.12 | 0.57 |
| Hex | 84 | 9F | 99 | 11 | 0 | 4 | 26 | A7 | C | 39 |
| Octal | 204 | 237 | 231 | 21 | 0 | 4 | 46 | 247 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10011001 | 10001 | 0 | 100 | 100110 | 10100111 | 1100 | 111001 |
Color Harmonies of #849F99
Complementary color
Monochromatic Colors of #849F99
Black with #849F99
Text Example
Text Example
White with #849F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F99; }
p { color: rgb(132,159,153); }
H1.HeaderClassName
{
color: #849F99;
}
.AnyTagClassName
{
color: #849F99;
}
</style>
background-color css
<style>
a { background-color: #849F99; }
a { background-color: rgb(132,159,153); }
div.DivClassName
{
background-color: #849F99;
}
.BgClassName
{
background-color: #849F99;
}
</style>
border-color css
<style>
span { border-color: #849F99; }
span { border-color: rgb(132,159,153); }
td.TdClassName
{
border-color: #849F99;
}
.TagClassName
{
border-color: #849F99;
}
</style>