Shades of De York #89CC88
Tints of De York #89CC88
RGB
CMYK
RGB Variations
Color information
#89CC88 (or 0x89CC88) is known color: De York. HEX triplet: 89, CC and 88. RGB value is (137,204,136). Sum of RGB (Red+Green+Blue) = 137+204+136=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC88 is #763377. Grayscale: #B0B0B0. Windows color (decimal): -7746424 or 8965257. OLE color: 8965257.
HSL color Cylindrical-coordinate representation of color #89CC88: hue angle of 119.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CC88 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 136 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.2 |
| HSL | 119.12º | 0.4% | 0.67% | - |
| HSV(B) | 119.12º | 0.33% | 0.8% | - |
| XYZ | 36.35 | 50.28 | 31.08 | - |
| YUV | 176.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 136 | 0.33 | 0 | 0.33 | 0.2 | 119.12 | 0.4 | 0.67 |
| Hex | 89 | CC | 88 | 21 | 0 | 21 | 14 | 77 | 28 | 43 |
| Octal | 211 | 314 | 210 | 41 | 0 | 41 | 24 | 167 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10001000 | 100001 | 0 | 100001 | 10100 | 1110111 | 101000 | 1000011 |
Color Harmonies of #89CC88
Complementary color
Monochromatic Colors of #89CC88
Black with #89CC88
Text Example
Text Example
White with #89CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC88; }
p { color: rgb(137,204,136); }
H1.HeaderClassName
{
color: #89CC88;
}
.AnyTagClassName
{
color: #89CC88;
}
</style>
background-color css
<style>
a { background-color: #89CC88; }
a { background-color: rgb(137,204,136); }
div.DivClassName
{
background-color: #89CC88;
}
.BgClassName
{
background-color: #89CC88;
}
</style>
border-color css
<style>
span { border-color: #89CC88; }
span { border-color: rgb(137,204,136); }
td.TdClassName
{
border-color: #89CC88;
}
.TagClassName
{
border-color: #89CC88;
}
</style>