Shades of De York #86CC8B
Tints of De York #86CC8B
RGB
CMYK
RGB Variations
Color information
#86CC8B (or 0x86CC8B) is known color: De York. HEX triplet: 86, CC and 8B. RGB value is (134,204,139). Sum of RGB (Red+Green+Blue) = 134+204+139=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC8B is #793374. Grayscale: #AFAFAF. Windows color (decimal): -7943029 or 9161862. OLE color: 9161862.
HSL color Cylindrical-coordinate representation of color #86CC8B: hue angle of 124.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CC8B is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 139 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.2 |
| HSL | 124.29º | 0.41% | 0.66% | - |
| HSV(B) | 124.29º | 0.34% | 0.8% | - |
| XYZ | 36.08 | 50.12 | 32.2 | - |
| YUV | 175.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 139 | 0.34 | 0 | 0.32 | 0.2 | 124.29 | 0.41 | 0.66 |
| Hex | 86 | CC | 8B | 22 | 0 | 20 | 14 | 7C | 29 | 42 |
| Octal | 206 | 314 | 213 | 42 | 0 | 40 | 24 | 174 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10001011 | 100010 | 0 | 100000 | 10100 | 1111100 | 101001 | 1000010 |
Color Harmonies of #86CC8B
Complementary color
Monochromatic Colors of #86CC8B
Black with #86CC8B
Text Example
Text Example
White with #86CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC8B; }
p { color: rgb(134,204,139); }
H1.HeaderClassName
{
color: #86CC8B;
}
.AnyTagClassName
{
color: #86CC8B;
}
</style>
background-color css
<style>
a { background-color: #86CC8B; }
a { background-color: rgb(134,204,139); }
div.DivClassName
{
background-color: #86CC8B;
}
.BgClassName
{
background-color: #86CC8B;
}
</style>
border-color css
<style>
span { border-color: #86CC8B; }
span { border-color: rgb(134,204,139); }
td.TdClassName
{
border-color: #86CC8B;
}
.TagClassName
{
border-color: #86CC8B;
}
</style>