Shades of Chinook #89D9A0
Tints of Chinook #89D9A0
RGB
CMYK
RGB Variations
Color information
#89D9A0 (or 0x89D9A0) is known color: Chinook. HEX triplet: 89, D9 and A0. RGB value is (137,217,160). Sum of RGB (Red+Green+Blue) = 137+217+160=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #89D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D9A0 is #76265F. Grayscale: #BABABA. Windows color (decimal): -7743072 or 10541449. OLE color: 10541449.
HSL color Cylindrical-coordinate representation of color #89D9A0: hue angle of 137.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89D9A0 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 217 | 160 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.15 |
| HSL | 137.25º | 0.51% | 0.69% | - |
| HSV(B) | 137.25º | 0.37% | 0.85% | - |
| XYZ | 41.47 | 57.48 | 42.17 | - |
| YUV | 186.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 217 | 160 | 0.37 | 0 | 0.26 | 0.15 | 137.25 | 0.51 | 0.69 |
| Hex | 89 | D9 | A0 | 25 | 0 | 1A | F | 89 | 33 | 45 |
| Octal | 211 | 331 | 240 | 45 | 0 | 32 | 17 | 211 | 63 | 105 |
| Binary | 10001001 | 11011001 | 10100000 | 100101 | 0 | 11010 | 1111 | 10001001 | 110011 | 1000101 |
Color Harmonies of #89D9A0
Complementary color
Monochromatic Colors of #89D9A0
Black with #89D9A0
Text Example
Text Example
White with #89D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D9A0; }
p { color: rgb(137,217,160); }
H1.HeaderClassName
{
color: #89D9A0;
}
.AnyTagClassName
{
color: #89D9A0;
}
</style>
background-color css
<style>
a { background-color: #89D9A0; }
a { background-color: rgb(137,217,160); }
div.DivClassName
{
background-color: #89D9A0;
}
.BgClassName
{
background-color: #89D9A0;
}
</style>
border-color css
<style>
span { border-color: #89D9A0; }
span { border-color: rgb(137,217,160); }
td.TdClassName
{
border-color: #89D9A0;
}
.TagClassName
{
border-color: #89D9A0;
}
</style>