Shades of Cascade #91A19E
Tints of Cascade #91A19E
RGB
CMYK
RGB Variations
Color information
#91A19E (or 0x91A19E) is known color: Cascade. HEX triplet: 91, A1 and 9E. RGB value is (145,161,158). Sum of RGB (Red+Green+Blue) = 145+161+158=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #91A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A19E is #6E5E61. Grayscale: #9B9B9B. Windows color (decimal): -7233122 or 10396049. OLE color: 10396049.
HSL color Cylindrical-coordinate representation of color #91A19E: hue angle of 168.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A19E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 158 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.37 |
| HSL | 168.75º | 0.08% | 0.6% | - |
| HSV(B) | 168.75º | 0.1% | 0.63% | - |
| XYZ | 30.59 | 33.98 | 37.29 | - |
| YUV | 155.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 158 | 0.10 | 0 | 0.02 | 0.37 | 168.75 | 0.08 | 0.6 |
| Hex | 91 | A1 | 9E | A | 0 | 2 | 25 | A9 | 8 | 3C |
| Octal | 221 | 241 | 236 | 12 | 0 | 2 | 45 | 251 | 10 | 74 |
| Binary | 10010001 | 10100001 | 10011110 | 1010 | 0 | 10 | 100101 | 10101001 | 1000 | 111100 |
Color Harmonies of #91A19E
Complementary color
Monochromatic Colors of #91A19E
Black with #91A19E
Text Example
Text Example
White with #91A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A19E; }
p { color: rgb(145,161,158); }
H1.HeaderClassName
{
color: #91A19E;
}
.AnyTagClassName
{
color: #91A19E;
}
</style>
background-color css
<style>
a { background-color: #91A19E; }
a { background-color: rgb(145,161,158); }
div.DivClassName
{
background-color: #91A19E;
}
.BgClassName
{
background-color: #91A19E;
}
</style>
border-color css
<style>
span { border-color: #91A19E; }
span { border-color: rgb(145,161,158); }
td.TdClassName
{
border-color: #91A19E;
}
.TagClassName
{
border-color: #91A19E;
}
</style>