Shades of Citron #98A210
Tints of Citron #98A210
RGB
CMYK
RGB Variations
Color information
#98A210 (or 0x98A210) is known color: Citron. HEX triplet: 98, A2 and 10. RGB value is (152,162,16). Sum of RGB (Red+Green+Blue) = 152+162+16=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #98A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A210 is #675DEF. Grayscale: #8E8E8E. Windows color (decimal): -6774256 or 1090200. OLE color: 1090200.
HSL color Cylindrical-coordinate representation of color #98A210: hue angle of 64.11º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98A210 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 16 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.36 |
| HSL | 64.11º | 0.82% | 0.35% | - |
| HSV(B) | 64.11º | 0.9% | 0.64% | - |
| XYZ | 25.96 | 32.55 | 5.41 | - |
| YUV | 142.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 16 | 0.06 | 0 | 0.90 | 0.36 | 64.11 | 0.82 | 0.35 |
| Hex | 98 | A2 | 10 | 6 | 0 | 5A | 24 | 40 | 52 | 23 |
| Octal | 230 | 242 | 20 | 6 | 0 | 132 | 44 | 100 | 122 | 43 |
| Binary | 10011000 | 10100010 | 10000 | 110 | 0 | 1011010 | 100100 | 1000000 | 1010010 | 100011 |
Color Harmonies of #98A210
Complementary color
Monochromatic Colors of #98A210
Black with #98A210
Text Example
Text Example
White with #98A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A210; }
p { color: rgb(152,162,16); }
H1.HeaderClassName
{
color: #98A210;
}
.AnyTagClassName
{
color: #98A210;
}
</style>
background-color css
<style>
a { background-color: #98A210; }
a { background-color: rgb(152,162,16); }
div.DivClassName
{
background-color: #98A210;
}
.BgClassName
{
background-color: #98A210;
}
</style>
border-color css
<style>
span { border-color: #98A210; }
span { border-color: rgb(152,162,16); }
td.TdClassName
{
border-color: #98A210;
}
.TagClassName
{
border-color: #98A210;
}
</style>