Shades of De York #89CC92
Tints of De York #89CC92
RGB
CMYK
RGB Variations
Color information
#89CC92 (or 0x89CC92) is known color: De York. HEX triplet: 89, CC and 92. RGB value is (137,204,146). Sum of RGB (Red+Green+Blue) = 137+204+146=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC92 is #76336D. Grayscale: #B1B1B1. Windows color (decimal): -7746414 or 9620617. OLE color: 9620617.
HSL color Cylindrical-coordinate representation of color #89CC92: hue angle of 128.06º 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 #89CC92 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 146 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.2 |
| HSL | 128.06º | 0.4% | 0.67% | - |
| HSV(B) | 128.06º | 0.33% | 0.8% | - |
| XYZ | 37.1 | 50.58 | 35 | - |
| YUV | 177.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 146 | 0.33 | 0 | 0.28 | 0.2 | 128.06 | 0.4 | 0.67 |
| Hex | 89 | CC | 92 | 21 | 0 | 1C | 14 | 80 | 28 | 43 |
| Octal | 211 | 314 | 222 | 41 | 0 | 34 | 24 | 200 | 50 | 103 |
| Binary | 10001001 | 11001100 | 10010010 | 100001 | 0 | 11100 | 10100 | 10000000 | 101000 | 1000011 |
Color Harmonies of #89CC92
Complementary color
Monochromatic Colors of #89CC92
Black with #89CC92
Text Example
Text Example
White with #89CC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CC92; }
p { color: rgb(137,204,146); }
H1.HeaderClassName
{
color: #89CC92;
}
.AnyTagClassName
{
color: #89CC92;
}
</style>
background-color css
<style>
a { background-color: #89CC92; }
a { background-color: rgb(137,204,146); }
div.DivClassName
{
background-color: #89CC92;
}
.BgClassName
{
background-color: #89CC92;
}
</style>
border-color css
<style>
span { border-color: #89CC92; }
span { border-color: rgb(137,204,146); }
td.TdClassName
{
border-color: #89CC92;
}
.TagClassName
{
border-color: #89CC92;
}
</style>