Shades of De York #89C27A
Tints of De York #89C27A
RGB
CMYK
RGB Variations
Color information
#89C27A (or 0x89C27A) is known color: De York. HEX triplet: 89, C2 and 7A. RGB value is (137,194,122). Sum of RGB (Red+Green+Blue) = 137+194+122=453 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.24% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #89C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89C27A is #763D85. Grayscale: #A8A8A8. Windows color (decimal): -7748998 or 8045193. OLE color: 8045193.
HSL color Cylindrical-coordinate representation of color #89C27A: hue angle of 107.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89C27A is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 122 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.24 |
| HSL | 107.5º | 0.37% | 0.62% | - |
| HSV(B) | 107.5º | 0.37% | 0.76% | - |
| XYZ | 33.12 | 45.31 | 25.41 | - |
| YUV | 168.75 | 101.62 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 122 | 0.29 | 0 | 0.37 | 0.24 | 107.5 | 0.37 | 0.62 |
| Hex | 89 | C2 | 7A | 1D | 0 | 25 | 18 | 6C | 25 | 3E |
| Octal | 211 | 302 | 172 | 35 | 0 | 45 | 30 | 154 | 45 | 76 |
| Binary | 10001001 | 11000010 | 1111010 | 11101 | 0 | 100101 | 11000 | 1101100 | 100101 | 111110 |
Color Harmonies of #89C27A
Complementary color
Monochromatic Colors of #89C27A
Black with #89C27A
Text Example
Text Example
White with #89C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C27A; }
p { color: rgb(137,194,122); }
H1.HeaderClassName
{
color: #89C27A;
}
.AnyTagClassName
{
color: #89C27A;
}
</style>
background-color css
<style>
a { background-color: #89C27A; }
a { background-color: rgb(137,194,122); }
div.DivClassName
{
background-color: #89C27A;
}
.BgClassName
{
background-color: #89C27A;
}
</style>
border-color css
<style>
span { border-color: #89C27A; }
span { border-color: rgb(137,194,122); }
td.TdClassName
{
border-color: #89C27A;
}
.TagClassName
{
border-color: #89C27A;
}
</style>