Shades of De York #86BE86
Tints of De York #86BE86
RGB
CMYK
RGB Variations
Color information
#86BE86 (or 0x86BE86) is known color: De York. HEX triplet: 86, BE and 86. RGB value is (134,190,134). Sum of RGB (Red+Green+Blue) = 134+190+134=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BE86 is #794179. Grayscale: #A7A7A7. Windows color (decimal): -7946618 or 8830598. OLE color: 8830598.
HSL color Cylindrical-coordinate representation of color #86BE86: hue angle of 120º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BE86 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 190 | 134 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.25 |
| HSL | 120º | 0.3% | 0.64% | - |
| HSV(B) | 120º | 0.29% | 0.75% | - |
| XYZ | 32.55 | 43.62 | 29.26 | - |
| YUV | 166.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 134 | 0.29 | 0 | 0.29 | 0.25 | 120 | 0.3 | 0.64 |
| Hex | 86 | BE | 86 | 1D | 0 | 1D | 19 | 78 | 1E | 40 |
| Octal | 206 | 276 | 206 | 35 | 0 | 35 | 31 | 170 | 36 | 100 |
| Binary | 10000110 | 10111110 | 10000110 | 11101 | 0 | 11101 | 11001 | 1111000 | 11110 | 1000000 |
Color Harmonies of #86BE86
Complementary color
Monochromatic Colors of #86BE86
Black with #86BE86
Text Example
Text Example
White with #86BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BE86; }
p { color: rgb(134,190,134); }
H1.HeaderClassName
{
color: #86BE86;
}
.AnyTagClassName
{
color: #86BE86;
}
</style>
background-color css
<style>
a { background-color: #86BE86; }
a { background-color: rgb(134,190,134); }
div.DivClassName
{
background-color: #86BE86;
}
.BgClassName
{
background-color: #86BE86;
}
</style>
border-color css
<style>
span { border-color: #86BE86; }
span { border-color: rgb(134,190,134); }
td.TdClassName
{
border-color: #86BE86;
}
.TagClassName
{
border-color: #86BE86;
}
</style>