Shades of Chinook #91C9A5
Tints of Chinook #91C9A5
RGB
CMYK
RGB Variations
Color information
#91C9A5 (or 0x91C9A5) is known color: Chinook. HEX triplet: 91, C9 and A5. RGB value is (145,201,165). Sum of RGB (Red+Green+Blue) = 145+201+165=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C9A5 is #6E365A. Grayscale: #B4B4B4. Windows color (decimal): -7222875 or 10865041. OLE color: 10865041.
HSL color Cylindrical-coordinate representation of color #91C9A5: hue angle of 141.43º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91C9A5 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 165 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.21 |
| HSL | 141.43º | 0.34% | 0.68% | - |
| HSV(B) | 141.43º | 0.28% | 0.79% | - |
| XYZ | 39.36 | 50.51 | 43.27 | - |
| YUV | 180.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 165 | 0.28 | 0 | 0.18 | 0.21 | 141.43 | 0.34 | 0.68 |
| Hex | 91 | C9 | A5 | 1C | 0 | 12 | 15 | 8D | 22 | 44 |
| Octal | 221 | 311 | 245 | 34 | 0 | 22 | 25 | 215 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10100101 | 11100 | 0 | 10010 | 10101 | 10001101 | 100010 | 1000100 |
Color Harmonies of #91C9A5
Complementary color
Monochromatic Colors of #91C9A5
Black with #91C9A5
Text Example
Text Example
White with #91C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C9A5; }
p { color: rgb(145,201,165); }
H1.HeaderClassName
{
color: #91C9A5;
}
.AnyTagClassName
{
color: #91C9A5;
}
</style>
background-color css
<style>
a { background-color: #91C9A5; }
a { background-color: rgb(145,201,165); }
div.DivClassName
{
background-color: #91C9A5;
}
.BgClassName
{
background-color: #91C9A5;
}
</style>
border-color css
<style>
span { border-color: #91C9A5; }
span { border-color: rgb(145,201,165); }
td.TdClassName
{
border-color: #91C9A5;
}
.TagClassName
{
border-color: #91C9A5;
}
</style>