Shades of Chinook #91D09E
Tints of Chinook #91D09E
RGB
CMYK
RGB Variations
Color information
#91D09E (or 0x91D09E) is known color: Chinook. HEX triplet: 91, D0 and 9E. RGB value is (145,208,158). Sum of RGB (Red+Green+Blue) = 145+208+158=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #91D09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D09E is #6E2F61. Grayscale: #B7B7B7. Windows color (decimal): -7221090 or 10408081. OLE color: 10408081.
HSL color Cylindrical-coordinate representation of color #91D09E: hue angle of 132.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91D09E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 158 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.18 |
| HSL | 132.38º | 0.4% | 0.69% | - |
| HSV(B) | 132.38º | 0.3% | 0.82% | - |
| XYZ | 40.4 | 53.6 | 40.56 | - |
| YUV | 183.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 158 | 0.30 | 0 | 0.24 | 0.18 | 132.38 | 0.4 | 0.69 |
| Hex | 91 | D0 | 9E | 1E | 0 | 18 | 12 | 84 | 28 | 45 |
| Octal | 221 | 320 | 236 | 36 | 0 | 30 | 22 | 204 | 50 | 105 |
| Binary | 10010001 | 11010000 | 10011110 | 11110 | 0 | 11000 | 10010 | 10000100 | 101000 | 1000101 |
Color Harmonies of #91D09E
Complementary color
Monochromatic Colors of #91D09E
Black with #91D09E
Text Example
Text Example
White with #91D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D09E; }
p { color: rgb(145,208,158); }
H1.HeaderClassName
{
color: #91D09E;
}
.AnyTagClassName
{
color: #91D09E;
}
</style>
background-color css
<style>
a { background-color: #91D09E; }
a { background-color: rgb(145,208,158); }
div.DivClassName
{
background-color: #91D09E;
}
.BgClassName
{
background-color: #91D09E;
}
</style>
border-color css
<style>
span { border-color: #91D09E; }
span { border-color: rgb(145,208,158); }
td.TdClassName
{
border-color: #91D09E;
}
.TagClassName
{
border-color: #91D09E;
}
</style>