Shades of Cascade #84A49B
Tints of Cascade #84A49B
RGB
CMYK
RGB Variations
Color information
#84A49B (or 0x84A49B) is known color: Cascade. HEX triplet: 84, A4 and 9B. RGB value is (132,164,155). Sum of RGB (Red+Green+Blue) = 132+164+155=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #84A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A49B is #7B5B64. Grayscale: #999999. Windows color (decimal): -8084325 or 10200196. OLE color: 10200196.
HSL color Cylindrical-coordinate representation of color #84A49B: hue angle of 163.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A49B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 155 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.36 |
| HSL | 163.13º | 0.15% | 0.58% | - |
| HSV(B) | 163.13º | 0.2% | 0.64% | - |
| XYZ | 28.71 | 33.82 | 36.03 | - |
| YUV | 153.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 155 | 0.20 | 0 | 0.05 | 0.36 | 163.13 | 0.15 | 0.58 |
| Hex | 84 | A4 | 9B | 14 | 0 | 5 | 24 | A3 | F | 3A |
| Octal | 204 | 244 | 233 | 24 | 0 | 5 | 44 | 243 | 17 | 72 |
| Binary | 10000100 | 10100100 | 10011011 | 10100 | 0 | 101 | 100100 | 10100011 | 1111 | 111010 |
Color Harmonies of #84A49B
Complementary color
Monochromatic Colors of #84A49B
Black with #84A49B
Text Example
Text Example
White with #84A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A49B; }
p { color: rgb(132,164,155); }
H1.HeaderClassName
{
color: #84A49B;
}
.AnyTagClassName
{
color: #84A49B;
}
</style>
background-color css
<style>
a { background-color: #84A49B; }
a { background-color: rgb(132,164,155); }
div.DivClassName
{
background-color: #84A49B;
}
.BgClassName
{
background-color: #84A49B;
}
</style>
border-color css
<style>
span { border-color: #84A49B; }
span { border-color: rgb(132,164,155); }
td.TdClassName
{
border-color: #84A49B;
}
.TagClassName
{
border-color: #84A49B;
}
</style>