Shades of De York #86C17C
Tints of De York #86C17C
RGB
CMYK
RGB Variations
Color information
#86C17C (or 0x86C17C) is known color: De York. HEX triplet: 86, C1 and 7C. RGB value is (134,193,124). Sum of RGB (Red+Green+Blue) = 134+193+124=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #86C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C17C is #793E83. Grayscale: #A7A7A7. Windows color (decimal): -7945860 or 8176006. OLE color: 8176006.
HSL color Cylindrical-coordinate representation of color #86C17C: hue angle of 111.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86C17C is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 124 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.24 |
| HSL | 111.3º | 0.36% | 0.62% | - |
| HSV(B) | 111.3º | 0.36% | 0.76% | - |
| XYZ | 32.54 | 44.66 | 25.97 | - |
| YUV | 167.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 124 | 0.31 | 0 | 0.36 | 0.24 | 111.3 | 0.36 | 0.62 |
| Hex | 86 | C1 | 7C | 1F | 0 | 24 | 18 | 6F | 24 | 3E |
| Octal | 206 | 301 | 174 | 37 | 0 | 44 | 30 | 157 | 44 | 76 |
| Binary | 10000110 | 11000001 | 1111100 | 11111 | 0 | 100100 | 11000 | 1101111 | 100100 | 111110 |
Color Harmonies of #86C17C
Complementary color
Monochromatic Colors of #86C17C
Black with #86C17C
Text Example
Text Example
White with #86C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C17C; }
p { color: rgb(134,193,124); }
H1.HeaderClassName
{
color: #86C17C;
}
.AnyTagClassName
{
color: #86C17C;
}
</style>
background-color css
<style>
a { background-color: #86C17C; }
a { background-color: rgb(134,193,124); }
div.DivClassName
{
background-color: #86C17C;
}
.BgClassName
{
background-color: #86C17C;
}
</style>
border-color css
<style>
span { border-color: #86C17C; }
span { border-color: rgb(134,193,124); }
td.TdClassName
{
border-color: #86C17C;
}
.TagClassName
{
border-color: #86C17C;
}
</style>