Shades of De York #85C686
Tints of De York #85C686
RGB
CMYK
RGB Variations
Color information
#85C686 (or 0x85C686) is known color: De York. HEX triplet: 85, C6 and 86. RGB value is (133,198,134). Sum of RGB (Red+Green+Blue) = 133+198+134=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #85C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C686 is #7A3979. Grayscale: #ABABAB. Windows color (decimal): -8010106 or 8832645. OLE color: 8832645.
HSL color Cylindrical-coordinate representation of color #85C686: hue angle of 120.92º degrees, saturation: 0.36, 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 #85C686 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 134 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.22 |
| HSL | 120.92º | 0.36% | 0.65% | - |
| HSV(B) | 120.92º | 0.33% | 0.78% | - |
| XYZ | 34.17 | 47.1 | 29.84 | - |
| YUV | 171.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 134 | 0.33 | 0 | 0.32 | 0.22 | 120.92 | 0.36 | 0.65 |
| Hex | 85 | C6 | 86 | 21 | 0 | 20 | 16 | 79 | 24 | 41 |
| Octal | 205 | 306 | 206 | 41 | 0 | 40 | 26 | 171 | 44 | 101 |
| Binary | 10000101 | 11000110 | 10000110 | 100001 | 0 | 100000 | 10110 | 1111001 | 100100 | 1000001 |
Color Harmonies of #85C686
Complementary color
Monochromatic Colors of #85C686
Black with #85C686
Text Example
Text Example
White with #85C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C686; }
p { color: rgb(133,198,134); }
H1.HeaderClassName
{
color: #85C686;
}
.AnyTagClassName
{
color: #85C686;
}
</style>
background-color css
<style>
a { background-color: #85C686; }
a { background-color: rgb(133,198,134); }
div.DivClassName
{
background-color: #85C686;
}
.BgClassName
{
background-color: #85C686;
}
</style>
border-color css
<style>
span { border-color: #85C686; }
span { border-color: rgb(133,198,134); }
td.TdClassName
{
border-color: #85C686;
}
.TagClassName
{
border-color: #85C686;
}
</style>