Shades of Chinook #86DF9C
Tints of Chinook #86DF9C
RGB
CMYK
RGB Variations
Color information
#86DF9C (or 0x86DF9C) is known color: Chinook. HEX triplet: 86, DF and 9C. RGB value is (134,223,156). Sum of RGB (Red+Green+Blue) = 134+223+156=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF9C is #792063. Grayscale: #BCBCBC. Windows color (decimal): -7938148 or 10280838. OLE color: 10280838.
HSL color Cylindrical-coordinate representation of color #86DF9C: hue angle of 134.83º 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 #86DF9C is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 156 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.13 |
| HSL | 134.83º | 0.58% | 0.7% | - |
| HSV(B) | 134.83º | 0.4% | 0.87% | - |
| XYZ | 42.22 | 60.24 | 40.86 | - |
| YUV | 188.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 156 | 0.40 | 0 | 0.30 | 0.13 | 134.83 | 0.58 | 0.7 |
| Hex | 86 | DF | 9C | 28 | 0 | 1E | D | 87 | 3A | 46 |
| Octal | 206 | 337 | 234 | 50 | 0 | 36 | 15 | 207 | 72 | 106 |
| Binary | 10000110 | 11011111 | 10011100 | 101000 | 0 | 11110 | 1101 | 10000111 | 111010 | 1000110 |
Color Harmonies of #86DF9C
Complementary color
Monochromatic Colors of #86DF9C
Black with #86DF9C
Text Example
Text Example
White with #86DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF9C; }
p { color: rgb(134,223,156); }
H1.HeaderClassName
{
color: #86DF9C;
}
.AnyTagClassName
{
color: #86DF9C;
}
</style>
background-color css
<style>
a { background-color: #86DF9C; }
a { background-color: rgb(134,223,156); }
div.DivClassName
{
background-color: #86DF9C;
}
.BgClassName
{
background-color: #86DF9C;
}
</style>
border-color css
<style>
span { border-color: #86DF9C; }
span { border-color: rgb(134,223,156); }
td.TdClassName
{
border-color: #86DF9C;
}
.TagClassName
{
border-color: #86DF9C;
}
</style>