Shades of Cascade #91A59C
Tints of Cascade #91A59C
RGB
CMYK
RGB Variations
Color information
#91A59C (or 0x91A59C) is known color: Cascade. HEX triplet: 91, A5 and 9C. RGB value is (145,165,156). Sum of RGB (Red+Green+Blue) = 145+165+156=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #91A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A59C is #6E5A63. Grayscale: #9E9E9E. Windows color (decimal): -7232100 or 10266001. OLE color: 10266001.
HSL color Cylindrical-coordinate representation of color #91A59C: hue angle of 153º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A59C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 156 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.35 |
| HSL | 153º | 0.1% | 0.61% | - |
| HSV(B) | 153º | 0.12% | 0.65% | - |
| XYZ | 31.13 | 35.33 | 36.63 | - |
| YUV | 157.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 156 | 0.12 | 0 | 0.05 | 0.35 | 153 | 0.1 | 0.61 |
| Hex | 91 | A5 | 9C | C | 0 | 5 | 23 | 99 | A | 3D |
| Octal | 221 | 245 | 234 | 14 | 0 | 5 | 43 | 231 | 12 | 75 |
| Binary | 10010001 | 10100101 | 10011100 | 1100 | 0 | 101 | 100011 | 10011001 | 1010 | 111101 |
Color Harmonies of #91A59C
Complementary color
Monochromatic Colors of #91A59C
Black with #91A59C
Text Example
Text Example
White with #91A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A59C; }
p { color: rgb(145,165,156); }
H1.HeaderClassName
{
color: #91A59C;
}
.AnyTagClassName
{
color: #91A59C;
}
</style>
background-color css
<style>
a { background-color: #91A59C; }
a { background-color: rgb(145,165,156); }
div.DivClassName
{
background-color: #91A59C;
}
.BgClassName
{
background-color: #91A59C;
}
</style>
border-color css
<style>
span { border-color: #91A59C; }
span { border-color: rgb(145,165,156); }
td.TdClassName
{
border-color: #91A59C;
}
.TagClassName
{
border-color: #91A59C;
}
</style>