Shades of Chinook #91CA9F
Tints of Chinook #91CA9F
RGB
CMYK
RGB Variations
Color information
#91CA9F (or 0x91CA9F) is known color: Chinook. HEX triplet: 91, CA and 9F. RGB value is (145,202,159). Sum of RGB (Red+Green+Blue) = 145+202+159=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA9F is #6E3560. Grayscale: #B4B4B4. Windows color (decimal): -7222625 or 10472081. OLE color: 10472081.
HSL color Cylindrical-coordinate representation of color #91CA9F: hue angle of 134.74º degrees, saturation: 0.35, 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 #91CA9F is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 159 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.21 |
| HSL | 134.74º | 0.35% | 0.68% | - |
| HSV(B) | 134.74º | 0.28% | 0.79% | - |
| XYZ | 39.06 | 50.76 | 40.54 | - |
| YUV | 180.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 159 | 0.28 | 0 | 0.21 | 0.21 | 134.74 | 0.35 | 0.68 |
| Hex | 91 | CA | 9F | 1C | 0 | 15 | 15 | 87 | 23 | 44 |
| Octal | 221 | 312 | 237 | 34 | 0 | 25 | 25 | 207 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10011111 | 11100 | 0 | 10101 | 10101 | 10000111 | 100011 | 1000100 |
Color Harmonies of #91CA9F
Complementary color
Monochromatic Colors of #91CA9F
Black with #91CA9F
Text Example
Text Example
White with #91CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA9F; }
p { color: rgb(145,202,159); }
H1.HeaderClassName
{
color: #91CA9F;
}
.AnyTagClassName
{
color: #91CA9F;
}
</style>
background-color css
<style>
a { background-color: #91CA9F; }
a { background-color: rgb(145,202,159); }
div.DivClassName
{
background-color: #91CA9F;
}
.BgClassName
{
background-color: #91CA9F;
}
</style>
border-color css
<style>
span { border-color: #91CA9F; }
span { border-color: rgb(145,202,159); }
td.TdClassName
{
border-color: #91CA9F;
}
.TagClassName
{
border-color: #91CA9F;
}
</style>