Shades of Chinook #91CC9E
Tints of Chinook #91CC9E
RGB
CMYK
RGB Variations
Color information
#91CC9E (or 0x91CC9E) is known color: Chinook. HEX triplet: 91, CC and 9E. RGB value is (145,204,158). Sum of RGB (Red+Green+Blue) = 145+204+158=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #91CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CC9E is #6E3361. Grayscale: #B5B5B5. Windows color (decimal): -7222114 or 10407057. OLE color: 10407057.
HSL color Cylindrical-coordinate representation of color #91CC9E: hue angle of 133.22º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CC9E is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 204 | 158 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.2 |
| HSL | 133.22º | 0.37% | 0.68% | - |
| HSV(B) | 133.22º | 0.29% | 0.8% | - |
| XYZ | 39.44 | 51.67 | 40.24 | - |
| YUV | 181.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 204 | 158 | 0.29 | 0 | 0.23 | 0.2 | 133.22 | 0.37 | 0.68 |
| Hex | 91 | CC | 9E | 1D | 0 | 17 | 14 | 85 | 25 | 44 |
| Octal | 221 | 314 | 236 | 35 | 0 | 27 | 24 | 205 | 45 | 104 |
| Binary | 10010001 | 11001100 | 10011110 | 11101 | 0 | 10111 | 10100 | 10000101 | 100101 | 1000100 |
Color Harmonies of #91CC9E
Complementary color
Monochromatic Colors of #91CC9E
Black with #91CC9E
Text Example
Text Example
White with #91CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CC9E; }
p { color: rgb(145,204,158); }
H1.HeaderClassName
{
color: #91CC9E;
}
.AnyTagClassName
{
color: #91CC9E;
}
</style>
background-color css
<style>
a { background-color: #91CC9E; }
a { background-color: rgb(145,204,158); }
div.DivClassName
{
background-color: #91CC9E;
}
.BgClassName
{
background-color: #91CC9E;
}
</style>
border-color css
<style>
span { border-color: #91CC9E; }
span { border-color: rgb(145,204,158); }
td.TdClassName
{
border-color: #91CC9E;
}
.TagClassName
{
border-color: #91CC9E;
}
</style>