Shades of De York #86BC7C
Tints of De York #86BC7C
RGB
CMYK
RGB Variations
Color information
#86BC7C (or 0x86BC7C) is known color: De York. HEX triplet: 86, BC and 7C. RGB value is (134,188,124). Sum of RGB (Red+Green+Blue) = 134+188+124=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC7C is #794383. Grayscale: #A4A4A4. Windows color (decimal): -7947140 or 8174726. OLE color: 8174726.
HSL color Cylindrical-coordinate representation of color #86BC7C: hue angle of 110.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BC7C is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 124 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.26 |
| HSL | 110.63º | 0.32% | 0.61% | - |
| HSV(B) | 110.63º | 0.34% | 0.74% | - |
| XYZ | 31.45 | 42.49 | 25.61 | - |
| YUV | 164.56 | 105.11 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 124 | 0.29 | 0 | 0.34 | 0.26 | 110.63 | 0.32 | 0.61 |
| Hex | 86 | BC | 7C | 1D | 0 | 22 | 1A | 6F | 20 | 3D |
| Octal | 206 | 274 | 174 | 35 | 0 | 42 | 32 | 157 | 40 | 75 |
| Binary | 10000110 | 10111100 | 1111100 | 11101 | 0 | 100010 | 11010 | 1101111 | 100000 | 111101 |
Color Harmonies of #86BC7C
Complementary color
Monochromatic Colors of #86BC7C
Black with #86BC7C
Text Example
Text Example
White with #86BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC7C; }
p { color: rgb(134,188,124); }
H1.HeaderClassName
{
color: #86BC7C;
}
.AnyTagClassName
{
color: #86BC7C;
}
</style>
background-color css
<style>
a { background-color: #86BC7C; }
a { background-color: rgb(134,188,124); }
div.DivClassName
{
background-color: #86BC7C;
}
.BgClassName
{
background-color: #86BC7C;
}
</style>
border-color css
<style>
span { border-color: #86BC7C; }
span { border-color: rgb(134,188,124); }
td.TdClassName
{
border-color: #86BC7C;
}
.TagClassName
{
border-color: #86BC7C;
}
</style>