Shades of De York #89CC8B
Tints of De York #89CC8B
RGB
CMYK
RGB Variations
Color information
#89CC8B (or 0x89CC8B) is known color: De York. HEX triplet: 89, CC and 8B. RGB value is (137,204,139). Sum of RGB (Red+Green+Blue) = 137+204+139=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC8B is #763374. Grayscale: #B0B0B0. Windows color (decimal): -7746421 or 9161865. OLE color: 9161865.
HSL color Cylindrical-coordinate representation of color #89CC8B: hue angle of 121.79º 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 #89CC8B is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 139 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.2 |
| HSL | 121.79º | 0.4% | 0.67% | - |
| HSV(B) | 121.79º | 0.33% | 0.8% | - |
| XYZ | 36.57 | 50.37 | 32.22 | - |
| YUV | 176.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 139 | 0.33 | 0 | 0.32 | 0.2 | 121.79 | 0.4 | 0.67 |
| Hex | 89 | CC | 8B | 21 | 0 | 20 | 14 | 7A | 28 | 43 |
| Octal | 211 | 314 | 213 | 41 | 0 | 40 | 24 | 172 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10001011 | 100001 | 0 | 100000 | 10100 | 1111010 | 101000 | 1000011 |
Color Harmonies of #89CC8B
Complementary color
Monochromatic Colors of #89CC8B
Black with #89CC8B
Text Example
Text Example
White with #89CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC8B; }
p { color: rgb(137,204,139); }
H1.HeaderClassName
{
color: #89CC8B;
}
.AnyTagClassName
{
color: #89CC8B;
}
</style>
background-color css
<style>
a { background-color: #89CC8B; }
a { background-color: rgb(137,204,139); }
div.DivClassName
{
background-color: #89CC8B;
}
.BgClassName
{
background-color: #89CC8B;
}
</style>
border-color css
<style>
span { border-color: #89CC8B; }
span { border-color: rgb(137,204,139); }
td.TdClassName
{
border-color: #89CC8B;
}
.TagClassName
{
border-color: #89CC8B;
}
</style>