Shades of Citron #98A218
Tints of Citron #98A218
RGB
CMYK
RGB Variations
Color information
#98A218 (or 0x98A218) is known color: Citron. HEX triplet: 98, A2 and 18. RGB value is (152,162,24). Sum of RGB (Red+Green+Blue) = 152+162+24=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #98A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A218 is #675DE7. Grayscale: #8F8F8F. Windows color (decimal): -6774248 or 1614488. OLE color: 1614488.
HSL color Cylindrical-coordinate representation of color #98A218: hue angle of 64.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98A218 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 24 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.36 |
| HSL | 64.35º | 0.74% | 0.36% | - |
| HSV(B) | 64.35º | 0.85% | 0.64% | - |
| XYZ | 26.03 | 32.58 | 5.78 | - |
| YUV | 143.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 24 | 0.06 | 0 | 0.85 | 0.36 | 64.35 | 0.74 | 0.36 |
| Hex | 98 | A2 | 18 | 6 | 0 | 55 | 24 | 40 | 4A | 24 |
| Octal | 230 | 242 | 30 | 6 | 0 | 125 | 44 | 100 | 112 | 44 |
| Binary | 10011000 | 10100010 | 11000 | 110 | 0 | 1010101 | 100100 | 1000000 | 1001010 | 100100 |
Color Harmonies of #98A218
Complementary color
Monochromatic Colors of #98A218
Black with #98A218
Text Example
Text Example
White with #98A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A218; }
p { color: rgb(152,162,24); }
H1.HeaderClassName
{
color: #98A218;
}
.AnyTagClassName
{
color: #98A218;
}
</style>
background-color css
<style>
a { background-color: #98A218; }
a { background-color: rgb(152,162,24); }
div.DivClassName
{
background-color: #98A218;
}
.BgClassName
{
background-color: #98A218;
}
</style>
border-color css
<style>
span { border-color: #98A218; }
span { border-color: rgb(152,162,24); }
td.TdClassName
{
border-color: #98A218;
}
.TagClassName
{
border-color: #98A218;
}
</style>