Shades of Chinook #91C99D
Tints of Chinook #91C99D
RGB
CMYK
RGB Variations
Color information
#91C99D (or 0x91C99D) is known color: Chinook. HEX triplet: 91, C9 and 9D. RGB value is (145,201,157). Sum of RGB (Red+Green+Blue) = 145+201+157=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #91C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C99D is #6E3662. Grayscale: #B3B3B3. Windows color (decimal): -7222883 or 10340753. OLE color: 10340753.
HSL color Cylindrical-coordinate representation of color #91C99D: hue angle of 132.86º 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 #91C99D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 157 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.21 |
| HSL | 132.86º | 0.34% | 0.68% | - |
| HSV(B) | 132.86º | 0.28% | 0.79% | - |
| XYZ | 38.65 | 50.23 | 39.56 | - |
| YUV | 179.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 157 | 0.28 | 0 | 0.22 | 0.21 | 132.86 | 0.34 | 0.68 |
| Hex | 91 | C9 | 9D | 1C | 0 | 16 | 15 | 85 | 22 | 44 |
| Octal | 221 | 311 | 235 | 34 | 0 | 26 | 25 | 205 | 42 | 104 |
| Binary | 10010001 | 11001001 | 10011101 | 11100 | 0 | 10110 | 10101 | 10000101 | 100010 | 1000100 |
Color Harmonies of #91C99D
Complementary color
Monochromatic Colors of #91C99D
Black with #91C99D
Text Example
Text Example
White with #91C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C99D; }
p { color: rgb(145,201,157); }
H1.HeaderClassName
{
color: #91C99D;
}
.AnyTagClassName
{
color: #91C99D;
}
</style>
background-color css
<style>
a { background-color: #91C99D; }
a { background-color: rgb(145,201,157); }
div.DivClassName
{
background-color: #91C99D;
}
.BgClassName
{
background-color: #91C99D;
}
</style>
border-color css
<style>
span { border-color: #91C99D; }
span { border-color: rgb(145,201,157); }
td.TdClassName
{
border-color: #91C99D;
}
.TagClassName
{
border-color: #91C99D;
}
</style>