Shades of Citron #98A010
Tints of Citron #98A010
RGB
CMYK
RGB Variations
Color information
#98A010 (or 0x98A010) is known color: Citron. HEX triplet: 98, A0 and 10. RGB value is (152,160,16). Sum of RGB (Red+Green+Blue) = 152+160+16=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #98A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A010 is #675FEF. Grayscale: #8D8D8D. Windows color (decimal): -6774768 or 1089688. OLE color: 1089688.
HSL color Cylindrical-coordinate representation of color #98A010: hue angle of 63.33º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98A010 is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 16 | - |
| CMYK | 0.05 | 0 | 0.9 | 0.37 |
| HSL | 63.33º | 0.82% | 0.35% | - |
| HSV(B) | 63.33º | 0.9% | 0.63% | - |
| XYZ | 25.61 | 31.85 | 5.29 | - |
| YUV | 141.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 16 | 0.05 | 0 | 0.9 | 0.37 | 63.33 | 0.82 | 0.35 |
| Hex | 98 | A0 | 10 | 5 | 0 | 5A | 25 | 3F | 52 | 23 |
| Octal | 230 | 240 | 20 | 5 | 0 | 132 | 45 | 77 | 122 | 43 |
| Binary | 10011000 | 10100000 | 10000 | 101 | 0 | 1011010 | 100101 | 111111 | 1010010 | 100011 |
Color Harmonies of #98A010
Complementary color
Monochromatic Colors of #98A010
Black with #98A010
Text Example
Text Example
White with #98A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A010; }
p { color: rgb(152,160,16); }
H1.HeaderClassName
{
color: #98A010;
}
.AnyTagClassName
{
color: #98A010;
}
</style>
background-color css
<style>
a { background-color: #98A010; }
a { background-color: rgb(152,160,16); }
div.DivClassName
{
background-color: #98A010;
}
.BgClassName
{
background-color: #98A010;
}
</style>
border-color css
<style>
span { border-color: #98A010; }
span { border-color: rgb(152,160,16); }
td.TdClassName
{
border-color: #98A010;
}
.TagClassName
{
border-color: #98A010;
}
</style>