Shades of De York #89C387
Tints of De York #89C387
RGB
CMYK
RGB Variations
Color information
#89C387 (or 0x89C387) is known color: De York. HEX triplet: 89, C3 and 87. RGB value is (137,195,135). Sum of RGB (Red+Green+Blue) = 137+195+135=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #89C387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C387 is #763C78. Grayscale: #ABABAB. Windows color (decimal): -7748729 or 8897417. OLE color: 8897417.
HSL color Cylindrical-coordinate representation of color #89C387: hue angle of 118º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C387 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 135 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.24 |
| HSL | 118º | 0.33% | 0.65% | - |
| HSV(B) | 118º | 0.31% | 0.76% | - |
| XYZ | 34.2 | 46.1 | 30.02 | - |
| YUV | 170.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 135 | 0.30 | 0 | 0.31 | 0.24 | 118 | 0.33 | 0.65 |
| Hex | 89 | C3 | 87 | 1E | 0 | 1F | 18 | 76 | 21 | 41 |
| Octal | 211 | 303 | 207 | 36 | 0 | 37 | 30 | 166 | 41 | 101 |
| Binary | 10001001 | 11000011 | 10000111 | 11110 | 0 | 11111 | 11000 | 1110110 | 100001 | 1000001 |
Color Harmonies of #89C387
Complementary color
Monochromatic Colors of #89C387
Black with #89C387
Text Example
Text Example
White with #89C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C387; }
p { color: rgb(137,195,135); }
H1.HeaderClassName
{
color: #89C387;
}
.AnyTagClassName
{
color: #89C387;
}
</style>
background-color css
<style>
a { background-color: #89C387; }
a { background-color: rgb(137,195,135); }
div.DivClassName
{
background-color: #89C387;
}
.BgClassName
{
background-color: #89C387;
}
</style>
border-color css
<style>
span { border-color: #89C387; }
span { border-color: rgb(137,195,135); }
td.TdClassName
{
border-color: #89C387;
}
.TagClassName
{
border-color: #89C387;
}
</style>