Shades of Chinook #89DC9B
Tints of Chinook #89DC9B
RGB
CMYK
RGB Variations
Color information
#89DC9B (or 0x89DC9B) is known color: Chinook. HEX triplet: 89, DC and 9B. RGB value is (137,220,155). Sum of RGB (Red+Green+Blue) = 137+220+155=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC9B is #762364. Grayscale: #BBBBBB. Windows color (decimal): -7742309 or 10214537. OLE color: 10214537.
HSL color Cylindrical-coordinate representation of color #89DC9B: hue angle of 133.01º 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 #89DC9B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 220 | 155 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.14 |
| HSL | 133.01º | 0.54% | 0.7% | - |
| HSV(B) | 133.01º | 0.38% | 0.86% | - |
| XYZ | 41.83 | 58.87 | 40.17 | - |
| YUV | 187.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 220 | 155 | 0.38 | 0 | 0.30 | 0.14 | 133.01 | 0.54 | 0.7 |
| Hex | 89 | DC | 9B | 26 | 0 | 1E | E | 85 | 36 | 46 |
| Octal | 211 | 334 | 233 | 46 | 0 | 36 | 16 | 205 | 66 | 106 |
| Binary | 10001001 | 11011100 | 10011011 | 100110 | 0 | 11110 | 1110 | 10000101 | 110110 | 1000110 |
Color Harmonies of #89DC9B
Complementary color
Monochromatic Colors of #89DC9B
Black with #89DC9B
Text Example
Text Example
White with #89DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DC9B; }
p { color: rgb(137,220,155); }
H1.HeaderClassName
{
color: #89DC9B;
}
.AnyTagClassName
{
color: #89DC9B;
}
</style>
background-color css
<style>
a { background-color: #89DC9B; }
a { background-color: rgb(137,220,155); }
div.DivClassName
{
background-color: #89DC9B;
}
.BgClassName
{
background-color: #89DC9B;
}
</style>
border-color css
<style>
span { border-color: #89DC9B; }
span { border-color: rgb(137,220,155); }
td.TdClassName
{
border-color: #89DC9B;
}
.TagClassName
{
border-color: #89DC9B;
}
</style>