Shades of Citrus #98BA13
Tints of Citrus #98BA13
RGB
CMYK
RGB Variations
Color information
#98BA13 (or 0x98BA13) is known color: Citrus. HEX triplet: 98, BA and 13. RGB value is (152,186,19). Sum of RGB (Red+Green+Blue) = 152+186+19=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA13 is #6745EC. Grayscale: #9D9D9D. Windows color (decimal): -6768109 or 1292952. OLE color: 1292952.
HSL color Cylindrical-coordinate representation of color #98BA13: hue angle of 72.22º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98BA13 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 19 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.27 |
| HSL | 72.22º | 0.81% | 0.4% | - |
| HSV(B) | 72.22º | 0.9% | 0.73% | - |
| XYZ | 30.63 | 41.84 | 7.08 | - |
| YUV | 156.8 | 50.24 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 19 | 0.18 | 0 | 0.90 | 0.27 | 72.22 | 0.81 | 0.4 |
| Hex | 98 | BA | 13 | 12 | 0 | 5A | 1B | 48 | 51 | 28 |
| Octal | 230 | 272 | 23 | 22 | 0 | 132 | 33 | 110 | 121 | 50 |
| Binary | 10011000 | 10111010 | 10011 | 10010 | 0 | 1011010 | 11011 | 1001000 | 1010001 | 101000 |
Color Harmonies of #98BA13
Complementary color
Monochromatic Colors of #98BA13
Black with #98BA13
Text Example
Text Example
White with #98BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA13; }
p { color: rgb(152,186,19); }
H1.HeaderClassName
{
color: #98BA13;
}
.AnyTagClassName
{
color: #98BA13;
}
</style>
background-color css
<style>
a { background-color: #98BA13; }
a { background-color: rgb(152,186,19); }
div.DivClassName
{
background-color: #98BA13;
}
.BgClassName
{
background-color: #98BA13;
}
</style>
border-color css
<style>
span { border-color: #98BA13; }
span { border-color: rgb(152,186,19); }
td.TdClassName
{
border-color: #98BA13;
}
.TagClassName
{
border-color: #98BA13;
}
</style>