Shades of De York #86CC91
Tints of De York #86CC91
RGB
CMYK
RGB Variations
Color information
#86CC91 (or 0x86CC91) is known color: De York. HEX triplet: 86, CC and 91. RGB value is (134,204,145). Sum of RGB (Red+Green+Blue) = 134+204+145=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CC91 is #79336E. Grayscale: #B0B0B0. Windows color (decimal): -7943023 or 9555078. OLE color: 9555078.
HSL color Cylindrical-coordinate representation of color #86CC91: hue angle of 129.43º 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 #86CC91 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 145 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.2 |
| HSL | 129.43º | 0.41% | 0.66% | - |
| HSV(B) | 129.43º | 0.34% | 0.8% | - |
| XYZ | 36.54 | 50.3 | 34.57 | - |
| YUV | 176.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 145 | 0.34 | 0 | 0.29 | 0.2 | 129.43 | 0.41 | 0.66 |
| Hex | 86 | CC | 91 | 22 | 0 | 1D | 14 | 81 | 29 | 42 |
| Octal | 206 | 314 | 221 | 42 | 0 | 35 | 24 | 201 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10010001 | 100010 | 0 | 11101 | 10100 | 10000001 | 101001 | 1000010 |
Color Harmonies of #86CC91
Complementary color
Monochromatic Colors of #86CC91
Black with #86CC91
Text Example
Text Example
White with #86CC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC91; }
p { color: rgb(134,204,145); }
H1.HeaderClassName
{
color: #86CC91;
}
.AnyTagClassName
{
color: #86CC91;
}
</style>
background-color css
<style>
a { background-color: #86CC91; }
a { background-color: rgb(134,204,145); }
div.DivClassName
{
background-color: #86CC91;
}
.BgClassName
{
background-color: #86CC91;
}
</style>
border-color css
<style>
span { border-color: #86CC91; }
span { border-color: rgb(134,204,145); }
td.TdClassName
{
border-color: #86CC91;
}
.TagClassName
{
border-color: #86CC91;
}
</style>