Shades of Chinook #88DB9C
Tints of Chinook #88DB9C
RGB
CMYK
RGB Variations
Color information
#88DB9C (or 0x88DB9C) is known color: Chinook. HEX triplet: 88, DB and 9C. RGB value is (136,219,156). Sum of RGB (Red+Green+Blue) = 136+219+156=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB9C is #772463. Grayscale: #BBBBBB. Windows color (decimal): -7808100 or 10279816. OLE color: 10279816.
HSL color Cylindrical-coordinate representation of color #88DB9C: hue angle of 134.46º 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 #88DB9C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 156 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.14 |
| HSL | 134.46º | 0.54% | 0.7% | - |
| HSV(B) | 134.46º | 0.38% | 0.86% | - |
| XYZ | 41.49 | 58.3 | 40.52 | - |
| YUV | 187 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 156 | 0.38 | 0 | 0.29 | 0.14 | 134.46 | 0.54 | 0.7 |
| Hex | 88 | DB | 9C | 26 | 0 | 1D | E | 86 | 36 | 46 |
| Octal | 210 | 333 | 234 | 46 | 0 | 35 | 16 | 206 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10011100 | 100110 | 0 | 11101 | 1110 | 10000110 | 110110 | 1000110 |
Color Harmonies of #88DB9C
Complementary color
Monochromatic Colors of #88DB9C
Black with #88DB9C
Text Example
Text Example
White with #88DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB9C; }
p { color: rgb(136,219,156); }
H1.HeaderClassName
{
color: #88DB9C;
}
.AnyTagClassName
{
color: #88DB9C;
}
</style>
background-color css
<style>
a { background-color: #88DB9C; }
a { background-color: rgb(136,219,156); }
div.DivClassName
{
background-color: #88DB9C;
}
.BgClassName
{
background-color: #88DB9C;
}
</style>
border-color css
<style>
span { border-color: #88DB9C; }
span { border-color: rgb(136,219,156); }
td.TdClassName
{
border-color: #88DB9C;
}
.TagClassName
{
border-color: #88DB9C;
}
</style>