Shades of Cascade #91A19A
Tints of Cascade #91A19A
RGB
CMYK
RGB Variations
Color information
#91A19A (or 0x91A19A) is known color: Cascade. HEX triplet: 91, A1 and 9A. RGB value is (145,161,154). Sum of RGB (Red+Green+Blue) = 145+161+154=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #91A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A19A is #6E5E65. Grayscale: #9B9B9B. Windows color (decimal): -7233126 or 10133905. OLE color: 10133905.
HSL color Cylindrical-coordinate representation of color #91A19A: hue angle of 153.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 #91A19A is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 154 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.37 |
| HSL | 153.75º | 0.08% | 0.6% | - |
| HSV(B) | 153.75º | 0.1% | 0.63% | - |
| XYZ | 30.25 | 33.84 | 35.51 | - |
| YUV | 155.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 154 | 0.10 | 0 | 0.04 | 0.37 | 153.75 | 0.08 | 0.6 |
| Hex | 91 | A1 | 9A | A | 0 | 4 | 25 | 9A | 8 | 3C |
| Octal | 221 | 241 | 232 | 12 | 0 | 4 | 45 | 232 | 10 | 74 |
| Binary | 10010001 | 10100001 | 10011010 | 1010 | 0 | 100 | 100101 | 10011010 | 1000 | 111100 |
Color Harmonies of #91A19A
Complementary color
Monochromatic Colors of #91A19A
Black with #91A19A
Text Example
Text Example
White with #91A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A19A; }
p { color: rgb(145,161,154); }
H1.HeaderClassName
{
color: #91A19A;
}
.AnyTagClassName
{
color: #91A19A;
}
</style>
background-color css
<style>
a { background-color: #91A19A; }
a { background-color: rgb(145,161,154); }
div.DivClassName
{
background-color: #91A19A;
}
.BgClassName
{
background-color: #91A19A;
}
</style>
border-color css
<style>
span { border-color: #91A19A; }
span { border-color: rgb(145,161,154); }
td.TdClassName
{
border-color: #91A19A;
}
.TagClassName
{
border-color: #91A19A;
}
</style>