Shades of De York #86C888
Tints of De York #86C888
RGB
CMYK
RGB Variations
Color information
#86C888 (or 0x86C888) is known color: De York. HEX triplet: 86, C8 and 88. RGB value is (134,200,136). Sum of RGB (Red+Green+Blue) = 134+200+136=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #86C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C888 is #793777. Grayscale: #ADADAD. Windows color (decimal): -7944056 or 8964230. OLE color: 8964230.
HSL color Cylindrical-coordinate representation of color #86C888: hue angle of 121.82º 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 #86C888 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 136 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 121.82º | 0.38% | 0.65% | - |
| HSV(B) | 121.82º | 0.33% | 0.78% | - |
| XYZ | 34.93 | 48.15 | 30.75 | - |
| YUV | 172.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 136 | 0.33 | 0 | 0.32 | 0.22 | 121.82 | 0.38 | 0.65 |
| Hex | 86 | C8 | 88 | 21 | 0 | 20 | 16 | 7A | 26 | 41 |
| Octal | 206 | 310 | 210 | 41 | 0 | 40 | 26 | 172 | 46 | 101 |
| Binary | 10000110 | 11001000 | 10001000 | 100001 | 0 | 100000 | 10110 | 1111010 | 100110 | 1000001 |
Color Harmonies of #86C888
Complementary color
Monochromatic Colors of #86C888
Black with #86C888
Text Example
Text Example
White with #86C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C888; }
p { color: rgb(134,200,136); }
H1.HeaderClassName
{
color: #86C888;
}
.AnyTagClassName
{
color: #86C888;
}
</style>
background-color css
<style>
a { background-color: #86C888; }
a { background-color: rgb(134,200,136); }
div.DivClassName
{
background-color: #86C888;
}
.BgClassName
{
background-color: #86C888;
}
</style>
border-color css
<style>
span { border-color: #86C888; }
span { border-color: rgb(134,200,136); }
td.TdClassName
{
border-color: #86C888;
}
.TagClassName
{
border-color: #86C888;
}
</style>