Shades of De York #86BF82
Tints of De York #86BF82
RGB
CMYK
RGB Variations
Color information
#86BF82 (or 0x86BF82) is known color: De York. HEX triplet: 86, BF and 82. RGB value is (134,191,130). Sum of RGB (Red+Green+Blue) = 134+191+130=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF82 is #79407D. Grayscale: #A7A7A7. Windows color (decimal): -7946366 or 8568710. OLE color: 8568710.
HSL color Cylindrical-coordinate representation of color #86BF82: hue angle of 116.07º degrees, saturation: 0.32, 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 #86BF82 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 130 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.25 |
| HSL | 116.07º | 0.32% | 0.63% | - |
| HSV(B) | 116.07º | 0.32% | 0.75% | - |
| XYZ | 32.49 | 43.94 | 27.89 | - |
| YUV | 167 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 130 | 0.30 | 0 | 0.32 | 0.25 | 116.07 | 0.32 | 0.63 |
| Hex | 86 | BF | 82 | 1E | 0 | 20 | 19 | 74 | 20 | 3F |
| Octal | 206 | 277 | 202 | 36 | 0 | 40 | 31 | 164 | 40 | 77 |
| Binary | 10000110 | 10111111 | 10000010 | 11110 | 0 | 100000 | 11001 | 1110100 | 100000 | 111111 |
Color Harmonies of #86BF82
Complementary color
Monochromatic Colors of #86BF82
Black with #86BF82
Text Example
Text Example
White with #86BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF82; }
p { color: rgb(134,191,130); }
H1.HeaderClassName
{
color: #86BF82;
}
.AnyTagClassName
{
color: #86BF82;
}
</style>
background-color css
<style>
a { background-color: #86BF82; }
a { background-color: rgb(134,191,130); }
div.DivClassName
{
background-color: #86BF82;
}
.BgClassName
{
background-color: #86BF82;
}
</style>
border-color css
<style>
span { border-color: #86BF82; }
span { border-color: rgb(134,191,130); }
td.TdClassName
{
border-color: #86BF82;
}
.TagClassName
{
border-color: #86BF82;
}
</style>