Shades of De York #89BD78
Tints of De York #89BD78
RGB
CMYK
RGB Variations
Color information
#89BD78 (or 0x89BD78) is known color: De York. HEX triplet: 89, BD and 78. RGB value is (137,189,120). Sum of RGB (Red+Green+Blue) = 137+189+120=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BD78 is #764287. Grayscale: #A5A5A5. Windows color (decimal): -7750280 or 7912841. OLE color: 7912841.
HSL color Cylindrical-coordinate representation of color #89BD78: hue angle of 105.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89BD78 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 120 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.26 |
| HSL | 105.22º | 0.34% | 0.61% | - |
| HSV(B) | 105.22º | 0.37% | 0.74% | - |
| XYZ | 31.9 | 43.07 | 24.4 | - |
| YUV | 165.59 | 102.27 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 120 | 0.28 | 0 | 0.37 | 0.26 | 105.22 | 0.34 | 0.61 |
| Hex | 89 | BD | 78 | 1C | 0 | 25 | 1A | 69 | 22 | 3D |
| Octal | 211 | 275 | 170 | 34 | 0 | 45 | 32 | 151 | 42 | 75 |
| Binary | 10001001 | 10111101 | 1111000 | 11100 | 0 | 100101 | 11010 | 1101001 | 100010 | 111101 |
Color Harmonies of #89BD78
Complementary color
Monochromatic Colors of #89BD78
Black with #89BD78
Text Example
Text Example
White with #89BD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD78; }
p { color: rgb(137,189,120); }
H1.HeaderClassName
{
color: #89BD78;
}
.AnyTagClassName
{
color: #89BD78;
}
</style>
background-color css
<style>
a { background-color: #89BD78; }
a { background-color: rgb(137,189,120); }
div.DivClassName
{
background-color: #89BD78;
}
.BgClassName
{
background-color: #89BD78;
}
</style>
border-color css
<style>
span { border-color: #89BD78; }
span { border-color: rgb(137,189,120); }
td.TdClassName
{
border-color: #89BD78;
}
.TagClassName
{
border-color: #89BD78;
}
</style>