Shades of Citron #89A004
Tints of Citron #89A004
RGB
CMYK
RGB Variations
Color information
#89A004 (or 0x89A004) is known color: Citron. HEX triplet: 89, A0 and 04. RGB value is (137,160,4). Sum of RGB (Red+Green+Blue) = 137+160+4=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #89A004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A004 is #765FFB. Grayscale: #878787. Windows color (decimal): -7757820 or 303241. OLE color: 303241.
HSL color Cylindrical-coordinate representation of color #89A004: hue angle of 68.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89A004 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.37 |
| HSL | 68.85º | 0.95% | 0.32% | - |
| HSV(B) | 68.85º | 0.98% | 0.63% | - |
| XYZ | 22.91 | 30.47 | 4.79 | - |
| YUV | 135.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 4 | 0.14 | 0 | 0.98 | 0.37 | 68.85 | 0.95 | 0.32 |
| Hex | 89 | A0 | 4 | E | 0 | 62 | 25 | 45 | 5F | 20 |
| Octal | 211 | 240 | 4 | 16 | 0 | 142 | 45 | 105 | 137 | 40 |
| Binary | 10001001 | 10100000 | 100 | 1110 | 0 | 1100010 | 100101 | 1000101 | 1011111 | 100000 |
Color Harmonies of #89A004
Complementary color
Monochromatic Colors of #89A004
Black with #89A004
Text Example
Text Example
White with #89A004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A004; }
p { color: rgb(137,160,4); }
H1.HeaderClassName
{
color: #89A004;
}
.AnyTagClassName
{
color: #89A004;
}
</style>
background-color css
<style>
a { background-color: #89A004; }
a { background-color: rgb(137,160,4); }
div.DivClassName
{
background-color: #89A004;
}
.BgClassName
{
background-color: #89A004;
}
</style>
border-color css
<style>
span { border-color: #89A004; }
span { border-color: rgb(137,160,4); }
td.TdClassName
{
border-color: #89A004;
}
.TagClassName
{
border-color: #89A004;
}
</style>