Shades of De York #86BF86
Tints of De York #86BF86
RGB
CMYK
RGB Variations
Color information
#86BF86 (or 0x86BF86) is known color: De York. HEX triplet: 86, BF and 86. RGB value is (134,191,134). Sum of RGB (Red+Green+Blue) = 134+191+134=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BF86 is #794079. Grayscale: #A7A7A7. Windows color (decimal): -7946362 or 8830854. OLE color: 8830854.
HSL color Cylindrical-coordinate representation of color #86BF86: hue angle of 120º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86BF86 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 134 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.25 |
| HSL | 120º | 0.31% | 0.64% | - |
| HSV(B) | 120º | 0.3% | 0.75% | - |
| XYZ | 32.77 | 44.05 | 29.33 | - |
| YUV | 167.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 134 | 0.30 | 0 | 0.30 | 0.25 | 120 | 0.31 | 0.64 |
| Hex | 86 | BF | 86 | 1E | 0 | 1E | 19 | 78 | 1F | 40 |
| Octal | 206 | 277 | 206 | 36 | 0 | 36 | 31 | 170 | 37 | 100 |
| Binary | 10000110 | 10111111 | 10000110 | 11110 | 0 | 11110 | 11001 | 1111000 | 11111 | 1000000 |
Color Harmonies of #86BF86
Complementary color
Monochromatic Colors of #86BF86
Black with #86BF86
Text Example
Text Example
White with #86BF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF86; }
p { color: rgb(134,191,134); }
H1.HeaderClassName
{
color: #86BF86;
}
.AnyTagClassName
{
color: #86BF86;
}
</style>
background-color css
<style>
a { background-color: #86BF86; }
a { background-color: rgb(134,191,134); }
div.DivClassName
{
background-color: #86BF86;
}
.BgClassName
{
background-color: #86BF86;
}
</style>
border-color css
<style>
span { border-color: #86BF86; }
span { border-color: rgb(134,191,134); }
td.TdClassName
{
border-color: #86BF86;
}
.TagClassName
{
border-color: #86BF86;
}
</style>