Shades of Chinook #91DBA5
Tints of Chinook #91DBA5
RGB
CMYK
RGB Variations
Color information
#91DBA5 (or 0x91DBA5) is known color: Chinook. HEX triplet: 91, DB and A5. RGB value is (145,219,165). Sum of RGB (Red+Green+Blue) = 145+219+165=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DBA5 is #6E245A. Grayscale: #BEBEBE. Windows color (decimal): -7218267 or 10869649. OLE color: 10869649.
HSL color Cylindrical-coordinate representation of color #91DBA5: hue angle of 136.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBA5 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 165 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.14 |
| HSL | 136.22º | 0.51% | 0.71% | - |
| HSV(B) | 136.22º | 0.34% | 0.86% | - |
| XYZ | 43.8 | 59.4 | 44.75 | - |
| YUV | 190.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 165 | 0.34 | 0 | 0.25 | 0.14 | 136.22 | 0.51 | 0.71 |
| Hex | 91 | DB | A5 | 22 | 0 | 19 | E | 88 | 33 | 47 |
| Octal | 221 | 333 | 245 | 42 | 0 | 31 | 16 | 210 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10100101 | 100010 | 0 | 11001 | 1110 | 10001000 | 110011 | 1000111 |
Color Harmonies of #91DBA5
Complementary color
Monochromatic Colors of #91DBA5
Black with #91DBA5
Text Example
Text Example
White with #91DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBA5; }
p { color: rgb(145,219,165); }
H1.HeaderClassName
{
color: #91DBA5;
}
.AnyTagClassName
{
color: #91DBA5;
}
</style>
background-color css
<style>
a { background-color: #91DBA5; }
a { background-color: rgb(145,219,165); }
div.DivClassName
{
background-color: #91DBA5;
}
.BgClassName
{
background-color: #91DBA5;
}
</style>
border-color css
<style>
span { border-color: #91DBA5; }
span { border-color: rgb(145,219,165); }
td.TdClassName
{
border-color: #91DBA5;
}
.TagClassName
{
border-color: #91DBA5;
}
</style>