Shades of Chinook #86DB99
Tints of Chinook #86DB99
RGB
CMYK
RGB Variations
Color information
#86DB99 (or 0x86DB99) is known color: Chinook. HEX triplet: 86, DB and 99. RGB value is (134,219,153). Sum of RGB (Red+Green+Blue) = 134+219+153=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB99 is #792466. Grayscale: #BABABA. Windows color (decimal): -7939175 or 10083206. OLE color: 10083206.
HSL color Cylindrical-coordinate representation of color #86DB99: hue angle of 133.41º 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 #86DB99 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 153 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.14 |
| HSL | 133.41º | 0.54% | 0.69% | - |
| HSV(B) | 133.41º | 0.39% | 0.86% | - |
| XYZ | 40.91 | 58.03 | 39.18 | - |
| YUV | 186.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 153 | 0.39 | 0 | 0.30 | 0.14 | 133.41 | 0.54 | 0.69 |
| Hex | 86 | DB | 99 | 27 | 0 | 1E | E | 85 | 36 | 45 |
| Octal | 206 | 333 | 231 | 47 | 0 | 36 | 16 | 205 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10011001 | 100111 | 0 | 11110 | 1110 | 10000101 | 110110 | 1000101 |
Color Harmonies of #86DB99
Complementary color
Monochromatic Colors of #86DB99
Black with #86DB99
Text Example
Text Example
White with #86DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB99; }
p { color: rgb(134,219,153); }
H1.HeaderClassName
{
color: #86DB99;
}
.AnyTagClassName
{
color: #86DB99;
}
</style>
background-color css
<style>
a { background-color: #86DB99; }
a { background-color: rgb(134,219,153); }
div.DivClassName
{
background-color: #86DB99;
}
.BgClassName
{
background-color: #86DB99;
}
</style>
border-color css
<style>
span { border-color: #86DB99; }
span { border-color: rgb(134,219,153); }
td.TdClassName
{
border-color: #86DB99;
}
.TagClassName
{
border-color: #86DB99;
}
</style>