Shades of Chinook #89D3A0
Tints of Chinook #89D3A0
RGB
CMYK
RGB Variations
Color information
#89D3A0 (or 0x89D3A0) is known color: Chinook. HEX triplet: 89, D3 and A0. RGB value is (137,211,160). Sum of RGB (Red+Green+Blue) = 137+211+160=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #89D3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D3A0 is #762C5F. Grayscale: #B7B7B7. Windows color (decimal): -7744608 or 10539913. OLE color: 10539913.
HSL color Cylindrical-coordinate representation of color #89D3A0: hue angle of 138.65º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D3A0 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 211 | 160 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.17 |
| HSL | 138.65º | 0.46% | 0.68% | - |
| HSV(B) | 138.65º | 0.35% | 0.83% | - |
| XYZ | 39.96 | 54.44 | 41.66 | - |
| YUV | 183.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 211 | 160 | 0.35 | 0 | 0.24 | 0.17 | 138.65 | 0.46 | 0.68 |
| Hex | 89 | D3 | A0 | 23 | 0 | 18 | 11 | 8B | 2E | 44 |
| Octal | 211 | 323 | 240 | 43 | 0 | 30 | 21 | 213 | 56 | 104 |
| Binary | 10001001 | 11010011 | 10100000 | 100011 | 0 | 11000 | 10001 | 10001011 | 101110 | 1000100 |
Color Harmonies of #89D3A0
Complementary color
Monochromatic Colors of #89D3A0
Black with #89D3A0
Text Example
Text Example
White with #89D3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D3A0; }
p { color: rgb(137,211,160); }
H1.HeaderClassName
{
color: #89D3A0;
}
.AnyTagClassName
{
color: #89D3A0;
}
</style>
background-color css
<style>
a { background-color: #89D3A0; }
a { background-color: rgb(137,211,160); }
div.DivClassName
{
background-color: #89D3A0;
}
.BgClassName
{
background-color: #89D3A0;
}
</style>
border-color css
<style>
span { border-color: #89D3A0; }
span { border-color: rgb(137,211,160); }
td.TdClassName
{
border-color: #89D3A0;
}
.TagClassName
{
border-color: #89D3A0;
}
</style>