Shades of De York #86CA93
Tints of De York #86CA93
RGB
CMYK
RGB Variations
Color information
#86CA93 (or 0x86CA93) is known color: De York. HEX triplet: 86, CA and 93. RGB value is (134,202,147). Sum of RGB (Red+Green+Blue) = 134+202+147=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA93 is #79356C. Grayscale: #AFAFAF. Windows color (decimal): -7943533 or 9685638. OLE color: 9685638.
HSL color Cylindrical-coordinate representation of color #86CA93: hue angle of 131.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA93 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 147 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.21 |
| HSL | 131.47º | 0.39% | 0.66% | - |
| HSV(B) | 131.47º | 0.34% | 0.79% | - |
| XYZ | 36.22 | 49.42 | 35.23 | - |
| YUV | 175.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 147 | 0.34 | 0 | 0.27 | 0.21 | 131.47 | 0.39 | 0.66 |
| Hex | 86 | CA | 93 | 22 | 0 | 1B | 15 | 83 | 27 | 42 |
| Octal | 206 | 312 | 223 | 42 | 0 | 33 | 25 | 203 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10010011 | 100010 | 0 | 11011 | 10101 | 10000011 | 100111 | 1000010 |
Color Harmonies of #86CA93
Complementary color
Monochromatic Colors of #86CA93
Black with #86CA93
Text Example
Text Example
White with #86CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA93; }
p { color: rgb(134,202,147); }
H1.HeaderClassName
{
color: #86CA93;
}
.AnyTagClassName
{
color: #86CA93;
}
</style>
background-color css
<style>
a { background-color: #86CA93; }
a { background-color: rgb(134,202,147); }
div.DivClassName
{
background-color: #86CA93;
}
.BgClassName
{
background-color: #86CA93;
}
</style>
border-color css
<style>
span { border-color: #86CA93; }
span { border-color: rgb(134,202,147); }
td.TdClassName
{
border-color: #86CA93;
}
.TagClassName
{
border-color: #86CA93;
}
</style>