Shades of De York #86BB7D
Tints of De York #86BB7D
RGB
CMYK
RGB Variations
Color information
#86BB7D (or 0x86BB7D) is known color: De York. HEX triplet: 86, BB and 7D. RGB value is (134,187,125). Sum of RGB (Red+Green+Blue) = 134+187+125=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB7D is #794482. Grayscale: #A4A4A4. Windows color (decimal): -7947395 or 8240006. OLE color: 8240006.
HSL color Cylindrical-coordinate representation of color #86BB7D: hue angle of 111.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86BB7D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 125 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.27 |
| HSL | 111.29º | 0.31% | 0.61% | - |
| HSV(B) | 111.29º | 0.33% | 0.73% | - |
| XYZ | 31.3 | 42.09 | 25.88 | - |
| YUV | 164.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 125 | 0.28 | 0 | 0.33 | 0.27 | 111.29 | 0.31 | 0.61 |
| Hex | 86 | BB | 7D | 1C | 0 | 21 | 1B | 6F | 1F | 3D |
| Octal | 206 | 273 | 175 | 34 | 0 | 41 | 33 | 157 | 37 | 75 |
| Binary | 10000110 | 10111011 | 1111101 | 11100 | 0 | 100001 | 11011 | 1101111 | 11111 | 111101 |
Color Harmonies of #86BB7D
Complementary color
Monochromatic Colors of #86BB7D
Black with #86BB7D
Text Example
Text Example
White with #86BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB7D; }
p { color: rgb(134,187,125); }
H1.HeaderClassName
{
color: #86BB7D;
}
.AnyTagClassName
{
color: #86BB7D;
}
</style>
background-color css
<style>
a { background-color: #86BB7D; }
a { background-color: rgb(134,187,125); }
div.DivClassName
{
background-color: #86BB7D;
}
.BgClassName
{
background-color: #86BB7D;
}
</style>
border-color css
<style>
span { border-color: #86BB7D; }
span { border-color: rgb(134,187,125); }
td.TdClassName
{
border-color: #86BB7D;
}
.TagClassName
{
border-color: #86BB7D;
}
</style>