Shades of Citron #89A002
Tints of Citron #89A002
RGB
CMYK
RGB Variations
Color information
#89A002 (or 0x89A002) is known color: Citron. HEX triplet: 89, A0 and 02. RGB value is (137,160,2). Sum of RGB (Red+Green+Blue) = 137+160+2=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #89A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A002 is #765FFD. Grayscale: #878787. Windows color (decimal): -7757822 or 172169. OLE color: 172169.
HSL color Cylindrical-coordinate representation of color #89A002: hue angle of 68.73º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89A002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.37 |
| HSL | 68.73º | 0.98% | 0.32% | - |
| HSV(B) | 68.73º | 0.99% | 0.63% | - |
| XYZ | 22.9 | 30.46 | 4.73 | - |
| YUV | 135.11 | 52.88 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 2 | 0.14 | 0 | 0.99 | 0.37 | 68.73 | 0.98 | 0.32 |
| Hex | 89 | A0 | 2 | E | 0 | 63 | 25 | 45 | 62 | 20 |
| Octal | 211 | 240 | 2 | 16 | 0 | 143 | 45 | 105 | 142 | 40 |
| Binary | 10001001 | 10100000 | 10 | 1110 | 0 | 1100011 | 100101 | 1000101 | 1100010 | 100000 |
Color Harmonies of #89A002
Complementary color
Monochromatic Colors of #89A002
Black with #89A002
Text Example
Text Example
White with #89A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A002; }
p { color: rgb(137,160,2); }
H1.HeaderClassName
{
color: #89A002;
}
.AnyTagClassName
{
color: #89A002;
}
</style>
background-color css
<style>
a { background-color: #89A002; }
a { background-color: rgb(137,160,2); }
div.DivClassName
{
background-color: #89A002;
}
.BgClassName
{
background-color: #89A002;
}
</style>
border-color css
<style>
span { border-color: #89A002; }
span { border-color: rgb(137,160,2); }
td.TdClassName
{
border-color: #89A002;
}
.TagClassName
{
border-color: #89A002;
}
</style>