Shades of De York #89C776
Tints of De York #89C776
RGB
CMYK
RGB Variations
Color information
#89C776 (or 0x89C776) is known color: De York. HEX triplet: 89, C7 and 76. RGB value is (137,199,118). Sum of RGB (Red+Green+Blue) = 137+199+118=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #89C776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C776 is #763889. Grayscale: #ABABAB. Windows color (decimal): -7747722 or 7784329. OLE color: 7784329.
HSL color Cylindrical-coordinate representation of color #89C776: hue angle of 105.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89C776 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 199 | 118 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.22 |
| HSL | 105.93º | 0.42% | 0.62% | - |
| HSV(B) | 105.93º | 0.41% | 0.78% | - |
| XYZ | 34.01 | 47.47 | 24.51 | - |
| YUV | 171.23 | 97.96 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 199 | 118 | 0.31 | 0 | 0.41 | 0.22 | 105.93 | 0.42 | 0.62 |
| Hex | 89 | C7 | 76 | 1F | 0 | 29 | 16 | 6A | 2A | 3E |
| Octal | 211 | 307 | 166 | 37 | 0 | 51 | 26 | 152 | 52 | 76 |
| Binary | 10001001 | 11000111 | 1110110 | 11111 | 0 | 101001 | 10110 | 1101010 | 101010 | 111110 |
Color Harmonies of #89C776
Complementary color
Monochromatic Colors of #89C776
Black with #89C776
Text Example
Text Example
White with #89C776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C776; }
p { color: rgb(137,199,118); }
H1.HeaderClassName
{
color: #89C776;
}
.AnyTagClassName
{
color: #89C776;
}
</style>
background-color css
<style>
a { background-color: #89C776; }
a { background-color: rgb(137,199,118); }
div.DivClassName
{
background-color: #89C776;
}
.BgClassName
{
background-color: #89C776;
}
</style>
border-color css
<style>
span { border-color: #89C776; }
span { border-color: rgb(137,199,118); }
td.TdClassName
{
border-color: #89C776;
}
.TagClassName
{
border-color: #89C776;
}
</style>