Shades of Cascade #84A397
Tints of Cascade #84A397
RGB
CMYK
RGB Variations
Color information
#84A397 (or 0x84A397) is known color: Cascade. HEX triplet: 84, A3 and 97. RGB value is (132,163,151). Sum of RGB (Red+Green+Blue) = 132+163+151=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #84A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A397 is #7B5C68. Grayscale: #989898. Windows color (decimal): -8084585 or 9937796. OLE color: 9937796.
HSL color Cylindrical-coordinate representation of color #84A397: hue angle of 156.77º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A397 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 151 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.36 |
| HSL | 156.77º | 0.14% | 0.58% | - |
| HSV(B) | 156.77º | 0.19% | 0.64% | - |
| XYZ | 28.2 | 33.33 | 34.23 | - |
| YUV | 152.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 151 | 0.19 | 0 | 0.07 | 0.36 | 156.77 | 0.14 | 0.58 |
| Hex | 84 | A3 | 97 | 13 | 0 | 7 | 24 | 9D | E | 3A |
| Octal | 204 | 243 | 227 | 23 | 0 | 7 | 44 | 235 | 16 | 72 |
| Binary | 10000100 | 10100011 | 10010111 | 10011 | 0 | 111 | 100100 | 10011101 | 1110 | 111010 |
Color Harmonies of #84A397
Complementary color
Monochromatic Colors of #84A397
Black with #84A397
Text Example
Text Example
White with #84A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A397; }
p { color: rgb(132,163,151); }
H1.HeaderClassName
{
color: #84A397;
}
.AnyTagClassName
{
color: #84A397;
}
</style>
background-color css
<style>
a { background-color: #84A397; }
a { background-color: rgb(132,163,151); }
div.DivClassName
{
background-color: #84A397;
}
.BgClassName
{
background-color: #84A397;
}
</style>
border-color css
<style>
span { border-color: #84A397; }
span { border-color: rgb(132,163,151); }
td.TdClassName
{
border-color: #84A397;
}
.TagClassName
{
border-color: #84A397;
}
</style>