Shades of Citrus #98BC10
Tints of Citrus #98BC10
RGB
CMYK
RGB Variations
Color information
#98BC10 (or 0x98BC10) is known color: Citrus. HEX triplet: 98, BC and 10. RGB value is (152,188,16). Sum of RGB (Red+Green+Blue) = 152+188+16=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC10 is #6743EF. Grayscale: #9E9E9E. Windows color (decimal): -6767600 or 1096856. OLE color: 1096856.
HSL color Cylindrical-coordinate representation of color #98BC10: hue angle of 72.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98BC10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 16 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.26 |
| HSL | 72.56º | 0.84% | 0.4% | - |
| HSV(B) | 72.56º | 0.91% | 0.74% | - |
| XYZ | 31.03 | 42.68 | 7.09 | - |
| YUV | 157.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 16 | 0.19 | 0 | 0.91 | 0.26 | 72.56 | 0.84 | 0.4 |
| Hex | 98 | BC | 10 | 13 | 0 | 5B | 1A | 49 | 54 | 28 |
| Octal | 230 | 274 | 20 | 23 | 0 | 133 | 32 | 111 | 124 | 50 |
| Binary | 10011000 | 10111100 | 10000 | 10011 | 0 | 1011011 | 11010 | 1001001 | 1010100 | 101000 |
Color Harmonies of #98BC10
Complementary color
Monochromatic Colors of #98BC10
Black with #98BC10
Text Example
Text Example
White with #98BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC10; }
p { color: rgb(152,188,16); }
H1.HeaderClassName
{
color: #98BC10;
}
.AnyTagClassName
{
color: #98BC10;
}
</style>
background-color css
<style>
a { background-color: #98BC10; }
a { background-color: rgb(152,188,16); }
div.DivClassName
{
background-color: #98BC10;
}
.BgClassName
{
background-color: #98BC10;
}
</style>
border-color css
<style>
span { border-color: #98BC10; }
span { border-color: rgb(152,188,16); }
td.TdClassName
{
border-color: #98BC10;
}
.TagClassName
{
border-color: #98BC10;
}
</style>