Shades of De York #89CA97
Tints of De York #89CA97
RGB
CMYK
RGB Variations
Color information
#89CA97 (or 0x89CA97) is known color: De York. HEX triplet: 89, CA and 97. RGB value is (137,202,151). Sum of RGB (Red+Green+Blue) = 137+202+151=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #89CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CA97 is #763568. Grayscale: #B0B0B0. Windows color (decimal): -7746921 or 9947785. OLE color: 9947785.
HSL color Cylindrical-coordinate representation of color #89CA97: hue angle of 132.92º 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 #89CA97 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 202 | 151 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.21 |
| HSL | 132.92º | 0.38% | 0.66% | - |
| HSV(B) | 132.92º | 0.32% | 0.79% | - |
| XYZ | 37.02 | 49.79 | 36.94 | - |
| YUV | 176.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 202 | 151 | 0.32 | 0 | 0.25 | 0.21 | 132.92 | 0.38 | 0.66 |
| Hex | 89 | CA | 97 | 20 | 0 | 19 | 15 | 85 | 26 | 42 |
| Octal | 211 | 312 | 227 | 40 | 0 | 31 | 25 | 205 | 46 | 102 |
| Binary | 10001001 | 11001010 | 10010111 | 100000 | 0 | 11001 | 10101 | 10000101 | 100110 | 1000010 |
Color Harmonies of #89CA97
Complementary color
Monochromatic Colors of #89CA97
Black with #89CA97
Text Example
Text Example
White with #89CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CA97; }
p { color: rgb(137,202,151); }
H1.HeaderClassName
{
color: #89CA97;
}
.AnyTagClassName
{
color: #89CA97;
}
</style>
background-color css
<style>
a { background-color: #89CA97; }
a { background-color: rgb(137,202,151); }
div.DivClassName
{
background-color: #89CA97;
}
.BgClassName
{
background-color: #89CA97;
}
</style>
border-color css
<style>
span { border-color: #89CA97; }
span { border-color: rgb(137,202,151); }
td.TdClassName
{
border-color: #89CA97;
}
.TagClassName
{
border-color: #89CA97;
}
</style>