Shades of De York #89BF7C
Tints of De York #89BF7C
RGB
CMYK
RGB Variations
Color information
#89BF7C (or 0x89BF7C) is known color: De York. HEX triplet: 89, BF and 7C. RGB value is (137,191,124). Sum of RGB (Red+Green+Blue) = 137+191+124=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89BF7C is #764083. Grayscale: #A7A7A7. Windows color (decimal): -7749764 or 8175497. OLE color: 8175497.
HSL color Cylindrical-coordinate representation of color #89BF7C: hue angle of 108.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89BF7C is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 124 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.25 |
| HSL | 108.36º | 0.34% | 0.62% | - |
| HSV(B) | 108.36º | 0.35% | 0.75% | - |
| XYZ | 32.59 | 44.04 | 25.85 | - |
| YUV | 167.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 124 | 0.28 | 0 | 0.35 | 0.25 | 108.36 | 0.34 | 0.62 |
| Hex | 89 | BF | 7C | 1C | 0 | 23 | 19 | 6C | 22 | 3E |
| Octal | 211 | 277 | 174 | 34 | 0 | 43 | 31 | 154 | 42 | 76 |
| Binary | 10001001 | 10111111 | 1111100 | 11100 | 0 | 100011 | 11001 | 1101100 | 100010 | 111110 |
Color Harmonies of #89BF7C
Complementary color
Monochromatic Colors of #89BF7C
Black with #89BF7C
Text Example
Text Example
White with #89BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF7C; }
p { color: rgb(137,191,124); }
H1.HeaderClassName
{
color: #89BF7C;
}
.AnyTagClassName
{
color: #89BF7C;
}
</style>
background-color css
<style>
a { background-color: #89BF7C; }
a { background-color: rgb(137,191,124); }
div.DivClassName
{
background-color: #89BF7C;
}
.BgClassName
{
background-color: #89BF7C;
}
</style>
border-color css
<style>
span { border-color: #89BF7C; }
span { border-color: rgb(137,191,124); }
td.TdClassName
{
border-color: #89BF7C;
}
.TagClassName
{
border-color: #89BF7C;
}
</style>