Shades of Chinook #91CE9F
Tints of Chinook #91CE9F
RGB
CMYK
RGB Variations
Color information
#91CE9F (or 0x91CE9F) is known color: Chinook. HEX triplet: 91, CE and 9F. RGB value is (145,206,159). Sum of RGB (Red+Green+Blue) = 145+206+159=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #91CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CE9F is #6E3160. Grayscale: #B6B6B6. Windows color (decimal): -7221601 or 10473105. OLE color: 10473105.
HSL color Cylindrical-coordinate representation of color #91CE9F: hue angle of 133.77º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91CE9F is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 206 | 159 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.19 |
| HSL | 133.77º | 0.38% | 0.69% | - |
| HSV(B) | 133.77º | 0.3% | 0.81% | - |
| XYZ | 40.01 | 52.67 | 40.86 | - |
| YUV | 182.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 206 | 159 | 0.30 | 0 | 0.23 | 0.19 | 133.77 | 0.38 | 0.69 |
| Hex | 91 | CE | 9F | 1E | 0 | 17 | 13 | 86 | 26 | 45 |
| Octal | 221 | 316 | 237 | 36 | 0 | 27 | 23 | 206 | 46 | 105 |
| Binary | 10010001 | 11001110 | 10011111 | 11110 | 0 | 10111 | 10011 | 10000110 | 100110 | 1000101 |
Color Harmonies of #91CE9F
Complementary color
Monochromatic Colors of #91CE9F
Black with #91CE9F
Text Example
Text Example
White with #91CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CE9F; }
p { color: rgb(145,206,159); }
H1.HeaderClassName
{
color: #91CE9F;
}
.AnyTagClassName
{
color: #91CE9F;
}
</style>
background-color css
<style>
a { background-color: #91CE9F; }
a { background-color: rgb(145,206,159); }
div.DivClassName
{
background-color: #91CE9F;
}
.BgClassName
{
background-color: #91CE9F;
}
</style>
border-color css
<style>
span { border-color: #91CE9F; }
span { border-color: rgb(145,206,159); }
td.TdClassName
{
border-color: #91CE9F;
}
.TagClassName
{
border-color: #91CE9F;
}
</style>