Shades of Chinook #86DC99
Tints of Chinook #86DC99
RGB
CMYK
RGB Variations
Color information
#86DC99 (or 0x86DC99) is known color: Chinook. HEX triplet: 86, DC and 99. RGB value is (134,220,153). Sum of RGB (Red+Green+Blue) = 134+220+153=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC99 is #792366. Grayscale: #BABABA. Windows color (decimal): -7938919 or 10083462. OLE color: 10083462.
HSL color Cylindrical-coordinate representation of color #86DC99: hue angle of 133.26º degrees, saturation: 0.55, 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 #86DC99 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 153 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.14 |
| HSL | 133.26º | 0.55% | 0.69% | - |
| HSV(B) | 133.26º | 0.39% | 0.86% | - |
| XYZ | 41.17 | 58.55 | 39.27 | - |
| YUV | 186.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 153 | 0.39 | 0 | 0.30 | 0.14 | 133.26 | 0.55 | 0.69 |
| Hex | 86 | DC | 99 | 27 | 0 | 1E | E | 85 | 37 | 45 |
| Octal | 206 | 334 | 231 | 47 | 0 | 36 | 16 | 205 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10011001 | 100111 | 0 | 11110 | 1110 | 10000101 | 110111 | 1000101 |
Color Harmonies of #86DC99
Complementary color
Monochromatic Colors of #86DC99
Black with #86DC99
Text Example
Text Example
White with #86DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC99; }
p { color: rgb(134,220,153); }
H1.HeaderClassName
{
color: #86DC99;
}
.AnyTagClassName
{
color: #86DC99;
}
</style>
background-color css
<style>
a { background-color: #86DC99; }
a { background-color: rgb(134,220,153); }
div.DivClassName
{
background-color: #86DC99;
}
.BgClassName
{
background-color: #86DC99;
}
</style>
border-color css
<style>
span { border-color: #86DC99; }
span { border-color: rgb(134,220,153); }
td.TdClassName
{
border-color: #86DC99;
}
.TagClassName
{
border-color: #86DC99;
}
</style>