Shades of Citron #98A019
Tints of Citron #98A019
RGB
CMYK
RGB Variations
Color information
#98A019 (or 0x98A019) is known color: Citron. HEX triplet: 98, A0 and 19. RGB value is (152,160,25). Sum of RGB (Red+Green+Blue) = 152+160+25=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #98A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A019 is #675FE6. Grayscale: #8E8E8E. Windows color (decimal): -6774759 or 1679512. OLE color: 1679512.
HSL color Cylindrical-coordinate representation of color #98A019: hue angle of 63.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98A019 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 25 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.37 |
| HSL | 63.56º | 0.73% | 0.36% | - |
| HSV(B) | 63.56º | 0.84% | 0.63% | - |
| XYZ | 25.7 | 31.89 | 5.72 | - |
| YUV | 142.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 25 | 0.05 | 0 | 0.84 | 0.37 | 63.56 | 0.73 | 0.36 |
| Hex | 98 | A0 | 19 | 5 | 0 | 54 | 25 | 40 | 49 | 24 |
| Octal | 230 | 240 | 31 | 5 | 0 | 124 | 45 | 100 | 111 | 44 |
| Binary | 10011000 | 10100000 | 11001 | 101 | 0 | 1010100 | 100101 | 1000000 | 1001001 | 100100 |
Color Harmonies of #98A019
Complementary color
Monochromatic Colors of #98A019
Black with #98A019
Text Example
Text Example
White with #98A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A019; }
p { color: rgb(152,160,25); }
H1.HeaderClassName
{
color: #98A019;
}
.AnyTagClassName
{
color: #98A019;
}
</style>
background-color css
<style>
a { background-color: #98A019; }
a { background-color: rgb(152,160,25); }
div.DivClassName
{
background-color: #98A019;
}
.BgClassName
{
background-color: #98A019;
}
</style>
border-color css
<style>
span { border-color: #98A019; }
span { border-color: rgb(152,160,25); }
td.TdClassName
{
border-color: #98A019;
}
.TagClassName
{
border-color: #98A019;
}
</style>