Shades of Chinook #89CF9C
Tints of Chinook #89CF9C
RGB
CMYK
RGB Variations
Color information
#89CF9C (or 0x89CF9C) is known color: Chinook. HEX triplet: 89, CF and 9C. RGB value is (137,207,156). Sum of RGB (Red+Green+Blue) = 137+207+156=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #89CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CF9C is #763063. Grayscale: #B4B4B4. Windows color (decimal): -7745636 or 10276745. OLE color: 10276745.
HSL color Cylindrical-coordinate representation of color #89CF9C: hue angle of 136.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89CF9C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 156 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.19 |
| HSL | 136.29º | 0.42% | 0.67% | - |
| HSV(B) | 136.29º | 0.34% | 0.81% | - |
| XYZ | 38.63 | 52.34 | 39.52 | - |
| YUV | 180.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 156 | 0.34 | 0 | 0.25 | 0.19 | 136.29 | 0.42 | 0.67 |
| Hex | 89 | CF | 9C | 22 | 0 | 19 | 13 | 88 | 2A | 43 |
| Octal | 211 | 317 | 234 | 42 | 0 | 31 | 23 | 210 | 52 | 103 |
| Binary | 10001001 | 11001111 | 10011100 | 100010 | 0 | 11001 | 10011 | 10001000 | 101010 | 1000011 |
Color Harmonies of #89CF9C
Complementary color
Monochromatic Colors of #89CF9C
Black with #89CF9C
Text Example
Text Example
White with #89CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CF9C; }
p { color: rgb(137,207,156); }
H1.HeaderClassName
{
color: #89CF9C;
}
.AnyTagClassName
{
color: #89CF9C;
}
</style>
background-color css
<style>
a { background-color: #89CF9C; }
a { background-color: rgb(137,207,156); }
div.DivClassName
{
background-color: #89CF9C;
}
.BgClassName
{
background-color: #89CF9C;
}
</style>
border-color css
<style>
span { border-color: #89CF9C; }
span { border-color: rgb(137,207,156); }
td.TdClassName
{
border-color: #89CF9C;
}
.TagClassName
{
border-color: #89CF9C;
}
</style>