Shades of Citrus #98BC01
Tints of Citrus #98BC01
RGB
CMYK
RGB Variations
Color information
#98BC01 (or 0x98BC01) is known color: Citrus. HEX triplet: 98, BC and 01. RGB value is (152,188,1). Sum of RGB (Red+Green+Blue) = 152+188+1=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BC01 is #6743FE. Grayscale: #9C9C9C. Windows color (decimal): -6767615 or 113816. OLE color: 113816.
HSL color Cylindrical-coordinate representation of color #98BC01: hue angle of 71.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98BC01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.26 |
| HSL | 71.55º | 0.99% | 0.37% | - |
| HSV(B) | 71.55º | 0.99% | 0.74% | - |
| XYZ | 30.94 | 42.64 | 6.63 | - |
| YUV | 155.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 1 | 0.19 | 0 | 0.99 | 0.26 | 71.55 | 0.99 | 0.37 |
| Hex | 98 | BC | 1 | 13 | 0 | 63 | 1A | 48 | 63 | 25 |
| Octal | 230 | 274 | 1 | 23 | 0 | 143 | 32 | 110 | 143 | 45 |
| Binary | 10011000 | 10111100 | 1 | 10011 | 0 | 1100011 | 11010 | 1001000 | 1100011 | 100101 |
Color Harmonies of #98BC01
Complementary color
Monochromatic Colors of #98BC01
Black with #98BC01
Text Example
Text Example
White with #98BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC01; }
p { color: rgb(152,188,1); }
H1.HeaderClassName
{
color: #98BC01;
}
.AnyTagClassName
{
color: #98BC01;
}
</style>
background-color css
<style>
a { background-color: #98BC01; }
a { background-color: rgb(152,188,1); }
div.DivClassName
{
background-color: #98BC01;
}
.BgClassName
{
background-color: #98BC01;
}
</style>
border-color css
<style>
span { border-color: #98BC01; }
span { border-color: rgb(152,188,1); }
td.TdClassName
{
border-color: #98BC01;
}
.TagClassName
{
border-color: #98BC01;
}
</style>