Shades of De York #89BF81
Tints of De York #89BF81
RGB
CMYK
RGB Variations
Color information
#89BF81 (or 0x89BF81) is known color: De York. HEX triplet: 89, BF and 81. RGB value is (137,191,129). Sum of RGB (Red+Green+Blue) = 137+191+129=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF81 is #76407E. Grayscale: #A7A7A7. Windows color (decimal): -7749759 or 8503177. OLE color: 8503177.
HSL color Cylindrical-coordinate representation of color #89BF81: hue angle of 112.26º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89BF81 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 129 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.25 |
| HSL | 112.26º | 0.33% | 0.63% | - |
| HSV(B) | 112.26º | 0.32% | 0.75% | - |
| XYZ | 32.91 | 44.16 | 27.56 | - |
| YUV | 167.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 129 | 0.28 | 0 | 0.32 | 0.25 | 112.26 | 0.33 | 0.63 |
| Hex | 89 | BF | 81 | 1C | 0 | 20 | 19 | 70 | 21 | 3F |
| Octal | 211 | 277 | 201 | 34 | 0 | 40 | 31 | 160 | 41 | 77 |
| Binary | 10001001 | 10111111 | 10000001 | 11100 | 0 | 100000 | 11001 | 1110000 | 100001 | 111111 |
Color Harmonies of #89BF81
Complementary color
Monochromatic Colors of #89BF81
Black with #89BF81
Text Example
Text Example
White with #89BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF81; }
p { color: rgb(137,191,129); }
H1.HeaderClassName
{
color: #89BF81;
}
.AnyTagClassName
{
color: #89BF81;
}
</style>
background-color css
<style>
a { background-color: #89BF81; }
a { background-color: rgb(137,191,129); }
div.DivClassName
{
background-color: #89BF81;
}
.BgClassName
{
background-color: #89BF81;
}
</style>
border-color css
<style>
span { border-color: #89BF81; }
span { border-color: rgb(137,191,129); }
td.TdClassName
{
border-color: #89BF81;
}
.TagClassName
{
border-color: #89BF81;
}
</style>