Shades of Citrus #98BC16
Tints of Citrus #98BC16
RGB
CMYK
RGB Variations
Color information
#98BC16 (or 0x98BC16) is known color: Citrus. HEX triplet: 98, BC and 16. RGB value is (152,188,22). Sum of RGB (Red+Green+Blue) = 152+188+22=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC16 is #6743E9. Grayscale: #9E9E9E. Windows color (decimal): -6767594 or 1490072. OLE color: 1490072.
HSL color Cylindrical-coordinate representation of color #98BC16: hue angle of 73.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98BC16 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 22 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.26 |
| HSL | 73.01º | 0.79% | 0.41% | - |
| HSV(B) | 73.01º | 0.88% | 0.74% | - |
| XYZ | 31.08 | 42.7 | 7.36 | - |
| YUV | 158.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 22 | 0.19 | 0 | 0.88 | 0.26 | 73.01 | 0.79 | 0.41 |
| Hex | 98 | BC | 16 | 13 | 0 | 58 | 1A | 49 | 4F | 29 |
| Octal | 230 | 274 | 26 | 23 | 0 | 130 | 32 | 111 | 117 | 51 |
| Binary | 10011000 | 10111100 | 10110 | 10011 | 0 | 1011000 | 11010 | 1001001 | 1001111 | 101001 |
Color Harmonies of #98BC16
Complementary color
Monochromatic Colors of #98BC16
Black with #98BC16
Text Example
Text Example
White with #98BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC16; }
p { color: rgb(152,188,22); }
H1.HeaderClassName
{
color: #98BC16;
}
.AnyTagClassName
{
color: #98BC16;
}
</style>
background-color css
<style>
a { background-color: #98BC16; }
a { background-color: rgb(152,188,22); }
div.DivClassName
{
background-color: #98BC16;
}
.BgClassName
{
background-color: #98BC16;
}
</style>
border-color css
<style>
span { border-color: #98BC16; }
span { border-color: rgb(152,188,22); }
td.TdClassName
{
border-color: #98BC16;
}
.TagClassName
{
border-color: #98BC16;
}
</style>