Shades of Chinook #91DCA6
Tints of Chinook #91DCA6
RGB
CMYK
RGB Variations
Color information
#91DCA6 (or 0x91DCA6) is known color: Chinook. HEX triplet: 91, DC and A6. RGB value is (145,220,166). Sum of RGB (Red+Green+Blue) = 145+220+166=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #91DCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DCA6 is #6E2359. Grayscale: #BFBFBF. Windows color (decimal): -7218010 or 10935441. OLE color: 10935441.
HSL color Cylindrical-coordinate representation of color #91DCA6: hue angle of 136.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DCA6 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 166 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.14 |
| HSL | 136.8º | 0.52% | 0.72% | - |
| HSV(B) | 136.8º | 0.34% | 0.86% | - |
| XYZ | 44.15 | 59.96 | 45.32 | - |
| YUV | 191.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 166 | 0.34 | 0 | 0.25 | 0.14 | 136.8 | 0.52 | 0.72 |
| Hex | 91 | DC | A6 | 22 | 0 | 19 | E | 89 | 34 | 48 |
| Octal | 221 | 334 | 246 | 42 | 0 | 31 | 16 | 211 | 64 | 110 |
| Binary | 10010001 | 11011100 | 10100110 | 100010 | 0 | 11001 | 1110 | 10001001 | 110100 | 1001000 |
Color Harmonies of #91DCA6
Complementary color
Monochromatic Colors of #91DCA6
Black with #91DCA6
Text Example
Text Example
White with #91DCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DCA6; }
p { color: rgb(145,220,166); }
H1.HeaderClassName
{
color: #91DCA6;
}
.AnyTagClassName
{
color: #91DCA6;
}
</style>
background-color css
<style>
a { background-color: #91DCA6; }
a { background-color: rgb(145,220,166); }
div.DivClassName
{
background-color: #91DCA6;
}
.BgClassName
{
background-color: #91DCA6;
}
</style>
border-color css
<style>
span { border-color: #91DCA6; }
span { border-color: rgb(145,220,166); }
td.TdClassName
{
border-color: #91DCA6;
}
.TagClassName
{
border-color: #91DCA6;
}
</style>