Shades of De York #89DB92
Tints of De York #89DB92
RGB
CMYK
RGB Variations
Color information
#89DB92 (or 0x89DB92) is known color: De York. HEX triplet: 89, DB and 92. RGB value is (137,219,146). Sum of RGB (Red+Green+Blue) = 137+219+146=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #89DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DB92 is #76246D. Grayscale: #BABABA. Windows color (decimal): -7742574 or 9624457. OLE color: 9624457.
HSL color Cylindrical-coordinate representation of color #89DB92: hue angle of 126.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89DB92 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 219 | 146 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.14 |
| HSL | 126.59º | 0.53% | 0.7% | - |
| HSV(B) | 126.59º | 0.37% | 0.86% | - |
| XYZ | 40.84 | 58.06 | 36.25 | - |
| YUV | 186.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 219 | 146 | 0.37 | 0 | 0.33 | 0.14 | 126.59 | 0.53 | 0.7 |
| Hex | 89 | DB | 92 | 25 | 0 | 21 | E | 7F | 35 | 46 |
| Octal | 211 | 333 | 222 | 45 | 0 | 41 | 16 | 177 | 65 | 106 |
| Binary | 10001001 | 11011011 | 10010010 | 100101 | 0 | 100001 | 1110 | 1111111 | 110101 | 1000110 |
Color Harmonies of #89DB92
Complementary color
Monochromatic Colors of #89DB92
Black with #89DB92
Text Example
Text Example
White with #89DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DB92; }
p { color: rgb(137,219,146); }
H1.HeaderClassName
{
color: #89DB92;
}
.AnyTagClassName
{
color: #89DB92;
}
</style>
background-color css
<style>
a { background-color: #89DB92; }
a { background-color: rgb(137,219,146); }
div.DivClassName
{
background-color: #89DB92;
}
.BgClassName
{
background-color: #89DB92;
}
</style>
border-color css
<style>
span { border-color: #89DB92; }
span { border-color: rgb(137,219,146); }
td.TdClassName
{
border-color: #89DB92;
}
.TagClassName
{
border-color: #89DB92;
}
</style>