Shades of De York #86C477
Tints of De York #86C477
RGB
CMYK
RGB Variations
Color information
#86C477 (or 0x86C477) is known color: De York. HEX triplet: 86, C4 and 77. RGB value is (134,196,119). Sum of RGB (Red+Green+Blue) = 134+196+119=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #86C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C477 is #793B88. Grayscale: #A8A8A8. Windows color (decimal): -7945097 or 7849094. OLE color: 7849094.
HSL color Cylindrical-coordinate representation of color #86C477: hue angle of 108.31º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86C477 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 196 | 119 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.23 |
| HSL | 108.31º | 0.39% | 0.62% | - |
| HSV(B) | 108.31º | 0.39% | 0.77% | - |
| XYZ | 32.9 | 45.88 | 24.57 | - |
| YUV | 168.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 196 | 119 | 0.32 | 0 | 0.39 | 0.23 | 108.31 | 0.39 | 0.62 |
| Hex | 86 | C4 | 77 | 20 | 0 | 27 | 17 | 6C | 27 | 3E |
| Octal | 206 | 304 | 167 | 40 | 0 | 47 | 27 | 154 | 47 | 76 |
| Binary | 10000110 | 11000100 | 1110111 | 100000 | 0 | 100111 | 10111 | 1101100 | 100111 | 111110 |
Color Harmonies of #86C477
Complementary color
Monochromatic Colors of #86C477
Black with #86C477
Text Example
Text Example
White with #86C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C477; }
p { color: rgb(134,196,119); }
H1.HeaderClassName
{
color: #86C477;
}
.AnyTagClassName
{
color: #86C477;
}
</style>
background-color css
<style>
a { background-color: #86C477; }
a { background-color: rgb(134,196,119); }
div.DivClassName
{
background-color: #86C477;
}
.BgClassName
{
background-color: #86C477;
}
</style>
border-color css
<style>
span { border-color: #86C477; }
span { border-color: rgb(134,196,119); }
td.TdClassName
{
border-color: #86C477;
}
.TagClassName
{
border-color: #86C477;
}
</style>