Shades of De York #86C889
Tints of De York #86C889
RGB
CMYK
RGB Variations
Color information
#86C889 (or 0x86C889) is known color: De York. HEX triplet: 86, C8 and 89. RGB value is (134,200,137). Sum of RGB (Red+Green+Blue) = 134+200+137=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #86C889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C889 is #793776. Grayscale: #ADADAD. Windows color (decimal): -7944055 or 9029766. OLE color: 9029766.
HSL color Cylindrical-coordinate representation of color #86C889: hue angle of 122.73º 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 #86C889 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 137 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 122.73º | 0.38% | 0.65% | - |
| HSV(B) | 122.73º | 0.33% | 0.78% | - |
| XYZ | 35 | 48.18 | 31.12 | - |
| YUV | 173.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 137 | 0.33 | 0 | 0.32 | 0.22 | 122.73 | 0.38 | 0.65 |
| Hex | 86 | C8 | 89 | 21 | 0 | 20 | 16 | 7B | 26 | 41 |
| Octal | 206 | 310 | 211 | 41 | 0 | 40 | 26 | 173 | 46 | 101 |
| Binary | 10000110 | 11001000 | 10001001 | 100001 | 0 | 100000 | 10110 | 1111011 | 100110 | 1000001 |
Color Harmonies of #86C889
Complementary color
Monochromatic Colors of #86C889
Black with #86C889
Text Example
Text Example
White with #86C889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C889; }
p { color: rgb(134,200,137); }
H1.HeaderClassName
{
color: #86C889;
}
.AnyTagClassName
{
color: #86C889;
}
</style>
background-color css
<style>
a { background-color: #86C889; }
a { background-color: rgb(134,200,137); }
div.DivClassName
{
background-color: #86C889;
}
.BgClassName
{
background-color: #86C889;
}
</style>
border-color css
<style>
span { border-color: #86C889; }
span { border-color: rgb(134,200,137); }
td.TdClassName
{
border-color: #86C889;
}
.TagClassName
{
border-color: #86C889;
}
</style>