Shades of Cascade #91A29C
Tints of Cascade #91A29C
RGB
CMYK
RGB Variations
Color information
#91A29C (or 0x91A29C) is known color: Cascade. HEX triplet: 91, A2 and 9C. RGB value is (145,162,156). Sum of RGB (Red+Green+Blue) = 145+162+156=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #91A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A29C is #6E5D63. Grayscale: #9C9C9C. Windows color (decimal): -7232868 or 10265233. OLE color: 10265233.
HSL color Cylindrical-coordinate representation of color #91A29C: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A29C is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 156 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.36 |
| HSL | 158.82º | 0.08% | 0.6% | - |
| HSV(B) | 158.82º | 0.1% | 0.64% | - |
| XYZ | 30.6 | 34.26 | 36.45 | - |
| YUV | 156.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 156 | 0.10 | 0 | 0.04 | 0.36 | 158.82 | 0.08 | 0.6 |
| Hex | 91 | A2 | 9C | A | 0 | 4 | 24 | 9F | 8 | 3C |
| Octal | 221 | 242 | 234 | 12 | 0 | 4 | 44 | 237 | 10 | 74 |
| Binary | 10010001 | 10100010 | 10011100 | 1010 | 0 | 100 | 100100 | 10011111 | 1000 | 111100 |
Color Harmonies of #91A29C
Complementary color
Monochromatic Colors of #91A29C
Black with #91A29C
Text Example
Text Example
White with #91A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A29C; }
p { color: rgb(145,162,156); }
H1.HeaderClassName
{
color: #91A29C;
}
.AnyTagClassName
{
color: #91A29C;
}
</style>
background-color css
<style>
a { background-color: #91A29C; }
a { background-color: rgb(145,162,156); }
div.DivClassName
{
background-color: #91A29C;
}
.BgClassName
{
background-color: #91A29C;
}
</style>
border-color css
<style>
span { border-color: #91A29C; }
span { border-color: rgb(145,162,156); }
td.TdClassName
{
border-color: #91A29C;
}
.TagClassName
{
border-color: #91A29C;
}
</style>