Shades of Citron #98A21E
Tints of Citron #98A21E
RGB
CMYK
RGB Variations
Color information
#98A21E (or 0x98A21E) is known color: Citron. HEX triplet: 98, A2 and 1E. RGB value is (152,162,30). Sum of RGB (Red+Green+Blue) = 152+162+30=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #98A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A21E is #675DE1. Grayscale: #909090. Windows color (decimal): -6774242 or 2007704. OLE color: 2007704.
HSL color Cylindrical-coordinate representation of color #98A21E: hue angle of 64.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98A21E is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 30 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.36 |
| HSL | 64.55º | 0.69% | 0.38% | - |
| HSV(B) | 64.55º | 0.81% | 0.64% | - |
| XYZ | 26.1 | 32.61 | 6.15 | - |
| YUV | 143.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 30 | 0.06 | 0 | 0.81 | 0.36 | 64.55 | 0.69 | 0.38 |
| Hex | 98 | A2 | 1E | 6 | 0 | 51 | 24 | 41 | 45 | 26 |
| Octal | 230 | 242 | 36 | 6 | 0 | 121 | 44 | 101 | 105 | 46 |
| Binary | 10011000 | 10100010 | 11110 | 110 | 0 | 1010001 | 100100 | 1000001 | 1000101 | 100110 |
Color Harmonies of #98A21E
Complementary color
Monochromatic Colors of #98A21E
Black with #98A21E
Text Example
Text Example
White with #98A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A21E; }
p { color: rgb(152,162,30); }
H1.HeaderClassName
{
color: #98A21E;
}
.AnyTagClassName
{
color: #98A21E;
}
</style>
background-color css
<style>
a { background-color: #98A21E; }
a { background-color: rgb(152,162,30); }
div.DivClassName
{
background-color: #98A21E;
}
.BgClassName
{
background-color: #98A21E;
}
</style>
border-color css
<style>
span { border-color: #98A21E; }
span { border-color: rgb(152,162,30); }
td.TdClassName
{
border-color: #98A21E;
}
.TagClassName
{
border-color: #98A21E;
}
</style>