Shades of Cascade #849E96
Tints of Cascade #849E96
RGB
CMYK
RGB Variations
Color information
#849E96 (or 0x849E96) is known color: Cascade. HEX triplet: 84, 9E and 96. RGB value is (132,158,150). Sum of RGB (Red+Green+Blue) = 132+158+150=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #849E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E96 is #7B6169. Grayscale: #959595. Windows color (decimal): -8085866 or 9870980. OLE color: 9870980.
HSL color Cylindrical-coordinate representation of color #849E96: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849E96 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 158 | 150 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.38 |
| HSL | 161.54º | 0.12% | 0.57% | - |
| HSV(B) | 161.54º | 0.16% | 0.62% | - |
| XYZ | 27.25 | 31.56 | 33.51 | - |
| YUV | 149.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 150 | 0.16 | 0 | 0.05 | 0.38 | 161.54 | 0.12 | 0.57 |
| Hex | 84 | 9E | 96 | 10 | 0 | 5 | 26 | A2 | C | 39 |
| Octal | 204 | 236 | 226 | 20 | 0 | 5 | 46 | 242 | 14 | 71 |
| Binary | 10000100 | 10011110 | 10010110 | 10000 | 0 | 101 | 100110 | 10100010 | 1100 | 111001 |
Color Harmonies of #849E96
Complementary color
Monochromatic Colors of #849E96
Black with #849E96
Text Example
Text Example
White with #849E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849E96; }
p { color: rgb(132,158,150); }
H1.HeaderClassName
{
color: #849E96;
}
.AnyTagClassName
{
color: #849E96;
}
</style>
background-color css
<style>
a { background-color: #849E96; }
a { background-color: rgb(132,158,150); }
div.DivClassName
{
background-color: #849E96;
}
.BgClassName
{
background-color: #849E96;
}
</style>
border-color css
<style>
span { border-color: #849E96; }
span { border-color: rgb(132,158,150); }
td.TdClassName
{
border-color: #849E96;
}
.TagClassName
{
border-color: #849E96;
}
</style>