Shades of De York #86C576
Tints of De York #86C576
RGB
CMYK
RGB Variations
Color information
#86C576 (or 0x86C576) is known color: De York. HEX triplet: 86, C5 and 76. RGB value is (134,197,118). Sum of RGB (Red+Green+Blue) = 134+197+118=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #86C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C576 is #793A89. Grayscale: #A9A9A9. Windows color (decimal): -7944842 or 7783814. OLE color: 7783814.
HSL color Cylindrical-coordinate representation of color #86C576: hue angle of 107.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C576 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 118 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.23 |
| HSL | 107.85º | 0.41% | 0.62% | - |
| HSV(B) | 107.85º | 0.4% | 0.77% | - |
| XYZ | 33.07 | 46.31 | 24.34 | - |
| YUV | 169.16 | 99.13 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 118 | 0.32 | 0 | 0.40 | 0.23 | 107.85 | 0.41 | 0.62 |
| Hex | 86 | C5 | 76 | 20 | 0 | 28 | 17 | 6C | 29 | 3E |
| Octal | 206 | 305 | 166 | 40 | 0 | 50 | 27 | 154 | 51 | 76 |
| Binary | 10000110 | 11000101 | 1110110 | 100000 | 0 | 101000 | 10111 | 1101100 | 101001 | 111110 |
Color Harmonies of #86C576
Complementary color
Monochromatic Colors of #86C576
Black with #86C576
Text Example
Text Example
White with #86C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C576; }
p { color: rgb(134,197,118); }
H1.HeaderClassName
{
color: #86C576;
}
.AnyTagClassName
{
color: #86C576;
}
</style>
background-color css
<style>
a { background-color: #86C576; }
a { background-color: rgb(134,197,118); }
div.DivClassName
{
background-color: #86C576;
}
.BgClassName
{
background-color: #86C576;
}
</style>
border-color css
<style>
span { border-color: #86C576; }
span { border-color: rgb(134,197,118); }
td.TdClassName
{
border-color: #86C576;
}
.TagClassName
{
border-color: #86C576;
}
</style>