Shades of Chinook #86D5A0
Tints of Chinook #86D5A0
RGB
CMYK
RGB Variations
Color information
#86D5A0 (or 0x86D5A0) is known color: Chinook. HEX triplet: 86, D5 and A0. RGB value is (134,213,160). Sum of RGB (Red+Green+Blue) = 134+213+160=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D5A0 is #792A5F. Grayscale: #B7B7B7. Windows color (decimal): -7940704 or 10540422. OLE color: 10540422.
HSL color Cylindrical-coordinate representation of color #86D5A0: hue angle of 139.75º degrees, saturation: 0.48, 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 #86D5A0 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 160 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.16 |
| HSL | 139.75º | 0.48% | 0.68% | - |
| HSV(B) | 139.75º | 0.37% | 0.84% | - |
| XYZ | 39.97 | 55.19 | 41.8 | - |
| YUV | 183.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 160 | 0.37 | 0 | 0.25 | 0.16 | 139.75 | 0.48 | 0.68 |
| Hex | 86 | D5 | A0 | 25 | 0 | 19 | 10 | 8C | 30 | 44 |
| Octal | 206 | 325 | 240 | 45 | 0 | 31 | 20 | 214 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10100000 | 100101 | 0 | 11001 | 10000 | 10001100 | 110000 | 1000100 |
Color Harmonies of #86D5A0
Complementary color
Monochromatic Colors of #86D5A0
Black with #86D5A0
Text Example
Text Example
White with #86D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D5A0; }
p { color: rgb(134,213,160); }
H1.HeaderClassName
{
color: #86D5A0;
}
.AnyTagClassName
{
color: #86D5A0;
}
</style>
background-color css
<style>
a { background-color: #86D5A0; }
a { background-color: rgb(134,213,160); }
div.DivClassName
{
background-color: #86D5A0;
}
.BgClassName
{
background-color: #86D5A0;
}
</style>
border-color css
<style>
span { border-color: #86D5A0; }
span { border-color: rgb(134,213,160); }
td.TdClassName
{
border-color: #86D5A0;
}
.TagClassName
{
border-color: #86D5A0;
}
</style>