Shades of De York #89CA8C
Tints of De York #89CA8C
RGB
CMYK
RGB Variations
Color information
#89CA8C (or 0x89CA8C) is known color: De York. HEX triplet: 89, CA and 8C. RGB value is (137,202,140). Sum of RGB (Red+Green+Blue) = 137+202+140=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CA8C is #763573. Grayscale: #AFAFAF. Windows color (decimal): -7746932 or 9226889. OLE color: 9226889.
HSL color Cylindrical-coordinate representation of color #89CA8C: hue angle of 122.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89CA8C is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 140 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.21 |
| HSL | 122.77º | 0.38% | 0.66% | - |
| HSV(B) | 122.77º | 0.32% | 0.79% | - |
| XYZ | 36.17 | 49.45 | 32.45 | - |
| YUV | 175.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 140 | 0.32 | 0 | 0.31 | 0.21 | 122.77 | 0.38 | 0.66 |
| Hex | 89 | CA | 8C | 20 | 0 | 1F | 15 | 7B | 26 | 42 |
| Octal | 211 | 312 | 214 | 40 | 0 | 37 | 25 | 173 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10001100 | 100000 | 0 | 11111 | 10101 | 1111011 | 100110 | 1000010 |
Color Harmonies of #89CA8C
Complementary color
Monochromatic Colors of #89CA8C
Black with #89CA8C
Text Example
Text Example
White with #89CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA8C; }
p { color: rgb(137,202,140); }
H1.HeaderClassName
{
color: #89CA8C;
}
.AnyTagClassName
{
color: #89CA8C;
}
</style>
background-color css
<style>
a { background-color: #89CA8C; }
a { background-color: rgb(137,202,140); }
div.DivClassName
{
background-color: #89CA8C;
}
.BgClassName
{
background-color: #89CA8C;
}
</style>
border-color css
<style>
span { border-color: #89CA8C; }
span { border-color: rgb(137,202,140); }
td.TdClassName
{
border-color: #89CA8C;
}
.TagClassName
{
border-color: #89CA8C;
}
</style>