Shades of Chinook #91DBA4
Tints of Chinook #91DBA4
RGB
CMYK
RGB Variations
Color information
#91DBA4 (or 0x91DBA4) is known color: Chinook. HEX triplet: 91, DB and A4. RGB value is (145,219,164). Sum of RGB (Red+Green+Blue) = 145+219+164=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DBA4 is #6E245B. Grayscale: #BEBEBE. Windows color (decimal): -7218268 or 10804113. OLE color: 10804113.
HSL color Cylindrical-coordinate representation of color #91DBA4: hue angle of 135.41º 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 #91DBA4 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 219 | 164 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.14 |
| HSL | 135.41º | 0.51% | 0.71% | - |
| HSV(B) | 135.41º | 0.34% | 0.86% | - |
| XYZ | 43.71 | 59.36 | 44.28 | - |
| YUV | 190.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 219 | 164 | 0.34 | 0 | 0.25 | 0.14 | 135.41 | 0.51 | 0.71 |
| Hex | 91 | DB | A4 | 22 | 0 | 19 | E | 87 | 33 | 47 |
| Octal | 221 | 333 | 244 | 42 | 0 | 31 | 16 | 207 | 63 | 107 |
| Binary | 10010001 | 11011011 | 10100100 | 100010 | 0 | 11001 | 1110 | 10000111 | 110011 | 1000111 |
Color Harmonies of #91DBA4
Complementary color
Monochromatic Colors of #91DBA4
Black with #91DBA4
Text Example
Text Example
White with #91DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DBA4; }
p { color: rgb(145,219,164); }
H1.HeaderClassName
{
color: #91DBA4;
}
.AnyTagClassName
{
color: #91DBA4;
}
</style>
background-color css
<style>
a { background-color: #91DBA4; }
a { background-color: rgb(145,219,164); }
div.DivClassName
{
background-color: #91DBA4;
}
.BgClassName
{
background-color: #91DBA4;
}
</style>
border-color css
<style>
span { border-color: #91DBA4; }
span { border-color: rgb(145,219,164); }
td.TdClassName
{
border-color: #91DBA4;
}
.TagClassName
{
border-color: #91DBA4;
}
</style>