Shades of Citron #89A80E
Tints of Citron #89A80E
RGB
CMYK
RGB Variations
Color information
#89A80E (or 0x89A80E) is known color: Citron. HEX triplet: 89, A8 and 0E. RGB value is (137,168,14). Sum of RGB (Red+Green+Blue) = 137+168+14=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #89A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A80E is #7657F1. Grayscale: #8D8D8D. Windows color (decimal): -7755762 or 960649. OLE color: 960649.
HSL color Cylindrical-coordinate representation of color #89A80E: hue angle of 72.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89A80E is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 168 | 14 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.34 |
| HSL | 72.08º | 0.85% | 0.36% | - |
| HSV(B) | 72.08º | 0.92% | 0.66% | - |
| XYZ | 24.4 | 33.36 | 5.57 | - |
| YUV | 141.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 14 | 0.18 | 0 | 0.92 | 0.34 | 72.08 | 0.85 | 0.36 |
| Hex | 89 | A8 | E | 12 | 0 | 5C | 22 | 48 | 55 | 24 |
| Octal | 211 | 250 | 16 | 22 | 0 | 134 | 42 | 110 | 125 | 44 |
| Binary | 10001001 | 10101000 | 1110 | 10010 | 0 | 1011100 | 100010 | 1001000 | 1010101 | 100100 |
Color Harmonies of #89A80E
Complementary color
Monochromatic Colors of #89A80E
Black with #89A80E
Text Example
Text Example
White with #89A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A80E; }
p { color: rgb(137,168,14); }
H1.HeaderClassName
{
color: #89A80E;
}
.AnyTagClassName
{
color: #89A80E;
}
</style>
background-color css
<style>
a { background-color: #89A80E; }
a { background-color: rgb(137,168,14); }
div.DivClassName
{
background-color: #89A80E;
}
.BgClassName
{
background-color: #89A80E;
}
</style>
border-color css
<style>
span { border-color: #89A80E; }
span { border-color: rgb(137,168,14); }
td.TdClassName
{
border-color: #89A80E;
}
.TagClassName
{
border-color: #89A80E;
}
</style>