Shades of De York #88C286
Tints of De York #88C286
RGB
CMYK
RGB Variations
Color information
#88C286 (or 0x88C286) is known color: De York. HEX triplet: 88, C2 and 86. RGB value is (136,194,134). Sum of RGB (Red+Green+Blue) = 136+194+134=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #88C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C286 is #773D79. Grayscale: #AAAAAA. Windows color (decimal): -7814522 or 8831624. OLE color: 8831624.
HSL color Cylindrical-coordinate representation of color #88C286: hue angle of 118º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C286 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 134 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.24 |
| HSL | 118º | 0.33% | 0.64% | - |
| HSV(B) | 118º | 0.31% | 0.76% | - |
| XYZ | 33.75 | 45.54 | 29.57 | - |
| YUV | 169.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 134 | 0.30 | 0 | 0.31 | 0.24 | 118 | 0.33 | 0.64 |
| Hex | 88 | C2 | 86 | 1E | 0 | 1F | 18 | 76 | 21 | 40 |
| Octal | 210 | 302 | 206 | 36 | 0 | 37 | 30 | 166 | 41 | 100 |
| Binary | 10001000 | 11000010 | 10000110 | 11110 | 0 | 11111 | 11000 | 1110110 | 100001 | 1000000 |
Color Harmonies of #88C286
Complementary color
Monochromatic Colors of #88C286
Black with #88C286
Text Example
Text Example
White with #88C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C286; }
p { color: rgb(136,194,134); }
H1.HeaderClassName
{
color: #88C286;
}
.AnyTagClassName
{
color: #88C286;
}
</style>
background-color css
<style>
a { background-color: #88C286; }
a { background-color: rgb(136,194,134); }
div.DivClassName
{
background-color: #88C286;
}
.BgClassName
{
background-color: #88C286;
}
</style>
border-color css
<style>
span { border-color: #88C286; }
span { border-color: rgb(136,194,134); }
td.TdClassName
{
border-color: #88C286;
}
.TagClassName
{
border-color: #88C286;
}
</style>