Shades of Citron #98A20E
Tints of Citron #98A20E
RGB
CMYK
RGB Variations
Color information
#98A20E (or 0x98A20E) is known color: Citron. HEX triplet: 98, A2 and 0E. RGB value is (152,162,14). Sum of RGB (Red+Green+Blue) = 152+162+14=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #98A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A20E is #675DF1. Grayscale: #8E8E8E. Windows color (decimal): -6774258 or 959128. OLE color: 959128.
HSL color Cylindrical-coordinate representation of color #98A20E: hue angle of 64.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98A20E is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 14 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.36 |
| HSL | 64.05º | 0.84% | 0.35% | - |
| HSV(B) | 64.05º | 0.91% | 0.64% | - |
| XYZ | 25.95 | 32.55 | 5.33 | - |
| YUV | 142.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 14 | 0.06 | 0 | 0.91 | 0.36 | 64.05 | 0.84 | 0.35 |
| Hex | 98 | A2 | E | 6 | 0 | 5B | 24 | 40 | 54 | 23 |
| Octal | 230 | 242 | 16 | 6 | 0 | 133 | 44 | 100 | 124 | 43 |
| Binary | 10011000 | 10100010 | 1110 | 110 | 0 | 1011011 | 100100 | 1000000 | 1010100 | 100011 |
Color Harmonies of #98A20E
Complementary color
Monochromatic Colors of #98A20E
Black with #98A20E
Text Example
Text Example
White with #98A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A20E; }
p { color: rgb(152,162,14); }
H1.HeaderClassName
{
color: #98A20E;
}
.AnyTagClassName
{
color: #98A20E;
}
</style>
background-color css
<style>
a { background-color: #98A20E; }
a { background-color: rgb(152,162,14); }
div.DivClassName
{
background-color: #98A20E;
}
.BgClassName
{
background-color: #98A20E;
}
</style>
border-color css
<style>
span { border-color: #98A20E; }
span { border-color: rgb(152,162,14); }
td.TdClassName
{
border-color: #98A20E;
}
.TagClassName
{
border-color: #98A20E;
}
</style>