Shades of Citrus #98BA14
Tints of Citrus #98BA14
RGB
CMYK
RGB Variations
Color information
#98BA14 (or 0x98BA14) is known color: Citrus. HEX triplet: 98, BA and 14. RGB value is (152,186,20). Sum of RGB (Red+Green+Blue) = 152+186+20=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA14 is #6745EB. Grayscale: #9D9D9D. Windows color (decimal): -6768108 or 1358488. OLE color: 1358488.
HSL color Cylindrical-coordinate representation of color #98BA14: hue angle of 72.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98BA14 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 20 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.27 |
| HSL | 72.29º | 0.81% | 0.4% | - |
| HSV(B) | 72.29º | 0.89% | 0.73% | - |
| XYZ | 30.63 | 41.84 | 7.12 | - |
| YUV | 156.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 20 | 0.18 | 0 | 0.89 | 0.27 | 72.29 | 0.81 | 0.4 |
| Hex | 98 | BA | 14 | 12 | 0 | 59 | 1B | 48 | 51 | 28 |
| Octal | 230 | 272 | 24 | 22 | 0 | 131 | 33 | 110 | 121 | 50 |
| Binary | 10011000 | 10111010 | 10100 | 10010 | 0 | 1011001 | 11011 | 1001000 | 1010001 | 101000 |
Color Harmonies of #98BA14
Complementary color
Monochromatic Colors of #98BA14
Black with #98BA14
Text Example
Text Example
White with #98BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA14; }
p { color: rgb(152,186,20); }
H1.HeaderClassName
{
color: #98BA14;
}
.AnyTagClassName
{
color: #98BA14;
}
</style>
background-color css
<style>
a { background-color: #98BA14; }
a { background-color: rgb(152,186,20); }
div.DivClassName
{
background-color: #98BA14;
}
.BgClassName
{
background-color: #98BA14;
}
</style>
border-color css
<style>
span { border-color: #98BA14; }
span { border-color: rgb(152,186,20); }
td.TdClassName
{
border-color: #98BA14;
}
.TagClassName
{
border-color: #98BA14;
}
</style>