Shades of Citrus #98BC17
Tints of Citrus #98BC17
RGB
CMYK
RGB Variations
Color information
#98BC17 (or 0x98BC17) is known color: Citrus. HEX triplet: 98, BC and 17. RGB value is (152,188,23). Sum of RGB (Red+Green+Blue) = 152+188+23=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC17 is #6743E8. Grayscale: #9F9F9F. Windows color (decimal): -6767593 or 1555608. OLE color: 1555608.
HSL color Cylindrical-coordinate representation of color #98BC17: hue angle of 73.09º degrees, saturation: 0.78, 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 #98BC17 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 23 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.26 |
| HSL | 73.09º | 0.78% | 0.41% | - |
| HSV(B) | 73.09º | 0.88% | 0.74% | - |
| XYZ | 31.09 | 42.7 | 7.41 | - |
| YUV | 158.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 23 | 0.19 | 0 | 0.88 | 0.26 | 73.09 | 0.78 | 0.41 |
| Hex | 98 | BC | 17 | 13 | 0 | 58 | 1A | 49 | 4E | 29 |
| Octal | 230 | 274 | 27 | 23 | 0 | 130 | 32 | 111 | 116 | 51 |
| Binary | 10011000 | 10111100 | 10111 | 10011 | 0 | 1011000 | 11010 | 1001001 | 1001110 | 101001 |
Color Harmonies of #98BC17
Complementary color
Monochromatic Colors of #98BC17
Black with #98BC17
Text Example
Text Example
White with #98BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC17; }
p { color: rgb(152,188,23); }
H1.HeaderClassName
{
color: #98BC17;
}
.AnyTagClassName
{
color: #98BC17;
}
</style>
background-color css
<style>
a { background-color: #98BC17; }
a { background-color: rgb(152,188,23); }
div.DivClassName
{
background-color: #98BC17;
}
.BgClassName
{
background-color: #98BC17;
}
</style>
border-color css
<style>
span { border-color: #98BC17; }
span { border-color: rgb(152,188,23); }
td.TdClassName
{
border-color: #98BC17;
}
.TagClassName
{
border-color: #98BC17;
}
</style>