Shades of Cascade #91A29E
Tints of Cascade #91A29E
RGB
CMYK
RGB Variations
Color information
#91A29E (or 0x91A29E) is known color: Cascade. HEX triplet: 91, A2 and 9E. RGB value is (145,162,158). Sum of RGB (Red+Green+Blue) = 145+162+158=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 162 - color contains mainly: green. Hex color #91A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A29E is #6E5D61. Grayscale: #9C9C9C. Windows color (decimal): -7232866 or 10396305. OLE color: 10396305.
HSL color Cylindrical-coordinate representation of color #91A29E: hue angle of 165.88º 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 #91A29E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 158 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.36 |
| HSL | 165.88º | 0.08% | 0.6% | - |
| HSV(B) | 165.88º | 0.1% | 0.64% | - |
| XYZ | 30.77 | 34.33 | 37.35 | - |
| YUV | 156.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 158 | 0.10 | 0 | 0.02 | 0.36 | 165.88 | 0.08 | 0.6 |
| Hex | 91 | A2 | 9E | A | 0 | 2 | 24 | A6 | 8 | 3C |
| Octal | 221 | 242 | 236 | 12 | 0 | 2 | 44 | 246 | 10 | 74 |
| Binary | 10010001 | 10100010 | 10011110 | 1010 | 0 | 10 | 100100 | 10100110 | 1000 | 111100 |
Color Harmonies of #91A29E
Complementary color
Monochromatic Colors of #91A29E
Black with #91A29E
Text Example
Text Example
White with #91A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A29E; }
p { color: rgb(145,162,158); }
H1.HeaderClassName
{
color: #91A29E;
}
.AnyTagClassName
{
color: #91A29E;
}
</style>
background-color css
<style>
a { background-color: #91A29E; }
a { background-color: rgb(145,162,158); }
div.DivClassName
{
background-color: #91A29E;
}
.BgClassName
{
background-color: #91A29E;
}
</style>
border-color css
<style>
span { border-color: #91A29E; }
span { border-color: rgb(145,162,158); }
td.TdClassName
{
border-color: #91A29E;
}
.TagClassName
{
border-color: #91A29E;
}
</style>