Shades of Chinook #89DC9A
Tints of Chinook #89DC9A
RGB
CMYK
RGB Variations
Color information
#89DC9A (or 0x89DC9A) is known color: Chinook. HEX triplet: 89, DC and 9A. RGB value is (137,220,154). Sum of RGB (Red+Green+Blue) = 137+220+154=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC9A is #762365. Grayscale: #BBBBBB. Windows color (decimal): -7742310 or 10149001. OLE color: 10149001.
HSL color Cylindrical-coordinate representation of color #89DC9A: hue angle of 132.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DC9A is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 154 | - |
| CMYK | 0.38 | 0 | 0.3 | 0.14 |
| HSL | 132.29º | 0.54% | 0.7% | - |
| HSV(B) | 132.29º | 0.38% | 0.86% | - |
| XYZ | 41.74 | 58.84 | 39.73 | - |
| YUV | 187.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 154 | 0.38 | 0 | 0.3 | 0.14 | 132.29 | 0.54 | 0.7 |
| Hex | 89 | DC | 9A | 26 | 0 | 1E | E | 84 | 36 | 46 |
| Octal | 211 | 334 | 232 | 46 | 0 | 36 | 16 | 204 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10011010 | 100110 | 0 | 11110 | 1110 | 10000100 | 110110 | 1000110 |
Color Harmonies of #89DC9A
Complementary color
Monochromatic Colors of #89DC9A
Black with #89DC9A
Text Example
Text Example
White with #89DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DC9A; }
p { color: rgb(137,220,154); }
H1.HeaderClassName
{
color: #89DC9A;
}
.AnyTagClassName
{
color: #89DC9A;
}
</style>
background-color css
<style>
a { background-color: #89DC9A; }
a { background-color: rgb(137,220,154); }
div.DivClassName
{
background-color: #89DC9A;
}
.BgClassName
{
background-color: #89DC9A;
}
</style>
border-color css
<style>
span { border-color: #89DC9A; }
span { border-color: rgb(137,220,154); }
td.TdClassName
{
border-color: #89DC9A;
}
.TagClassName
{
border-color: #89DC9A;
}
</style>