Shades of Chinook #91CA9C
Tints of Chinook #91CA9C
RGB
CMYK
RGB Variations
Color information
#91CA9C (or 0x91CA9C) is known color: Chinook. HEX triplet: 91, CA and 9C. RGB value is (145,202,156). Sum of RGB (Red+Green+Blue) = 145+202+156=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA9C is #6E3563. Grayscale: #B3B3B3. Windows color (decimal): -7222628 or 10275473. OLE color: 10275473.
HSL color Cylindrical-coordinate representation of color #91CA9C: hue angle of 131.58º 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 #91CA9C is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 156 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.21 |
| HSL | 131.58º | 0.35% | 0.68% | - |
| HSV(B) | 131.58º | 0.28% | 0.79% | - |
| XYZ | 38.8 | 50.66 | 39.19 | - |
| YUV | 179.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 156 | 0.28 | 0 | 0.23 | 0.21 | 131.58 | 0.35 | 0.68 |
| Hex | 91 | CA | 9C | 1C | 0 | 17 | 15 | 84 | 23 | 44 |
| Octal | 221 | 312 | 234 | 34 | 0 | 27 | 25 | 204 | 43 | 104 |
| Binary | 10010001 | 11001010 | 10011100 | 11100 | 0 | 10111 | 10101 | 10000100 | 100011 | 1000100 |
Color Harmonies of #91CA9C
Complementary color
Monochromatic Colors of #91CA9C
Black with #91CA9C
Text Example
Text Example
White with #91CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA9C; }
p { color: rgb(145,202,156); }
H1.HeaderClassName
{
color: #91CA9C;
}
.AnyTagClassName
{
color: #91CA9C;
}
</style>
background-color css
<style>
a { background-color: #91CA9C; }
a { background-color: rgb(145,202,156); }
div.DivClassName
{
background-color: #91CA9C;
}
.BgClassName
{
background-color: #91CA9C;
}
</style>
border-color css
<style>
span { border-color: #91CA9C; }
span { border-color: rgb(145,202,156); }
td.TdClassName
{
border-color: #91CA9C;
}
.TagClassName
{
border-color: #91CA9C;
}
</style>