Shades of Chinook #91DE9C
Tints of Chinook #91DE9C
RGB
CMYK
RGB Variations
Color information
#91DE9C (or 0x91DE9C) is known color: Chinook. HEX triplet: 91, DE and 9C. RGB value is (145,222,156). Sum of RGB (Red+Green+Blue) = 145+222+156=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #91DE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DE9C is #6E2163. Grayscale: #BFBFBF. Windows color (decimal): -7217508 or 10280593. OLE color: 10280593.
HSL color Cylindrical-coordinate representation of color #91DE9C: hue angle of 128.57º 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 #91DE9C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 222 | 156 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.13 |
| HSL | 128.57º | 0.54% | 0.72% | - |
| HSV(B) | 128.57º | 0.35% | 0.87% | - |
| XYZ | 43.8 | 60.66 | 40.85 | - |
| YUV | 191.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 222 | 156 | 0.35 | 0 | 0.30 | 0.13 | 128.57 | 0.54 | 0.72 |
| Hex | 91 | DE | 9C | 23 | 0 | 1E | D | 81 | 36 | 48 |
| Octal | 221 | 336 | 234 | 43 | 0 | 36 | 15 | 201 | 66 | 110 |
| Binary | 10010001 | 11011110 | 10011100 | 100011 | 0 | 11110 | 1101 | 10000001 | 110110 | 1001000 |
Color Harmonies of #91DE9C
Complementary color
Monochromatic Colors of #91DE9C
Black with #91DE9C
Text Example
Text Example
White with #91DE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DE9C; }
p { color: rgb(145,222,156); }
H1.HeaderClassName
{
color: #91DE9C;
}
.AnyTagClassName
{
color: #91DE9C;
}
</style>
background-color css
<style>
a { background-color: #91DE9C; }
a { background-color: rgb(145,222,156); }
div.DivClassName
{
background-color: #91DE9C;
}
.BgClassName
{
background-color: #91DE9C;
}
</style>
border-color css
<style>
span { border-color: #91DE9C; }
span { border-color: rgb(145,222,156); }
td.TdClassName
{
border-color: #91DE9C;
}
.TagClassName
{
border-color: #91DE9C;
}
</style>