Shades of De York #86CB8A
Tints of De York #86CB8A
RGB
CMYK
RGB Variations
Color information
#86CB8A (or 0x86CB8A) is known color: De York. HEX triplet: 86, CB and 8A. RGB value is (134,203,138). Sum of RGB (Red+Green+Blue) = 134+203+138=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB8A is #793475. Grayscale: #AFAFAF. Windows color (decimal): -7943286 or 9096070. OLE color: 9096070.
HSL color Cylindrical-coordinate representation of color #86CB8A: hue angle of 123.48º degrees, saturation: 0.4, 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 #86CB8A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 138 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.20 |
| HSL | 123.48º | 0.4% | 0.66% | - |
| HSV(B) | 123.48º | 0.34% | 0.8% | - |
| XYZ | 35.77 | 49.62 | 31.74 | - |
| YUV | 174.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 138 | 0.34 | 0 | 0.32 | 0.20 | 123.48 | 0.4 | 0.66 |
| Hex | 86 | CB | 8A | 22 | 0 | 20 | 14 | 7B | 28 | 42 |
| Octal | 206 | 313 | 212 | 42 | 0 | 40 | 24 | 173 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10001010 | 100010 | 0 | 100000 | 10100 | 1111011 | 101000 | 1000010 |
Color Harmonies of #86CB8A
Complementary color
Monochromatic Colors of #86CB8A
Black with #86CB8A
Text Example
Text Example
White with #86CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB8A; }
p { color: rgb(134,203,138); }
H1.HeaderClassName
{
color: #86CB8A;
}
.AnyTagClassName
{
color: #86CB8A;
}
</style>
background-color css
<style>
a { background-color: #86CB8A; }
a { background-color: rgb(134,203,138); }
div.DivClassName
{
background-color: #86CB8A;
}
.BgClassName
{
background-color: #86CB8A;
}
</style>
border-color css
<style>
span { border-color: #86CB8A; }
span { border-color: rgb(134,203,138); }
td.TdClassName
{
border-color: #86CB8A;
}
.TagClassName
{
border-color: #86CB8A;
}
</style>