Shades of Citron #89A009
Tints of Citron #89A009
RGB
CMYK
RGB Variations
Color information
#89A009 (or 0x89A009) is known color: Citron. HEX triplet: 89, A0 and 09. RGB value is (137,160,9). Sum of RGB (Red+Green+Blue) = 137+160+9=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #89A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A009 is #765FF6. Grayscale: #888888. Windows color (decimal): -7757815 or 630921. OLE color: 630921.
HSL color Cylindrical-coordinate representation of color #89A009: hue angle of 69.14º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89A009 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.37 |
| HSL | 69.14º | 0.89% | 0.33% | - |
| HSV(B) | 69.14º | 0.94% | 0.63% | - |
| XYZ | 22.94 | 30.48 | 4.93 | - |
| YUV | 135.91 | 56.38 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 9 | 0.14 | 0 | 0.94 | 0.37 | 69.14 | 0.89 | 0.33 |
| Hex | 89 | A0 | 9 | E | 0 | 5E | 25 | 45 | 59 | 21 |
| Octal | 211 | 240 | 11 | 16 | 0 | 136 | 45 | 105 | 131 | 41 |
| Binary | 10001001 | 10100000 | 1001 | 1110 | 0 | 1011110 | 100101 | 1000101 | 1011001 | 100001 |
Color Harmonies of #89A009
Complementary color
Monochromatic Colors of #89A009
Black with #89A009
Text Example
Text Example
White with #89A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A009; }
p { color: rgb(137,160,9); }
H1.HeaderClassName
{
color: #89A009;
}
.AnyTagClassName
{
color: #89A009;
}
</style>
background-color css
<style>
a { background-color: #89A009; }
a { background-color: rgb(137,160,9); }
div.DivClassName
{
background-color: #89A009;
}
.BgClassName
{
background-color: #89A009;
}
</style>
border-color css
<style>
span { border-color: #89A009; }
span { border-color: rgb(137,160,9); }
td.TdClassName
{
border-color: #89A009;
}
.TagClassName
{
border-color: #89A009;
}
</style>