Shades of Chinook #91C89F
Tints of Chinook #91C89F
RGB
CMYK
RGB Variations
Color information
#91C89F (or 0x91C89F) is known color: Chinook. HEX triplet: 91, C8 and 9F. RGB value is (145,200,159). Sum of RGB (Red+Green+Blue) = 145+200+159=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #91C89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C89F is #6E3760. Grayscale: #B2B2B2. Windows color (decimal): -7223137 or 10471569. OLE color: 10471569.
HSL color Cylindrical-coordinate representation of color #91C89F: hue angle of 135.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91C89F is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 159 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.22 |
| HSL | 135.27º | 0.33% | 0.68% | - |
| HSV(B) | 135.27º | 0.28% | 0.78% | - |
| XYZ | 38.59 | 49.83 | 40.39 | - |
| YUV | 178.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 159 | 0.28 | 0 | 0.20 | 0.22 | 135.27 | 0.33 | 0.68 |
| Hex | 91 | C8 | 9F | 1C | 0 | 14 | 16 | 87 | 21 | 44 |
| Octal | 221 | 310 | 237 | 34 | 0 | 24 | 26 | 207 | 41 | 104 |
| Binary | 10010001 | 11001000 | 10011111 | 11100 | 0 | 10100 | 10110 | 10000111 | 100001 | 1000100 |
Color Harmonies of #91C89F
Complementary color
Monochromatic Colors of #91C89F
Black with #91C89F
Text Example
Text Example
White with #91C89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C89F; }
p { color: rgb(145,200,159); }
H1.HeaderClassName
{
color: #91C89F;
}
.AnyTagClassName
{
color: #91C89F;
}
</style>
background-color css
<style>
a { background-color: #91C89F; }
a { background-color: rgb(145,200,159); }
div.DivClassName
{
background-color: #91C89F;
}
.BgClassName
{
background-color: #91C89F;
}
</style>
border-color css
<style>
span { border-color: #91C89F; }
span { border-color: rgb(145,200,159); }
td.TdClassName
{
border-color: #91C89F;
}
.TagClassName
{
border-color: #91C89F;
}
</style>