Shades of Chinook #86D7A1
Tints of Chinook #86D7A1
RGB
CMYK
RGB Variations
Color information
#86D7A1 (or 0x86D7A1) is known color: Chinook. HEX triplet: 86, D7 and A1. RGB value is (134,215,161). Sum of RGB (Red+Green+Blue) = 134+215+161=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #86D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D7A1 is #79285E. Grayscale: #B8B8B8. Windows color (decimal): -7940191 or 10606470. OLE color: 10606470.
HSL color Cylindrical-coordinate representation of color #86D7A1: hue angle of 140º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D7A1 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 161 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.16 |
| HSL | 140º | 0.5% | 0.68% | - |
| HSV(B) | 140º | 0.38% | 0.84% | - |
| XYZ | 40.56 | 56.24 | 42.44 | - |
| YUV | 184.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 161 | 0.38 | 0 | 0.25 | 0.16 | 140 | 0.5 | 0.68 |
| Hex | 86 | D7 | A1 | 26 | 0 | 19 | 10 | 8C | 32 | 44 |
| Octal | 206 | 327 | 241 | 46 | 0 | 31 | 20 | 214 | 62 | 104 |
| Binary | 10000110 | 11010111 | 10100001 | 100110 | 0 | 11001 | 10000 | 10001100 | 110010 | 1000100 |
Color Harmonies of #86D7A1
Complementary color
Monochromatic Colors of #86D7A1
Black with #86D7A1
Text Example
Text Example
White with #86D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D7A1; }
p { color: rgb(134,215,161); }
H1.HeaderClassName
{
color: #86D7A1;
}
.AnyTagClassName
{
color: #86D7A1;
}
</style>
background-color css
<style>
a { background-color: #86D7A1; }
a { background-color: rgb(134,215,161); }
div.DivClassName
{
background-color: #86D7A1;
}
.BgClassName
{
background-color: #86D7A1;
}
</style>
border-color css
<style>
span { border-color: #86D7A1; }
span { border-color: rgb(134,215,161); }
td.TdClassName
{
border-color: #86D7A1;
}
.TagClassName
{
border-color: #86D7A1;
}
</style>