Shades of Citrus #98BC00
Tints of Citrus #98BC00
RGB
CMYK
RGB Variations
Color information
#98BC00 (or 0x98BC00) is known color: Citrus. HEX triplet: 98, BC and 00. RGB value is (152,188,0). Sum of RGB (Red+Green+Blue) = 152+188+0=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC00 is #6743FF. Grayscale: #9C9C9C. Windows color (decimal): -6767616 or 48280. OLE color: 48280.
HSL color Cylindrical-coordinate representation of color #98BC00: hue angle of 71.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98BC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.26 |
| HSL | 71.49º | 1% | 0.37% | - |
| HSV(B) | 71.49º | 1% | 0.74% | - |
| XYZ | 30.93 | 42.64 | 6.6 | - |
| YUV | 155.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 0 | 0.19 | 0 | 1 | 0.26 | 71.49 | 1 | 0.37 |
| Hex | 98 | BC | 0 | 13 | 0 | 64 | 1A | 47 | 64 | 25 |
| Octal | 230 | 274 | 0 | 23 | 0 | 144 | 32 | 107 | 144 | 45 |
| Binary | 10011000 | 10111100 | 0 | 10011 | 0 | 1100100 | 11010 | 1000111 | 1100100 | 100101 |
Color Harmonies of #98BC00
Complementary color
Monochromatic Colors of #98BC00
Black with #98BC00
Text Example
Text Example
White with #98BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC00; }
p { color: rgb(152,188,0); }
H1.HeaderClassName
{
color: #98BC00;
}
.AnyTagClassName
{
color: #98BC00;
}
</style>
background-color css
<style>
a { background-color: #98BC00; }
a { background-color: rgb(152,188,0); }
div.DivClassName
{
background-color: #98BC00;
}
.BgClassName
{
background-color: #98BC00;
}
</style>
border-color css
<style>
span { border-color: #98BC00; }
span { border-color: rgb(152,188,0); }
td.TdClassName
{
border-color: #98BC00;
}
.TagClassName
{
border-color: #98BC00;
}
</style>