Shades of De York #86C885
Tints of De York #86C885
RGB
CMYK
RGB Variations
Color information
#86C885 (or 0x86C885) is known color: De York. HEX triplet: 86, C8 and 85. RGB value is (134,200,133). Sum of RGB (Red+Green+Blue) = 134+200+133=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #86C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C885 is #79377A. Grayscale: #ACACAC. Windows color (decimal): -7944059 or 8767622. OLE color: 8767622.
HSL color Cylindrical-coordinate representation of color #86C885: hue angle of 119.1º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C885 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 133 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.22 |
| HSL | 119.1º | 0.38% | 0.65% | - |
| HSV(B) | 119.1º | 0.34% | 0.78% | - |
| XYZ | 34.72 | 48.07 | 29.64 | - |
| YUV | 172.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 133 | 0.33 | 0 | 0.34 | 0.22 | 119.1 | 0.38 | 0.65 |
| Hex | 86 | C8 | 85 | 21 | 0 | 22 | 16 | 77 | 26 | 41 |
| Octal | 206 | 310 | 205 | 41 | 0 | 42 | 26 | 167 | 46 | 101 |
| Binary | 10000110 | 11001000 | 10000101 | 100001 | 0 | 100010 | 10110 | 1110111 | 100110 | 1000001 |
Color Harmonies of #86C885
Complementary color
Monochromatic Colors of #86C885
Black with #86C885
Text Example
Text Example
White with #86C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C885; }
p { color: rgb(134,200,133); }
H1.HeaderClassName
{
color: #86C885;
}
.AnyTagClassName
{
color: #86C885;
}
</style>
background-color css
<style>
a { background-color: #86C885; }
a { background-color: rgb(134,200,133); }
div.DivClassName
{
background-color: #86C885;
}
.BgClassName
{
background-color: #86C885;
}
</style>
border-color css
<style>
span { border-color: #86C885; }
span { border-color: rgb(134,200,133); }
td.TdClassName
{
border-color: #86C885;
}
.TagClassName
{
border-color: #86C885;
}
</style>