Shades of De York #89C485
Tints of De York #89C485
RGB
CMYK
RGB Variations
Color information
#89C485 (or 0x89C485) is known color: De York. HEX triplet: 89, C4 and 85. RGB value is (137,196,133). Sum of RGB (Red+Green+Blue) = 137+196+133=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #89C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C485 is #763B7A. Grayscale: #ABABAB. Windows color (decimal): -7748475 or 8766601. OLE color: 8766601.
HSL color Cylindrical-coordinate representation of color #89C485: hue angle of 116.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89C485 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 133 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.23 |
| HSL | 116.19º | 0.35% | 0.65% | - |
| HSV(B) | 116.19º | 0.32% | 0.77% | - |
| XYZ | 34.29 | 46.49 | 29.36 | - |
| YUV | 171.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 133 | 0.30 | 0 | 0.32 | 0.23 | 116.19 | 0.35 | 0.65 |
| Hex | 89 | C4 | 85 | 1E | 0 | 20 | 17 | 74 | 23 | 41 |
| Octal | 211 | 304 | 205 | 36 | 0 | 40 | 27 | 164 | 43 | 101 |
| Binary | 10001001 | 11000100 | 10000101 | 11110 | 0 | 100000 | 10111 | 1110100 | 100011 | 1000001 |
Color Harmonies of #89C485
Complementary color
Monochromatic Colors of #89C485
Black with #89C485
Text Example
Text Example
White with #89C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C485; }
p { color: rgb(137,196,133); }
H1.HeaderClassName
{
color: #89C485;
}
.AnyTagClassName
{
color: #89C485;
}
</style>
background-color css
<style>
a { background-color: #89C485; }
a { background-color: rgb(137,196,133); }
div.DivClassName
{
background-color: #89C485;
}
.BgClassName
{
background-color: #89C485;
}
</style>
border-color css
<style>
span { border-color: #89C485; }
span { border-color: rgb(137,196,133); }
td.TdClassName
{
border-color: #89C485;
}
.TagClassName
{
border-color: #89C485;
}
</style>