Shades of Chinook #86D39D
Tints of Chinook #86D39D
RGB
CMYK
RGB Variations
Color information
#86D39D (or 0x86D39D) is known color: Chinook. HEX triplet: 86, D3 and 9D. RGB value is (134,211,157). Sum of RGB (Red+Green+Blue) = 134+211+157=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #86D39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D39D is #792C62. Grayscale: #B5B5B5. Windows color (decimal): -7941219 or 10343302. OLE color: 10343302.
HSL color Cylindrical-coordinate representation of color #86D39D: hue angle of 137.92º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D39D is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 157 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.17 |
| HSL | 137.92º | 0.47% | 0.68% | - |
| HSV(B) | 137.92º | 0.36% | 0.83% | - |
| XYZ | 39.21 | 54.09 | 40.27 | - |
| YUV | 181.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 157 | 0.36 | 0 | 0.26 | 0.17 | 137.92 | 0.47 | 0.68 |
| Hex | 86 | D3 | 9D | 24 | 0 | 1A | 11 | 8A | 2F | 44 |
| Octal | 206 | 323 | 235 | 44 | 0 | 32 | 21 | 212 | 57 | 104 |
| Binary | 10000110 | 11010011 | 10011101 | 100100 | 0 | 11010 | 10001 | 10001010 | 101111 | 1000100 |
Color Harmonies of #86D39D
Complementary color
Monochromatic Colors of #86D39D
Black with #86D39D
Text Example
Text Example
White with #86D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D39D; }
p { color: rgb(134,211,157); }
H1.HeaderClassName
{
color: #86D39D;
}
.AnyTagClassName
{
color: #86D39D;
}
</style>
background-color css
<style>
a { background-color: #86D39D; }
a { background-color: rgb(134,211,157); }
div.DivClassName
{
background-color: #86D39D;
}
.BgClassName
{
background-color: #86D39D;
}
</style>
border-color css
<style>
span { border-color: #86D39D; }
span { border-color: rgb(134,211,157); }
td.TdClassName
{
border-color: #86D39D;
}
.TagClassName
{
border-color: #86D39D;
}
</style>