Shades of Chinook #91DDA1
Tints of Chinook #91DDA1
RGB
CMYK
RGB Variations
Color information
#91DDA1 (or 0x91DDA1) is known color: Chinook. HEX triplet: 91, DD and A1. RGB value is (145,221,161). Sum of RGB (Red+Green+Blue) = 145+221+161=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #91DDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DDA1 is #6E225E. Grayscale: #BFBFBF. Windows color (decimal): -7217759 or 10608017. OLE color: 10608017.
HSL color Cylindrical-coordinate representation of color #91DDA1: hue angle of 132.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DDA1 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 161 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.13 |
| HSL | 132.63º | 0.53% | 0.72% | - |
| HSV(B) | 132.63º | 0.34% | 0.87% | - |
| XYZ | 43.97 | 60.31 | 43.04 | - |
| YUV | 191.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 161 | 0.34 | 0 | 0.27 | 0.13 | 132.63 | 0.53 | 0.72 |
| Hex | 91 | DD | A1 | 22 | 0 | 1B | D | 85 | 35 | 48 |
| Octal | 221 | 335 | 241 | 42 | 0 | 33 | 15 | 205 | 65 | 110 |
| Binary | 10010001 | 11011101 | 10100001 | 100010 | 0 | 11011 | 1101 | 10000101 | 110101 | 1001000 |
Color Harmonies of #91DDA1
Complementary color
Monochromatic Colors of #91DDA1
Black with #91DDA1
Text Example
Text Example
White with #91DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDA1; }
p { color: rgb(145,221,161); }
H1.HeaderClassName
{
color: #91DDA1;
}
.AnyTagClassName
{
color: #91DDA1;
}
</style>
background-color css
<style>
a { background-color: #91DDA1; }
a { background-color: rgb(145,221,161); }
div.DivClassName
{
background-color: #91DDA1;
}
.BgClassName
{
background-color: #91DDA1;
}
</style>
border-color css
<style>
span { border-color: #91DDA1; }
span { border-color: rgb(145,221,161); }
td.TdClassName
{
border-color: #91DDA1;
}
.TagClassName
{
border-color: #91DDA1;
}
</style>