Shades of Chinook #86DB9C
Tints of Chinook #86DB9C
RGB
CMYK
RGB Variations
Color information
#86DB9C (or 0x86DB9C) is known color: Chinook. HEX triplet: 86, DB and 9C. RGB value is (134,219,156). Sum of RGB (Red+Green+Blue) = 134+219+156=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB9C is #792463. Grayscale: #BABABA. Windows color (decimal): -7939172 or 10279814. OLE color: 10279814.
HSL color Cylindrical-coordinate representation of color #86DB9C: hue angle of 135.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DB9C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 156 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.14 |
| HSL | 135.53º | 0.54% | 0.69% | - |
| HSV(B) | 135.53º | 0.39% | 0.86% | - |
| XYZ | 41.16 | 58.13 | 40.5 | - |
| YUV | 186.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 156 | 0.39 | 0 | 0.29 | 0.14 | 135.53 | 0.54 | 0.69 |
| Hex | 86 | DB | 9C | 27 | 0 | 1D | E | 88 | 36 | 45 |
| Octal | 206 | 333 | 234 | 47 | 0 | 35 | 16 | 210 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10011100 | 100111 | 0 | 11101 | 1110 | 10001000 | 110110 | 1000101 |
Color Harmonies of #86DB9C
Complementary color
Monochromatic Colors of #86DB9C
Black with #86DB9C
Text Example
Text Example
White with #86DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB9C; }
p { color: rgb(134,219,156); }
H1.HeaderClassName
{
color: #86DB9C;
}
.AnyTagClassName
{
color: #86DB9C;
}
</style>
background-color css
<style>
a { background-color: #86DB9C; }
a { background-color: rgb(134,219,156); }
div.DivClassName
{
background-color: #86DB9C;
}
.BgClassName
{
background-color: #86DB9C;
}
</style>
border-color css
<style>
span { border-color: #86DB9C; }
span { border-color: rgb(134,219,156); }
td.TdClassName
{
border-color: #86DB9C;
}
.TagClassName
{
border-color: #86DB9C;
}
</style>