Shades of Chinook #91DEA5
Tints of Chinook #91DEA5
RGB
CMYK
RGB Variations
Color information
#91DEA5 (or 0x91DEA5) is known color: Chinook. HEX triplet: 91, DE and A5. RGB value is (145,222,165). Sum of RGB (Red+Green+Blue) = 145+222+165=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #91DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DEA5 is #6E215A. Grayscale: #C0C0C0. Windows color (decimal): -7217499 or 10870417. OLE color: 10870417.
HSL color Cylindrical-coordinate representation of color #91DEA5: hue angle of 135.58º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DEA5 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 222 | 165 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.13 |
| HSL | 135.58º | 0.54% | 0.72% | - |
| HSV(B) | 135.58º | 0.35% | 0.87% | - |
| XYZ | 44.59 | 60.98 | 45.02 | - |
| YUV | 192.48 | 112.49 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 165 | 0.35 | 0 | 0.26 | 0.13 | 135.58 | 0.54 | 0.72 |
| Hex | 91 | DE | A5 | 23 | 0 | 1A | D | 88 | 36 | 48 |
| Octal | 221 | 336 | 245 | 43 | 0 | 32 | 15 | 210 | 66 | 110 |
| Binary | 10010001 | 11011110 | 10100101 | 100011 | 0 | 11010 | 1101 | 10001000 | 110110 | 1001000 |
Color Harmonies of #91DEA5
Complementary color
Monochromatic Colors of #91DEA5
Black with #91DEA5
Text Example
Text Example
White with #91DEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DEA5; }
p { color: rgb(145,222,165); }
H1.HeaderClassName
{
color: #91DEA5;
}
.AnyTagClassName
{
color: #91DEA5;
}
</style>
background-color css
<style>
a { background-color: #91DEA5; }
a { background-color: rgb(145,222,165); }
div.DivClassName
{
background-color: #91DEA5;
}
.BgClassName
{
background-color: #91DEA5;
}
</style>
border-color css
<style>
span { border-color: #91DEA5; }
span { border-color: rgb(145,222,165); }
td.TdClassName
{
border-color: #91DEA5;
}
.TagClassName
{
border-color: #91DEA5;
}
</style>