Shades of Chinook #89DD9B
Tints of Chinook #89DD9B
RGB
CMYK
RGB Variations
Color information
#89DD9B (or 0x89DD9B) is known color: Chinook. HEX triplet: 89, DD and 9B. RGB value is (137,221,155). Sum of RGB (Red+Green+Blue) = 137+221+155=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #89DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DD9B is #762264. Grayscale: #BCBCBC. Windows color (decimal): -7742053 or 10214793. OLE color: 10214793.
HSL color Cylindrical-coordinate representation of color #89DD9B: hue angle of 132.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89DD9B is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 221 | 155 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.13 |
| HSL | 132.86º | 0.55% | 0.7% | - |
| HSV(B) | 132.86º | 0.38% | 0.87% | - |
| XYZ | 42.09 | 59.4 | 40.26 | - |
| YUV | 188.36 | 109.17 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 221 | 155 | 0.38 | 0 | 0.30 | 0.13 | 132.86 | 0.55 | 0.7 |
| Hex | 89 | DD | 9B | 26 | 0 | 1E | D | 85 | 37 | 46 |
| Octal | 211 | 335 | 233 | 46 | 0 | 36 | 15 | 205 | 67 | 106 |
| Binary | 10001001 | 11011101 | 10011011 | 100110 | 0 | 11110 | 1101 | 10000101 | 110111 | 1000110 |
Color Harmonies of #89DD9B
Complementary color
Monochromatic Colors of #89DD9B
Black with #89DD9B
Text Example
Text Example
White with #89DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DD9B; }
p { color: rgb(137,221,155); }
H1.HeaderClassName
{
color: #89DD9B;
}
.AnyTagClassName
{
color: #89DD9B;
}
</style>
background-color css
<style>
a { background-color: #89DD9B; }
a { background-color: rgb(137,221,155); }
div.DivClassName
{
background-color: #89DD9B;
}
.BgClassName
{
background-color: #89DD9B;
}
</style>
border-color css
<style>
span { border-color: #89DD9B; }
span { border-color: rgb(137,221,155); }
td.TdClassName
{
border-color: #89DD9B;
}
.TagClassName
{
border-color: #89DD9B;
}
</style>