Shades of Chinook #91DDA5
Tints of Chinook #91DDA5
RGB
CMYK
RGB Variations
Color information
#91DDA5 (or 0x91DDA5) is known color: Chinook. HEX triplet: 91, DD and A5. RGB value is (145,221,165). Sum of RGB (Red+Green+Blue) = 145+221+165=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #91DDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DDA5 is #6E225A. Grayscale: #C0C0C0. Windows color (decimal): -7217755 or 10870161. OLE color: 10870161.
HSL color Cylindrical-coordinate representation of color #91DDA5: hue angle of 135.79º 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 #91DDA5 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 221 | 165 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.13 |
| HSL | 135.79º | 0.53% | 0.72% | - |
| HSV(B) | 135.79º | 0.34% | 0.87% | - |
| XYZ | 44.33 | 60.45 | 44.93 | - |
| YUV | 191.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 221 | 165 | 0.34 | 0 | 0.25 | 0.13 | 135.79 | 0.53 | 0.72 |
| Hex | 91 | DD | A5 | 22 | 0 | 19 | D | 88 | 35 | 48 |
| Octal | 221 | 335 | 245 | 42 | 0 | 31 | 15 | 210 | 65 | 110 |
| Binary | 10010001 | 11011101 | 10100101 | 100010 | 0 | 11001 | 1101 | 10001000 | 110101 | 1001000 |
Color Harmonies of #91DDA5
Complementary color
Monochromatic Colors of #91DDA5
Black with #91DDA5
Text Example
Text Example
White with #91DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DDA5; }
p { color: rgb(145,221,165); }
H1.HeaderClassName
{
color: #91DDA5;
}
.AnyTagClassName
{
color: #91DDA5;
}
</style>
background-color css
<style>
a { background-color: #91DDA5; }
a { background-color: rgb(145,221,165); }
div.DivClassName
{
background-color: #91DDA5;
}
.BgClassName
{
background-color: #91DDA5;
}
</style>
border-color css
<style>
span { border-color: #91DDA5; }
span { border-color: rgb(145,221,165); }
td.TdClassName
{
border-color: #91DDA5;
}
.TagClassName
{
border-color: #91DDA5;
}
</style>