Shades of Chinook #86DF9D
Tints of Chinook #86DF9D
RGB
CMYK
RGB Variations
Color information
#86DF9D (or 0x86DF9D) is known color: Chinook. HEX triplet: 86, DF and 9D. RGB value is (134,223,157). Sum of RGB (Red+Green+Blue) = 134+223+157=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF9D is #792062. Grayscale: #BDBDBD. Windows color (decimal): -7938147 or 10346374. OLE color: 10346374.
HSL color Cylindrical-coordinate representation of color #86DF9D: hue angle of 135.51º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF9D is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 157 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.13 |
| HSL | 135.51º | 0.58% | 0.7% | - |
| HSV(B) | 135.51º | 0.4% | 0.87% | - |
| XYZ | 42.31 | 60.28 | 41.3 | - |
| YUV | 188.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 157 | 0.40 | 0 | 0.30 | 0.13 | 135.51 | 0.58 | 0.7 |
| Hex | 86 | DF | 9D | 28 | 0 | 1E | D | 88 | 3A | 46 |
| Octal | 206 | 337 | 235 | 50 | 0 | 36 | 15 | 210 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10011101 | 101000 | 0 | 11110 | 1101 | 10001000 | 111010 | 1000110 |
Color Harmonies of #86DF9D
Complementary color
Monochromatic Colors of #86DF9D
Black with #86DF9D
Text Example
Text Example
White with #86DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF9D; }
p { color: rgb(134,223,157); }
H1.HeaderClassName
{
color: #86DF9D;
}
.AnyTagClassName
{
color: #86DF9D;
}
</style>
background-color css
<style>
a { background-color: #86DF9D; }
a { background-color: rgb(134,223,157); }
div.DivClassName
{
background-color: #86DF9D;
}
.BgClassName
{
background-color: #86DF9D;
}
</style>
border-color css
<style>
span { border-color: #86DF9D; }
span { border-color: rgb(134,223,157); }
td.TdClassName
{
border-color: #86DF9D;
}
.TagClassName
{
border-color: #86DF9D;
}
</style>