Shades of Cascade #84A99C
Tints of Cascade #84A99C
RGB
CMYK
RGB Variations
Color information
#84A99C (or 0x84A99C) is known color: Cascade. HEX triplet: 84, A9 and 9C. RGB value is (132,169,156). Sum of RGB (Red+Green+Blue) = 132+169+156=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #84A99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A99C is #7B5663. Grayscale: #9C9C9C. Windows color (decimal): -8083044 or 10267012. OLE color: 10267012.
HSL color Cylindrical-coordinate representation of color #84A99C: hue angle of 158.92º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A99C is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 156 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.34 |
| HSL | 158.92º | 0.18% | 0.59% | - |
| HSV(B) | 158.92º | 0.22% | 0.66% | - |
| XYZ | 29.7 | 35.68 | 36.77 | - |
| YUV | 156.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 156 | 0.22 | 0 | 0.08 | 0.34 | 158.92 | 0.18 | 0.59 |
| Hex | 84 | A9 | 9C | 16 | 0 | 8 | 22 | 9F | 12 | 3B |
| Octal | 204 | 251 | 234 | 26 | 0 | 10 | 42 | 237 | 22 | 73 |
| Binary | 10000100 | 10101001 | 10011100 | 10110 | 0 | 1000 | 100010 | 10011111 | 10010 | 111011 |
Color Harmonies of #84A99C
Complementary color
Monochromatic Colors of #84A99C
Black with #84A99C
Text Example
Text Example
White with #84A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A99C; }
p { color: rgb(132,169,156); }
H1.HeaderClassName
{
color: #84A99C;
}
.AnyTagClassName
{
color: #84A99C;
}
</style>
background-color css
<style>
a { background-color: #84A99C; }
a { background-color: rgb(132,169,156); }
div.DivClassName
{
background-color: #84A99C;
}
.BgClassName
{
background-color: #84A99C;
}
</style>
border-color css
<style>
span { border-color: #84A99C; }
span { border-color: rgb(132,169,156); }
td.TdClassName
{
border-color: #84A99C;
}
.TagClassName
{
border-color: #84A99C;
}
</style>