Shades of Citrus #89C210
Tints of Citrus #89C210
RGB
CMYK
RGB Variations
Color information
#89C210 (or 0x89C210) is known color: Citrus. HEX triplet: 89, C2 and 10. RGB value is (137,194,16). Sum of RGB (Red+Green+Blue) = 137+194+16=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 194 (76.17% from 255 or 55.91% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 194 - color contains mainly: green. Hex color #89C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C210 is #763DEF. Grayscale: #9D9D9D. Windows color (decimal): -7749104 or 1098377. OLE color: 1098377.
HSL color Cylindrical-coordinate representation of color #89C210: hue angle of 79.21º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89C210 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 194 | 16 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.24 |
| HSL | 79.21º | 0.85% | 0.41% | - |
| HSV(B) | 79.21º | 0.92% | 0.76% | - |
| XYZ | 29.7 | 43.94 | 7.41 | - |
| YUV | 156.67 | 48.62 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 194 | 16 | 0.29 | 0 | 0.92 | 0.24 | 79.21 | 0.85 | 0.41 |
| Hex | 89 | C2 | 10 | 1D | 0 | 5C | 18 | 4F | 55 | 29 |
| Octal | 211 | 302 | 20 | 35 | 0 | 134 | 30 | 117 | 125 | 51 |
| Binary | 10001001 | 11000010 | 10000 | 11101 | 0 | 1011100 | 11000 | 1001111 | 1010101 | 101001 |
Color Harmonies of #89C210
Complementary color
Monochromatic Colors of #89C210
Black with #89C210
Text Example
Text Example
White with #89C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C210; }
p { color: rgb(137,194,16); }
H1.HeaderClassName
{
color: #89C210;
}
.AnyTagClassName
{
color: #89C210;
}
</style>
background-color css
<style>
a { background-color: #89C210; }
a { background-color: rgb(137,194,16); }
div.DivClassName
{
background-color: #89C210;
}
.BgClassName
{
background-color: #89C210;
}
</style>
border-color css
<style>
span { border-color: #89C210; }
span { border-color: rgb(137,194,16); }
td.TdClassName
{
border-color: #89C210;
}
.TagClassName
{
border-color: #89C210;
}
</style>