Shades of De York #86C982
Tints of De York #86C982
RGB
CMYK
RGB Variations
Color information
#86C982 (or 0x86C982) is known color: De York. HEX triplet: 86, C9 and 82. RGB value is (134,201,130). Sum of RGB (Red+Green+Blue) = 134+201+130=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #86C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C982 is #79367D. Grayscale: #ADADAD. Windows color (decimal): -7943806 or 8571270. OLE color: 8571270.
HSL color Cylindrical-coordinate representation of color #86C982: hue angle of 116.62º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C982 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 130 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.21 |
| HSL | 116.62º | 0.4% | 0.65% | - |
| HSV(B) | 116.62º | 0.35% | 0.79% | - |
| XYZ | 34.75 | 48.45 | 28.64 | - |
| YUV | 172.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 130 | 0.33 | 0 | 0.35 | 0.21 | 116.62 | 0.4 | 0.65 |
| Hex | 86 | C9 | 82 | 21 | 0 | 23 | 15 | 75 | 28 | 41 |
| Octal | 206 | 311 | 202 | 41 | 0 | 43 | 25 | 165 | 50 | 101 |
| Binary | 10000110 | 11001001 | 10000010 | 100001 | 0 | 100011 | 10101 | 1110101 | 101000 | 1000001 |
Color Harmonies of #86C982
Complementary color
Monochromatic Colors of #86C982
Black with #86C982
Text Example
Text Example
White with #86C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C982; }
p { color: rgb(134,201,130); }
H1.HeaderClassName
{
color: #86C982;
}
.AnyTagClassName
{
color: #86C982;
}
</style>
background-color css
<style>
a { background-color: #86C982; }
a { background-color: rgb(134,201,130); }
div.DivClassName
{
background-color: #86C982;
}
.BgClassName
{
background-color: #86C982;
}
</style>
border-color css
<style>
span { border-color: #86C982; }
span { border-color: rgb(134,201,130); }
td.TdClassName
{
border-color: #86C982;
}
.TagClassName
{
border-color: #86C982;
}
</style>