Shades of De York #86C082
Tints of De York #86C082
RGB
CMYK
RGB Variations
Color information
#86C082 (or 0x86C082) is known color: De York. HEX triplet: 86, C0 and 82. RGB value is (134,192,130). Sum of RGB (Red+Green+Blue) = 134+192+130=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #86C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C082 is #793F7D. Grayscale: #A7A7A7. Windows color (decimal): -7946110 or 8568966. OLE color: 8568966.
HSL color Cylindrical-coordinate representation of color #86C082: hue angle of 116.13º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C082 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 130 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.25 |
| HSL | 116.13º | 0.33% | 0.63% | - |
| HSV(B) | 116.13º | 0.32% | 0.75% | - |
| XYZ | 32.71 | 44.38 | 27.96 | - |
| YUV | 167.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 130 | 0.30 | 0 | 0.32 | 0.25 | 116.13 | 0.33 | 0.63 |
| Hex | 86 | C0 | 82 | 1E | 0 | 20 | 19 | 74 | 21 | 3F |
| Octal | 206 | 300 | 202 | 36 | 0 | 40 | 31 | 164 | 41 | 77 |
| Binary | 10000110 | 11000000 | 10000010 | 11110 | 0 | 100000 | 11001 | 1110100 | 100001 | 111111 |
Color Harmonies of #86C082
Complementary color
Monochromatic Colors of #86C082
Black with #86C082
Text Example
Text Example
White with #86C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C082; }
p { color: rgb(134,192,130); }
H1.HeaderClassName
{
color: #86C082;
}
.AnyTagClassName
{
color: #86C082;
}
</style>
background-color css
<style>
a { background-color: #86C082; }
a { background-color: rgb(134,192,130); }
div.DivClassName
{
background-color: #86C082;
}
.BgClassName
{
background-color: #86C082;
}
</style>
border-color css
<style>
span { border-color: #86C082; }
span { border-color: rgb(134,192,130); }
td.TdClassName
{
border-color: #86C082;
}
.TagClassName
{
border-color: #86C082;
}
</style>