Shades of Citrus #98BB14
Tints of Citrus #98BB14
RGB
CMYK
RGB Variations
Color information
#98BB14 (or 0x98BB14) is known color: Citrus. HEX triplet: 98, BB and 14. RGB value is (152,187,20). Sum of RGB (Red+Green+Blue) = 152+187+20=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BB14 is #6744EB. Grayscale: #9E9E9E. Windows color (decimal): -6767852 or 1358744. OLE color: 1358744.
HSL color Cylindrical-coordinate representation of color #98BB14: hue angle of 72.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98BB14 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 20 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.27 |
| HSL | 72.57º | 0.81% | 0.41% | - |
| HSV(B) | 72.57º | 0.89% | 0.73% | - |
| XYZ | 30.85 | 42.27 | 7.19 | - |
| YUV | 157.5 | 50.4 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 20 | 0.19 | 0 | 0.89 | 0.27 | 72.57 | 0.81 | 0.41 |
| Hex | 98 | BB | 14 | 13 | 0 | 59 | 1B | 49 | 51 | 29 |
| Octal | 230 | 273 | 24 | 23 | 0 | 131 | 33 | 111 | 121 | 51 |
| Binary | 10011000 | 10111011 | 10100 | 10011 | 0 | 1011001 | 11011 | 1001001 | 1010001 | 101001 |
Color Harmonies of #98BB14
Complementary color
Monochromatic Colors of #98BB14
Black with #98BB14
Text Example
Text Example
White with #98BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB14; }
p { color: rgb(152,187,20); }
H1.HeaderClassName
{
color: #98BB14;
}
.AnyTagClassName
{
color: #98BB14;
}
</style>
background-color css
<style>
a { background-color: #98BB14; }
a { background-color: rgb(152,187,20); }
div.DivClassName
{
background-color: #98BB14;
}
.BgClassName
{
background-color: #98BB14;
}
</style>
border-color css
<style>
span { border-color: #98BB14; }
span { border-color: rgb(152,187,20); }
td.TdClassName
{
border-color: #98BB14;
}
.TagClassName
{
border-color: #98BB14;
}
</style>