Shades of De York #86D186
Tints of De York #86D186
RGB
CMYK
RGB Variations
Color information
#86D186 (or 0x86D186) is known color: De York. HEX triplet: 86, D1 and 86. RGB value is (134,209,134). Sum of RGB (Red+Green+Blue) = 134+209+134=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #86D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D186 is #792E79. Grayscale: #B2B2B2. Windows color (decimal): -7941754 or 8835462. OLE color: 8835462.
HSL color Cylindrical-coordinate representation of color #86D186: hue angle of 120º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D186 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 134 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.18 |
| HSL | 120º | 0.45% | 0.67% | - |
| HSV(B) | 120º | 0.36% | 0.82% | - |
| XYZ | 36.94 | 52.39 | 30.72 | - |
| YUV | 178.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 134 | 0.36 | 0 | 0.36 | 0.18 | 120 | 0.45 | 0.67 |
| Hex | 86 | D1 | 86 | 24 | 0 | 24 | 12 | 78 | 2D | 43 |
| Octal | 206 | 321 | 206 | 44 | 0 | 44 | 22 | 170 | 55 | 103 |
| Binary | 10000110 | 11010001 | 10000110 | 100100 | 0 | 100100 | 10010 | 1111000 | 101101 | 1000011 |
Color Harmonies of #86D186
Complementary color
Monochromatic Colors of #86D186
Black with #86D186
Text Example
Text Example
White with #86D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D186; }
p { color: rgb(134,209,134); }
H1.HeaderClassName
{
color: #86D186;
}
.AnyTagClassName
{
color: #86D186;
}
</style>
background-color css
<style>
a { background-color: #86D186; }
a { background-color: rgb(134,209,134); }
div.DivClassName
{
background-color: #86D186;
}
.BgClassName
{
background-color: #86D186;
}
</style>
border-color css
<style>
span { border-color: #86D186; }
span { border-color: rgb(134,209,134); }
td.TdClassName
{
border-color: #86D186;
}
.TagClassName
{
border-color: #86D186;
}
</style>