Shades of De York #89C576
Tints of De York #89C576
RGB
CMYK
RGB Variations
Color information
#89C576 (or 0x89C576) is known color: De York. HEX triplet: 89, C5 and 76. RGB value is (137,197,118). Sum of RGB (Red+Green+Blue) = 137+197+118=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #89C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C576 is #763A89. Grayscale: #AAAAAA. Windows color (decimal): -7748234 or 7783817. OLE color: 7783817.
HSL color Cylindrical-coordinate representation of color #89C576: hue angle of 105.57º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89C576 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 118 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.23 |
| HSL | 105.57º | 0.41% | 0.62% | - |
| HSV(B) | 105.57º | 0.4% | 0.77% | - |
| XYZ | 33.55 | 46.56 | 24.36 | - |
| YUV | 170.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 118 | 0.30 | 0 | 0.40 | 0.23 | 105.57 | 0.41 | 0.62 |
| Hex | 89 | C5 | 76 | 1E | 0 | 28 | 17 | 6A | 29 | 3E |
| Octal | 211 | 305 | 166 | 36 | 0 | 50 | 27 | 152 | 51 | 76 |
| Binary | 10001001 | 11000101 | 1110110 | 11110 | 0 | 101000 | 10111 | 1101010 | 101001 | 111110 |
Color Harmonies of #89C576
Complementary color
Monochromatic Colors of #89C576
Black with #89C576
Text Example
Text Example
White with #89C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C576; }
p { color: rgb(137,197,118); }
H1.HeaderClassName
{
color: #89C576;
}
.AnyTagClassName
{
color: #89C576;
}
</style>
background-color css
<style>
a { background-color: #89C576; }
a { background-color: rgb(137,197,118); }
div.DivClassName
{
background-color: #89C576;
}
.BgClassName
{
background-color: #89C576;
}
</style>
border-color css
<style>
span { border-color: #89C576; }
span { border-color: rgb(137,197,118); }
td.TdClassName
{
border-color: #89C576;
}
.TagClassName
{
border-color: #89C576;
}
</style>