Shades of Cascade #91A09D
Tints of Cascade #91A09D
RGB
CMYK
RGB Variations
Color information
#91A09D (or 0x91A09D) is known color: Cascade. HEX triplet: 91, A0 and 9D. RGB value is (145,160,157). Sum of RGB (Red+Green+Blue) = 145+160+157=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #91A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A09D is #6E5F62. Grayscale: #9B9B9B. Windows color (decimal): -7233379 or 10330257. OLE color: 10330257.
HSL color Cylindrical-coordinate representation of color #91A09D: hue angle of 168º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91A09D is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 157 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.37 |
| HSL | 168º | 0.07% | 0.6% | - |
| HSV(B) | 168º | 0.09% | 0.63% | - |
| XYZ | 30.33 | 33.6 | 36.78 | - |
| YUV | 155.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 157 | 0.09 | 0 | 0.02 | 0.37 | 168 | 0.07 | 0.6 |
| Hex | 91 | A0 | 9D | 9 | 0 | 2 | 25 | A8 | 7 | 3C |
| Octal | 221 | 240 | 235 | 11 | 0 | 2 | 45 | 250 | 7 | 74 |
| Binary | 10010001 | 10100000 | 10011101 | 1001 | 0 | 10 | 100101 | 10101000 | 111 | 111100 |
Color Harmonies of #91A09D
Complementary color
Monochromatic Colors of #91A09D
Black with #91A09D
Text Example
Text Example
White with #91A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A09D; }
p { color: rgb(145,160,157); }
H1.HeaderClassName
{
color: #91A09D;
}
.AnyTagClassName
{
color: #91A09D;
}
</style>
background-color css
<style>
a { background-color: #91A09D; }
a { background-color: rgb(145,160,157); }
div.DivClassName
{
background-color: #91A09D;
}
.BgClassName
{
background-color: #91A09D;
}
</style>
border-color css
<style>
span { border-color: #91A09D; }
span { border-color: rgb(145,160,157); }
td.TdClassName
{
border-color: #91A09D;
}
.TagClassName
{
border-color: #91A09D;
}
</style>