Shades of Chinook #86D89A
Tints of Chinook #86D89A
RGB
CMYK
RGB Variations
Color information
#86D89A (or 0x86D89A) is known color: Chinook. HEX triplet: 86, D8 and 9A. RGB value is (134,216,154). Sum of RGB (Red+Green+Blue) = 134+216+154=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #86D89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D89A is #792765. Grayscale: #B8B8B8. Windows color (decimal): -7939942 or 10147974. OLE color: 10147974.
HSL color Cylindrical-coordinate representation of color #86D89A: hue angle of 134.63º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D89A is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 154 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.15 |
| HSL | 134.63º | 0.51% | 0.69% | - |
| HSV(B) | 134.63º | 0.38% | 0.85% | - |
| XYZ | 40.22 | 56.51 | 39.36 | - |
| YUV | 184.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 154 | 0.38 | 0 | 0.29 | 0.15 | 134.63 | 0.51 | 0.69 |
| Hex | 86 | D8 | 9A | 26 | 0 | 1D | F | 87 | 33 | 45 |
| Octal | 206 | 330 | 232 | 46 | 0 | 35 | 17 | 207 | 63 | 105 |
| Binary | 10000110 | 11011000 | 10011010 | 100110 | 0 | 11101 | 1111 | 10000111 | 110011 | 1000101 |
Color Harmonies of #86D89A
Complementary color
Monochromatic Colors of #86D89A
Black with #86D89A
Text Example
Text Example
White with #86D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D89A; }
p { color: rgb(134,216,154); }
H1.HeaderClassName
{
color: #86D89A;
}
.AnyTagClassName
{
color: #86D89A;
}
</style>
background-color css
<style>
a { background-color: #86D89A; }
a { background-color: rgb(134,216,154); }
div.DivClassName
{
background-color: #86D89A;
}
.BgClassName
{
background-color: #86D89A;
}
</style>
border-color css
<style>
span { border-color: #86D89A; }
span { border-color: rgb(134,216,154); }
td.TdClassName
{
border-color: #86D89A;
}
.TagClassName
{
border-color: #86D89A;
}
</style>