Shades of Chinook #86D699
Tints of Chinook #86D699
RGB
CMYK
RGB Variations
Color information
#86D699 (or 0x86D699) is known color: Chinook. HEX triplet: 86, D6 and 99. RGB value is (134,214,153). Sum of RGB (Red+Green+Blue) = 134+214+153=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #86D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D699 is #792966. Grayscale: #B7B7B7. Windows color (decimal): -7940455 or 10081926. OLE color: 10081926.
HSL color Cylindrical-coordinate representation of color #86D699: hue angle of 134.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D699 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 153 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.16 |
| HSL | 134.25º | 0.49% | 0.68% | - |
| HSV(B) | 134.25º | 0.37% | 0.84% | - |
| XYZ | 39.63 | 55.46 | 38.75 | - |
| YUV | 183.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 153 | 0.37 | 0 | 0.29 | 0.16 | 134.25 | 0.49 | 0.68 |
| Hex | 86 | D6 | 99 | 25 | 0 | 1D | 10 | 86 | 31 | 44 |
| Octal | 206 | 326 | 231 | 45 | 0 | 35 | 20 | 206 | 61 | 104 |
| Binary | 10000110 | 11010110 | 10011001 | 100101 | 0 | 11101 | 10000 | 10000110 | 110001 | 1000100 |
Color Harmonies of #86D699
Complementary color
Monochromatic Colors of #86D699
Black with #86D699
Text Example
Text Example
White with #86D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D699; }
p { color: rgb(134,214,153); }
H1.HeaderClassName
{
color: #86D699;
}
.AnyTagClassName
{
color: #86D699;
}
</style>
background-color css
<style>
a { background-color: #86D699; }
a { background-color: rgb(134,214,153); }
div.DivClassName
{
background-color: #86D699;
}
.BgClassName
{
background-color: #86D699;
}
</style>
border-color css
<style>
span { border-color: #86D699; }
span { border-color: rgb(134,214,153); }
td.TdClassName
{
border-color: #86D699;
}
.TagClassName
{
border-color: #86D699;
}
</style>