Shades of Citrus #98BA03
Tints of Citrus #98BA03
RGB
CMYK
RGB Variations
Color information
#98BA03 (or 0x98BA03) is known color: Citrus. HEX triplet: 98, BA and 03. RGB value is (152,186,3). Sum of RGB (Red+Green+Blue) = 152+186+3=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA03 is #6745FC. Grayscale: #9B9B9B. Windows color (decimal): -6768125 or 244376. OLE color: 244376.
HSL color Cylindrical-coordinate representation of color #98BA03: hue angle of 71.15º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98BA03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.27 |
| HSL | 71.15º | 0.97% | 0.37% | - |
| HSV(B) | 71.15º | 0.98% | 0.73% | - |
| XYZ | 30.52 | 41.8 | 6.55 | - |
| YUV | 154.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 3 | 0.18 | 0 | 0.98 | 0.27 | 71.15 | 0.97 | 0.37 |
| Hex | 98 | BA | 3 | 12 | 0 | 62 | 1B | 47 | 61 | 25 |
| Octal | 230 | 272 | 3 | 22 | 0 | 142 | 33 | 107 | 141 | 45 |
| Binary | 10011000 | 10111010 | 11 | 10010 | 0 | 1100010 | 11011 | 1000111 | 1100001 | 100101 |
Color Harmonies of #98BA03
Complementary color
Monochromatic Colors of #98BA03
Black with #98BA03
Text Example
Text Example
White with #98BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA03; }
p { color: rgb(152,186,3); }
H1.HeaderClassName
{
color: #98BA03;
}
.AnyTagClassName
{
color: #98BA03;
}
</style>
background-color css
<style>
a { background-color: #98BA03; }
a { background-color: rgb(152,186,3); }
div.DivClassName
{
background-color: #98BA03;
}
.BgClassName
{
background-color: #98BA03;
}
</style>
border-color css
<style>
span { border-color: #98BA03; }
span { border-color: rgb(152,186,3); }
td.TdClassName
{
border-color: #98BA03;
}
.TagClassName
{
border-color: #98BA03;
}
</style>