Shades of De York #89C287
Tints of De York #89C287
RGB
CMYK
RGB Variations
Color information
#89C287 (or 0x89C287) is known color: De York. HEX triplet: 89, C2 and 87. RGB value is (137,194,135). Sum of RGB (Red+Green+Blue) = 137+194+135=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #89C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C287 is #763D78. Grayscale: #AAAAAA. Windows color (decimal): -7748985 or 8897161. OLE color: 8897161.
HSL color Cylindrical-coordinate representation of color #89C287: hue angle of 117.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C287 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 135 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.24 |
| HSL | 117.97º | 0.33% | 0.65% | - |
| HSV(B) | 117.97º | 0.3% | 0.76% | - |
| XYZ | 33.98 | 45.65 | 29.94 | - |
| YUV | 170.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 135 | 0.29 | 0 | 0.30 | 0.24 | 117.97 | 0.33 | 0.65 |
| Hex | 89 | C2 | 87 | 1D | 0 | 1E | 18 | 76 | 21 | 41 |
| Octal | 211 | 302 | 207 | 35 | 0 | 36 | 30 | 166 | 41 | 101 |
| Binary | 10001001 | 11000010 | 10000111 | 11101 | 0 | 11110 | 11000 | 1110110 | 100001 | 1000001 |
Color Harmonies of #89C287
Complementary color
Monochromatic Colors of #89C287
Black with #89C287
Text Example
Text Example
White with #89C287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C287; }
p { color: rgb(137,194,135); }
H1.HeaderClassName
{
color: #89C287;
}
.AnyTagClassName
{
color: #89C287;
}
</style>
background-color css
<style>
a { background-color: #89C287; }
a { background-color: rgb(137,194,135); }
div.DivClassName
{
background-color: #89C287;
}
.BgClassName
{
background-color: #89C287;
}
</style>
border-color css
<style>
span { border-color: #89C287; }
span { border-color: rgb(137,194,135); }
td.TdClassName
{
border-color: #89C287;
}
.TagClassName
{
border-color: #89C287;
}
</style>