Shades of Cascade #84A29C
Tints of Cascade #84A29C
RGB
CMYK
RGB Variations
Color information
#84A29C (or 0x84A29C) is known color: Cascade. HEX triplet: 84, A2 and 9C. RGB value is (132,162,156). Sum of RGB (Red+Green+Blue) = 132+162+156=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #84A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A29C is #7B5D63. Grayscale: #989898. Windows color (decimal): -8084836 or 10265220. OLE color: 10265220.
HSL color Cylindrical-coordinate representation of color #84A29C: hue angle of 168º 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 #84A29C is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 156 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.36 |
| HSL | 168º | 0.14% | 0.58% | - |
| HSV(B) | 168º | 0.19% | 0.64% | - |
| XYZ | 28.44 | 33.15 | 36.35 | - |
| YUV | 152.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 156 | 0.19 | 0 | 0.04 | 0.36 | 168 | 0.14 | 0.58 |
| Hex | 84 | A2 | 9C | 13 | 0 | 4 | 24 | A8 | E | 3A |
| Octal | 204 | 242 | 234 | 23 | 0 | 4 | 44 | 250 | 16 | 72 |
| Binary | 10000100 | 10100010 | 10011100 | 10011 | 0 | 100 | 100100 | 10101000 | 1110 | 111010 |
Color Harmonies of #84A29C
Complementary color
Monochromatic Colors of #84A29C
Black with #84A29C
Text Example
Text Example
White with #84A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A29C; }
p { color: rgb(132,162,156); }
H1.HeaderClassName
{
color: #84A29C;
}
.AnyTagClassName
{
color: #84A29C;
}
</style>
background-color css
<style>
a { background-color: #84A29C; }
a { background-color: rgb(132,162,156); }
div.DivClassName
{
background-color: #84A29C;
}
.BgClassName
{
background-color: #84A29C;
}
</style>
border-color css
<style>
span { border-color: #84A29C; }
span { border-color: rgb(132,162,156); }
td.TdClassName
{
border-color: #84A29C;
}
.TagClassName
{
border-color: #84A29C;
}
</style>