Shades of De York #86D896
Tints of De York #86D896
RGB
CMYK
RGB Variations
Color information
#86D896 (or 0x86D896) is known color: De York. HEX triplet: 86, D8 and 96. RGB value is (134,216,150). Sum of RGB (Red+Green+Blue) = 134+216+150=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #86D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D896 is #792769. Grayscale: #B8B8B8. Windows color (decimal): -7939946 or 9885830. OLE color: 9885830.
HSL color Cylindrical-coordinate representation of color #86D896: hue angle of 131.71º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D896 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 150 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.15 |
| HSL | 131.71º | 0.51% | 0.69% | - |
| HSV(B) | 131.71º | 0.38% | 0.85% | - |
| XYZ | 39.89 | 56.38 | 37.63 | - |
| YUV | 183.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 150 | 0.38 | 0 | 0.31 | 0.15 | 131.71 | 0.51 | 0.69 |
| Hex | 86 | D8 | 96 | 26 | 0 | 1F | F | 84 | 33 | 45 |
| Octal | 206 | 330 | 226 | 46 | 0 | 37 | 17 | 204 | 63 | 105 |
| Binary | 10000110 | 11011000 | 10010110 | 100110 | 0 | 11111 | 1111 | 10000100 | 110011 | 1000101 |
Color Harmonies of #86D896
Complementary color
Monochromatic Colors of #86D896
Black with #86D896
Text Example
Text Example
White with #86D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D896; }
p { color: rgb(134,216,150); }
H1.HeaderClassName
{
color: #86D896;
}
.AnyTagClassName
{
color: #86D896;
}
</style>
background-color css
<style>
a { background-color: #86D896; }
a { background-color: rgb(134,216,150); }
div.DivClassName
{
background-color: #86D896;
}
.BgClassName
{
background-color: #86D896;
}
</style>
border-color css
<style>
span { border-color: #86D896; }
span { border-color: rgb(134,216,150); }
td.TdClassName
{
border-color: #86D896;
}
.TagClassName
{
border-color: #86D896;
}
</style>