Shades of Cascade #91ABA2
Tints of Cascade #91ABA2
RGB
CMYK
RGB Variations
Color information
#91ABA2 (or 0x91ABA2) is known color: Cascade. HEX triplet: 91, AB and A2. RGB value is (145,171,162). Sum of RGB (Red+Green+Blue) = 145+171+162=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #91ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ABA2 is #6E545D. Grayscale: #A2A2A2. Windows color (decimal): -7230558 or 10660753. OLE color: 10660753.
HSL color Cylindrical-coordinate representation of color #91ABA2: hue angle of 159.23º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91ABA2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 171 | 162 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.33 |
| HSL | 159.23º | 0.13% | 0.62% | - |
| HSV(B) | 159.23º | 0.15% | 0.67% | - |
| XYZ | 32.76 | 37.75 | 39.74 | - |
| YUV | 162.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 162 | 0.15 | 0 | 0.05 | 0.33 | 159.23 | 0.13 | 0.62 |
| Hex | 91 | AB | A2 | F | 0 | 5 | 21 | 9F | D | 3E |
| Octal | 221 | 253 | 242 | 17 | 0 | 5 | 41 | 237 | 15 | 76 |
| Binary | 10010001 | 10101011 | 10100010 | 1111 | 0 | 101 | 100001 | 10011111 | 1101 | 111110 |
Color Harmonies of #91ABA2
Complementary color
Monochromatic Colors of #91ABA2
Black with #91ABA2
Text Example
Text Example
White with #91ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABA2; }
p { color: rgb(145,171,162); }
H1.HeaderClassName
{
color: #91ABA2;
}
.AnyTagClassName
{
color: #91ABA2;
}
</style>
background-color css
<style>
a { background-color: #91ABA2; }
a { background-color: rgb(145,171,162); }
div.DivClassName
{
background-color: #91ABA2;
}
.BgClassName
{
background-color: #91ABA2;
}
</style>
border-color css
<style>
span { border-color: #91ABA2; }
span { border-color: rgb(145,171,162); }
td.TdClassName
{
border-color: #91ABA2;
}
.TagClassName
{
border-color: #91ABA2;
}
</style>