Shades of Cascade #84A99A
Tints of Cascade #84A99A
RGB
CMYK
RGB Variations
Color information
#84A99A (or 0x84A99A) is known color: Cascade. HEX triplet: 84, A9 and 9A. RGB value is (132,169,154). Sum of RGB (Red+Green+Blue) = 132+169+154=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 169 - color contains mainly: green. Hex color #84A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A99A is #7B5665. Grayscale: #9C9C9C. Windows color (decimal): -8083046 or 10135940. OLE color: 10135940.
HSL color Cylindrical-coordinate representation of color #84A99A: hue angle of 155.68º 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 #84A99A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 154 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.34 |
| HSL | 155.68º | 0.18% | 0.59% | - |
| HSV(B) | 155.68º | 0.22% | 0.66% | - |
| XYZ | 29.54 | 35.61 | 35.89 | - |
| YUV | 156.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 154 | 0.22 | 0 | 0.09 | 0.34 | 155.68 | 0.18 | 0.59 |
| Hex | 84 | A9 | 9A | 16 | 0 | 9 | 22 | 9C | 12 | 3B |
| Octal | 204 | 251 | 232 | 26 | 0 | 11 | 42 | 234 | 22 | 73 |
| Binary | 10000100 | 10101001 | 10011010 | 10110 | 0 | 1001 | 100010 | 10011100 | 10010 | 111011 |
Color Harmonies of #84A99A
Complementary color
Monochromatic Colors of #84A99A
Black with #84A99A
Text Example
Text Example
White with #84A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A99A; }
p { color: rgb(132,169,154); }
H1.HeaderClassName
{
color: #84A99A;
}
.AnyTagClassName
{
color: #84A99A;
}
</style>
background-color css
<style>
a { background-color: #84A99A; }
a { background-color: rgb(132,169,154); }
div.DivClassName
{
background-color: #84A99A;
}
.BgClassName
{
background-color: #84A99A;
}
</style>
border-color css
<style>
span { border-color: #84A99A; }
span { border-color: rgb(132,169,154); }
td.TdClassName
{
border-color: #84A99A;
}
.TagClassName
{
border-color: #84A99A;
}
</style>