Shades of Cascade #84A197
Tints of Cascade #84A197
RGB
CMYK
RGB Variations
Color information
#84A197 (or 0x84A197) is known color: Cascade. HEX triplet: 84, A1 and 97. RGB value is (132,161,151). Sum of RGB (Red+Green+Blue) = 132+161+151=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #84A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A197 is #7B5E68. Grayscale: #979797. Windows color (decimal): -8085097 or 9937284. OLE color: 9937284.
HSL color Cylindrical-coordinate representation of color #84A197: hue angle of 159.31º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A197 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 151 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.37 |
| HSL | 159.31º | 0.13% | 0.57% | - |
| HSV(B) | 159.31º | 0.18% | 0.63% | - |
| XYZ | 27.85 | 32.63 | 34.11 | - |
| YUV | 151.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 151 | 0.18 | 0 | 0.06 | 0.37 | 159.31 | 0.13 | 0.57 |
| Hex | 84 | A1 | 97 | 12 | 0 | 6 | 25 | 9F | D | 39 |
| Octal | 204 | 241 | 227 | 22 | 0 | 6 | 45 | 237 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10010111 | 10010 | 0 | 110 | 100101 | 10011111 | 1101 | 111001 |
Color Harmonies of #84A197
Complementary color
Monochromatic Colors of #84A197
Black with #84A197
Text Example
Text Example
White with #84A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A197; }
p { color: rgb(132,161,151); }
H1.HeaderClassName
{
color: #84A197;
}
.AnyTagClassName
{
color: #84A197;
}
</style>
background-color css
<style>
a { background-color: #84A197; }
a { background-color: rgb(132,161,151); }
div.DivClassName
{
background-color: #84A197;
}
.BgClassName
{
background-color: #84A197;
}
</style>
border-color css
<style>
span { border-color: #84A197; }
span { border-color: rgb(132,161,151); }
td.TdClassName
{
border-color: #84A197;
}
.TagClassName
{
border-color: #84A197;
}
</style>