Shades of Cascade #84AB9C
Tints of Cascade #84AB9C
RGB
CMYK
RGB Variations
Color information
#84AB9C (or 0x84AB9C) is known color: Cascade. HEX triplet: 84, AB and 9C. RGB value is (132,171,156). Sum of RGB (Red+Green+Blue) = 132+171+156=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB9C is #7B5463. Grayscale: #9D9D9D. Windows color (decimal): -8082532 or 10267524. OLE color: 10267524.
HSL color Cylindrical-coordinate representation of color #84AB9C: hue angle of 156.92º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AB9C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 156 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.33 |
| HSL | 156.92º | 0.19% | 0.59% | - |
| HSV(B) | 156.92º | 0.23% | 0.67% | - |
| XYZ | 30.08 | 36.43 | 36.9 | - |
| YUV | 157.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 156 | 0.23 | 0 | 0.09 | 0.33 | 156.92 | 0.19 | 0.59 |
| Hex | 84 | AB | 9C | 17 | 0 | 9 | 21 | 9D | 13 | 3B |
| Octal | 204 | 253 | 234 | 27 | 0 | 11 | 41 | 235 | 23 | 73 |
| Binary | 10000100 | 10101011 | 10011100 | 10111 | 0 | 1001 | 100001 | 10011101 | 10011 | 111011 |
Color Harmonies of #84AB9C
Complementary color
Monochromatic Colors of #84AB9C
Black with #84AB9C
Text Example
Text Example
White with #84AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB9C; }
p { color: rgb(132,171,156); }
H1.HeaderClassName
{
color: #84AB9C;
}
.AnyTagClassName
{
color: #84AB9C;
}
</style>
background-color css
<style>
a { background-color: #84AB9C; }
a { background-color: rgb(132,171,156); }
div.DivClassName
{
background-color: #84AB9C;
}
.BgClassName
{
background-color: #84AB9C;
}
</style>
border-color css
<style>
span { border-color: #84AB9C; }
span { border-color: rgb(132,171,156); }
td.TdClassName
{
border-color: #84AB9C;
}
.TagClassName
{
border-color: #84AB9C;
}
</style>