Shades of De York #89C48A
Tints of De York #89C48A
RGB
CMYK
RGB Variations
Color information
#89C48A (or 0x89C48A) is known color: De York. HEX triplet: 89, C4 and 8A. RGB value is (137,196,138). Sum of RGB (Red+Green+Blue) = 137+196+138=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #89C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C48A is #763B75. Grayscale: #ABABAB. Windows color (decimal): -7748470 or 9094281. OLE color: 9094281.
HSL color Cylindrical-coordinate representation of color #89C48A: hue angle of 121.02º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89C48A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 196 | 138 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.23 |
| HSL | 121.02º | 0.33% | 0.65% | - |
| HSV(B) | 121.02º | 0.3% | 0.77% | - |
| XYZ | 34.64 | 46.63 | 31.22 | - |
| YUV | 171.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 196 | 138 | 0.30 | 0 | 0.30 | 0.23 | 121.02 | 0.33 | 0.65 |
| Hex | 89 | C4 | 8A | 1E | 0 | 1E | 17 | 79 | 21 | 41 |
| Octal | 211 | 304 | 212 | 36 | 0 | 36 | 27 | 171 | 41 | 101 |
| Binary | 10001001 | 11000100 | 10001010 | 11110 | 0 | 11110 | 10111 | 1111001 | 100001 | 1000001 |
Color Harmonies of #89C48A
Complementary color
Monochromatic Colors of #89C48A
Black with #89C48A
Text Example
Text Example
White with #89C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C48A; }
p { color: rgb(137,196,138); }
H1.HeaderClassName
{
color: #89C48A;
}
.AnyTagClassName
{
color: #89C48A;
}
</style>
background-color css
<style>
a { background-color: #89C48A; }
a { background-color: rgb(137,196,138); }
div.DivClassName
{
background-color: #89C48A;
}
.BgClassName
{
background-color: #89C48A;
}
</style>
border-color css
<style>
span { border-color: #89C48A; }
span { border-color: rgb(137,196,138); }
td.TdClassName
{
border-color: #89C48A;
}
.TagClassName
{
border-color: #89C48A;
}
</style>