Shades of Citrus #98BD16
Tints of Citrus #98BD16
RGB
CMYK
RGB Variations
Color information
#98BD16 (or 0x98BD16) is known color: Citrus. HEX triplet: 98, BD and 16. RGB value is (152,189,22). Sum of RGB (Red+Green+Blue) = 152+189+22=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BD16 is #6742E9. Grayscale: #9F9F9F. Windows color (decimal): -6767338 or 1490328. OLE color: 1490328.
HSL color Cylindrical-coordinate representation of color #98BD16: hue angle of 73.29º 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 #98BD16 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 22 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.26 |
| HSL | 73.29º | 0.79% | 0.41% | - |
| HSV(B) | 73.29º | 0.88% | 0.74% | - |
| XYZ | 31.29 | 43.13 | 7.43 | - |
| YUV | 158.9 | 50.74 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 22 | 0.20 | 0 | 0.88 | 0.26 | 73.29 | 0.79 | 0.41 |
| Hex | 98 | BD | 16 | 14 | 0 | 58 | 1A | 49 | 4F | 29 |
| Octal | 230 | 275 | 26 | 24 | 0 | 130 | 32 | 111 | 117 | 51 |
| Binary | 10011000 | 10111101 | 10110 | 10100 | 0 | 1011000 | 11010 | 1001001 | 1001111 | 101001 |
Color Harmonies of #98BD16
Complementary color
Monochromatic Colors of #98BD16
Black with #98BD16
Text Example
Text Example
White with #98BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD16; }
p { color: rgb(152,189,22); }
H1.HeaderClassName
{
color: #98BD16;
}
.AnyTagClassName
{
color: #98BD16;
}
</style>
background-color css
<style>
a { background-color: #98BD16; }
a { background-color: rgb(152,189,22); }
div.DivClassName
{
background-color: #98BD16;
}
.BgClassName
{
background-color: #98BD16;
}
</style>
border-color css
<style>
span { border-color: #98BD16; }
span { border-color: rgb(152,189,22); }
td.TdClassName
{
border-color: #98BD16;
}
.TagClassName
{
border-color: #98BD16;
}
</style>