Shades of Cascade #91A39F
Tints of Cascade #91A39F
RGB
CMYK
RGB Variations
Color information
#91A39F (or 0x91A39F) is known color: Cascade. HEX triplet: 91, A3 and 9F. RGB value is (145,163,159). Sum of RGB (Red+Green+Blue) = 145+163+159=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #91A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A39F is #6E5C60. Grayscale: #9D9D9D. Windows color (decimal): -7232609 or 10462097. OLE color: 10462097.
HSL color Cylindrical-coordinate representation of color #91A39F: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #91A39F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 163 | 159 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.36 |
| HSL | 166.67º | 0.09% | 0.6% | - |
| HSV(B) | 166.67º | 0.11% | 0.64% | - |
| XYZ | 31.03 | 34.72 | 37.87 | - |
| YUV | 157.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 159 | 0.11 | 0 | 0.02 | 0.36 | 166.67 | 0.09 | 0.6 |
| Hex | 91 | A3 | 9F | B | 0 | 2 | 24 | A7 | 9 | 3C |
| Octal | 221 | 243 | 237 | 13 | 0 | 2 | 44 | 247 | 11 | 74 |
| Binary | 10010001 | 10100011 | 10011111 | 1011 | 0 | 10 | 100100 | 10100111 | 1001 | 111100 |
Color Harmonies of #91A39F
Complementary color
Monochromatic Colors of #91A39F
Black with #91A39F
Text Example
Text Example
White with #91A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A39F; }
p { color: rgb(145,163,159); }
H1.HeaderClassName
{
color: #91A39F;
}
.AnyTagClassName
{
color: #91A39F;
}
</style>
background-color css
<style>
a { background-color: #91A39F; }
a { background-color: rgb(145,163,159); }
div.DivClassName
{
background-color: #91A39F;
}
.BgClassName
{
background-color: #91A39F;
}
</style>
border-color css
<style>
span { border-color: #91A39F; }
span { border-color: rgb(145,163,159); }
td.TdClassName
{
border-color: #91A39F;
}
.TagClassName
{
border-color: #91A39F;
}
</style>