Shades of De York #86BC80
Tints of De York #86BC80
RGB
CMYK
RGB Variations
Color information
#86BC80 (or 0x86BC80) is known color: De York. HEX triplet: 86, BC and 80. RGB value is (134,188,128). Sum of RGB (Red+Green+Blue) = 134+188+128=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BC80 is #79437F. Grayscale: #A5A5A5. Windows color (decimal): -7947136 or 8436870. OLE color: 8436870.
HSL color Cylindrical-coordinate representation of color #86BC80: hue angle of 114º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86BC80 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 128 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.26 |
| HSL | 114º | 0.31% | 0.62% | - |
| HSV(B) | 114º | 0.32% | 0.74% | - |
| XYZ | 31.71 | 42.59 | 26.97 | - |
| YUV | 165.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 128 | 0.29 | 0 | 0.32 | 0.26 | 114 | 0.31 | 0.62 |
| Hex | 86 | BC | 80 | 1D | 0 | 20 | 1A | 72 | 1F | 3E |
| Octal | 206 | 274 | 200 | 35 | 0 | 40 | 32 | 162 | 37 | 76 |
| Binary | 10000110 | 10111100 | 10000000 | 11101 | 0 | 100000 | 11010 | 1110010 | 11111 | 111110 |
Color Harmonies of #86BC80
Complementary color
Monochromatic Colors of #86BC80
Black with #86BC80
Text Example
Text Example
White with #86BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC80; }
p { color: rgb(134,188,128); }
H1.HeaderClassName
{
color: #86BC80;
}
.AnyTagClassName
{
color: #86BC80;
}
</style>
background-color css
<style>
a { background-color: #86BC80; }
a { background-color: rgb(134,188,128); }
div.DivClassName
{
background-color: #86BC80;
}
.BgClassName
{
background-color: #86BC80;
}
</style>
border-color css
<style>
span { border-color: #86BC80; }
span { border-color: rgb(134,188,128); }
td.TdClassName
{
border-color: #86BC80;
}
.TagClassName
{
border-color: #86BC80;
}
</style>