Shades of De York #86C793
Tints of De York #86C793
RGB
CMYK
RGB Variations
Color information
#86C793 (or 0x86C793) is known color: De York. HEX triplet: 86, C7 and 93. RGB value is (134,199,147). Sum of RGB (Red+Green+Blue) = 134+199+147=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #86C793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C793 is #79386C. Grayscale: #ADADAD. Windows color (decimal): -7944301 or 9684870. OLE color: 9684870.
HSL color Cylindrical-coordinate representation of color #86C793: hue angle of 132º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86C793 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 199 | 147 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.22 |
| HSL | 132º | 0.37% | 0.65% | - |
| HSV(B) | 132º | 0.33% | 0.78% | - |
| XYZ | 35.52 | 48.02 | 35 | - |
| YUV | 173.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 147 | 0.33 | 0 | 0.26 | 0.22 | 132 | 0.37 | 0.65 |
| Hex | 86 | C7 | 93 | 21 | 0 | 1A | 16 | 84 | 25 | 41 |
| Octal | 206 | 307 | 223 | 41 | 0 | 32 | 26 | 204 | 45 | 101 |
| Binary | 10000110 | 11000111 | 10010011 | 100001 | 0 | 11010 | 10110 | 10000100 | 100101 | 1000001 |
Color Harmonies of #86C793
Complementary color
Monochromatic Colors of #86C793
Black with #86C793
Text Example
Text Example
White with #86C793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C793; }
p { color: rgb(134,199,147); }
H1.HeaderClassName
{
color: #86C793;
}
.AnyTagClassName
{
color: #86C793;
}
</style>
background-color css
<style>
a { background-color: #86C793; }
a { background-color: rgb(134,199,147); }
div.DivClassName
{
background-color: #86C793;
}
.BgClassName
{
background-color: #86C793;
}
</style>
border-color css
<style>
span { border-color: #86C793; }
span { border-color: rgb(134,199,147); }
td.TdClassName
{
border-color: #86C793;
}
.TagClassName
{
border-color: #86C793;
}
</style>