Shades of De York #86C38C
Tints of De York #86C38C
RGB
CMYK
RGB Variations
Color information
#86C38C (or 0x86C38C) is known color: De York. HEX triplet: 86, C3 and 8C. RGB value is (134,195,140). Sum of RGB (Red+Green+Blue) = 134+195+140=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #86C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C38C is #793C73. Grayscale: #AAAAAA. Windows color (decimal): -7945332 or 9225094. OLE color: 9225094.
HSL color Cylindrical-coordinate representation of color #86C38C: hue angle of 125.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C38C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 140 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.24 |
| HSL | 125.9º | 0.34% | 0.65% | - |
| HSV(B) | 125.9º | 0.31% | 0.76% | - |
| XYZ | 34.08 | 45.99 | 31.89 | - |
| YUV | 170.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 140 | 0.31 | 0 | 0.28 | 0.24 | 125.9 | 0.34 | 0.65 |
| Hex | 86 | C3 | 8C | 1F | 0 | 1C | 18 | 7E | 22 | 41 |
| Octal | 206 | 303 | 214 | 37 | 0 | 34 | 30 | 176 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10001100 | 11111 | 0 | 11100 | 11000 | 1111110 | 100010 | 1000001 |
Color Harmonies of #86C38C
Complementary color
Monochromatic Colors of #86C38C
Black with #86C38C
Text Example
Text Example
White with #86C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C38C; }
p { color: rgb(134,195,140); }
H1.HeaderClassName
{
color: #86C38C;
}
.AnyTagClassName
{
color: #86C38C;
}
</style>
background-color css
<style>
a { background-color: #86C38C; }
a { background-color: rgb(134,195,140); }
div.DivClassName
{
background-color: #86C38C;
}
.BgClassName
{
background-color: #86C38C;
}
</style>
border-color css
<style>
span { border-color: #86C38C; }
span { border-color: rgb(134,195,140); }
td.TdClassName
{
border-color: #86C38C;
}
.TagClassName
{
border-color: #86C38C;
}
</style>