Shades of De York #89CC84
Tints of De York #89CC84
RGB
CMYK
RGB Variations
Color information
#89CC84 (or 0x89CC84) is known color: De York. HEX triplet: 89, CC and 84. RGB value is (137,204,132). Sum of RGB (Red+Green+Blue) = 137+204+132=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC84 is #76337B. Grayscale: #AFAFAF. Windows color (decimal): -7746428 or 8703113. OLE color: 8703113.
HSL color Cylindrical-coordinate representation of color #89CC84: hue angle of 115.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89CC84 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 132 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.2 |
| HSL | 115.83º | 0.41% | 0.66% | - |
| HSV(B) | 115.83º | 0.35% | 0.8% | - |
| XYZ | 36.07 | 50.17 | 29.61 | - |
| YUV | 175.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 132 | 0.33 | 0 | 0.35 | 0.2 | 115.83 | 0.41 | 0.66 |
| Hex | 89 | CC | 84 | 21 | 0 | 23 | 14 | 74 | 29 | 42 |
| Octal | 211 | 314 | 204 | 41 | 0 | 43 | 24 | 164 | 51 | 102 |
| Binary | 10001001 | 11001100 | 10000100 | 100001 | 0 | 100011 | 10100 | 1110100 | 101001 | 1000010 |
Color Harmonies of #89CC84
Complementary color
Monochromatic Colors of #89CC84
Black with #89CC84
Text Example
Text Example
White with #89CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC84; }
p { color: rgb(137,204,132); }
H1.HeaderClassName
{
color: #89CC84;
}
.AnyTagClassName
{
color: #89CC84;
}
</style>
background-color css
<style>
a { background-color: #89CC84; }
a { background-color: rgb(137,204,132); }
div.DivClassName
{
background-color: #89CC84;
}
.BgClassName
{
background-color: #89CC84;
}
</style>
border-color css
<style>
span { border-color: #89CC84; }
span { border-color: rgb(137,204,132); }
td.TdClassName
{
border-color: #89CC84;
}
.TagClassName
{
border-color: #89CC84;
}
</style>