Shades of Cascade #91A29A
Tints of Cascade #91A29A
RGB
CMYK
RGB Variations
Color information
#91A29A (or 0x91A29A) is known color: Cascade. HEX triplet: 91, A2 and 9A. RGB value is (145,162,154). Sum of RGB (Red+Green+Blue) = 145+162+154=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #91A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A29A is #6E5D65. Grayscale: #9C9C9C. Windows color (decimal): -7232870 or 10134161. OLE color: 10134161.
HSL color Cylindrical-coordinate representation of color #91A29A: hue angle of 151.76º 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 #91A29A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 154 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.36 |
| HSL | 151.76º | 0.08% | 0.6% | - |
| HSV(B) | 151.76º | 0.1% | 0.64% | - |
| XYZ | 30.43 | 34.19 | 35.57 | - |
| YUV | 156.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 154 | 0.10 | 0 | 0.05 | 0.36 | 151.76 | 0.08 | 0.6 |
| Hex | 91 | A2 | 9A | A | 0 | 5 | 24 | 98 | 8 | 3C |
| Octal | 221 | 242 | 232 | 12 | 0 | 5 | 44 | 230 | 10 | 74 |
| Binary | 10010001 | 10100010 | 10011010 | 1010 | 0 | 101 | 100100 | 10011000 | 1000 | 111100 |
Color Harmonies of #91A29A
Complementary color
Monochromatic Colors of #91A29A
Black with #91A29A
Text Example
Text Example
White with #91A29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A29A; }
p { color: rgb(145,162,154); }
H1.HeaderClassName
{
color: #91A29A;
}
.AnyTagClassName
{
color: #91A29A;
}
</style>
background-color css
<style>
a { background-color: #91A29A; }
a { background-color: rgb(145,162,154); }
div.DivClassName
{
background-color: #91A29A;
}
.BgClassName
{
background-color: #91A29A;
}
</style>
border-color css
<style>
span { border-color: #91A29A; }
span { border-color: rgb(145,162,154); }
td.TdClassName
{
border-color: #91A29A;
}
.TagClassName
{
border-color: #91A29A;
}
</style>