Shades of De York #86C178
Tints of De York #86C178
RGB
CMYK
RGB Variations
Color information
#86C178 (or 0x86C178) is known color: De York. HEX triplet: 86, C1 and 78. RGB value is (134,193,120). Sum of RGB (Red+Green+Blue) = 134+193+120=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #86C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C178 is #793E87. Grayscale: #A7A7A7. Windows color (decimal): -7945864 or 7913862. OLE color: 7913862.
HSL color Cylindrical-coordinate representation of color #86C178: hue angle of 108.49º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86C178 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 120 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.24 |
| HSL | 108.49º | 0.37% | 0.61% | - |
| HSV(B) | 108.49º | 0.38% | 0.76% | - |
| XYZ | 32.29 | 44.56 | 24.67 | - |
| YUV | 167.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 120 | 0.31 | 0 | 0.38 | 0.24 | 108.49 | 0.37 | 0.61 |
| Hex | 86 | C1 | 78 | 1F | 0 | 26 | 18 | 6C | 25 | 3D |
| Octal | 206 | 301 | 170 | 37 | 0 | 46 | 30 | 154 | 45 | 75 |
| Binary | 10000110 | 11000001 | 1111000 | 11111 | 0 | 100110 | 11000 | 1101100 | 100101 | 111101 |
Color Harmonies of #86C178
Complementary color
Monochromatic Colors of #86C178
Black with #86C178
Text Example
Text Example
White with #86C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C178; }
p { color: rgb(134,193,120); }
H1.HeaderClassName
{
color: #86C178;
}
.AnyTagClassName
{
color: #86C178;
}
</style>
background-color css
<style>
a { background-color: #86C178; }
a { background-color: rgb(134,193,120); }
div.DivClassName
{
background-color: #86C178;
}
.BgClassName
{
background-color: #86C178;
}
</style>
border-color css
<style>
span { border-color: #86C178; }
span { border-color: rgb(134,193,120); }
td.TdClassName
{
border-color: #86C178;
}
.TagClassName
{
border-color: #86C178;
}
</style>