Shades of Citrus #98BD0F
Tints of Citrus #98BD0F
RGB
CMYK
RGB Variations
Color information
#98BD0F (or 0x98BD0F) is known color: Citrus. HEX triplet: 98, BD and 0F. RGB value is (152,189,15). Sum of RGB (Red+Green+Blue) = 152+189+15=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #98BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BD0F is #6742F0. Grayscale: #9E9E9E. Windows color (decimal): -6767345 or 1031576. OLE color: 1031576.
HSL color Cylindrical-coordinate representation of color #98BD0F: hue angle of 72.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98BD0F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 189 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.26 |
| HSL | 72.76º | 0.85% | 0.4% | - |
| HSV(B) | 72.76º | 0.92% | 0.74% | - |
| XYZ | 31.23 | 43.11 | 7.13 | - |
| YUV | 158.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 15 | 0.20 | 0 | 0.92 | 0.26 | 72.76 | 0.85 | 0.4 |
| Hex | 98 | BD | F | 14 | 0 | 5C | 1A | 49 | 55 | 28 |
| Octal | 230 | 275 | 17 | 24 | 0 | 134 | 32 | 111 | 125 | 50 |
| Binary | 10011000 | 10111101 | 1111 | 10100 | 0 | 1011100 | 11010 | 1001001 | 1010101 | 101000 |
Color Harmonies of #98BD0F
Complementary color
Monochromatic Colors of #98BD0F
Black with #98BD0F
Text Example
Text Example
White with #98BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BD0F; }
p { color: rgb(152,189,15); }
H1.HeaderClassName
{
color: #98BD0F;
}
.AnyTagClassName
{
color: #98BD0F;
}
</style>
background-color css
<style>
a { background-color: #98BD0F; }
a { background-color: rgb(152,189,15); }
div.DivClassName
{
background-color: #98BD0F;
}
.BgClassName
{
background-color: #98BD0F;
}
</style>
border-color css
<style>
span { border-color: #98BD0F; }
span { border-color: rgb(152,189,15); }
td.TdClassName
{
border-color: #98BD0F;
}
.TagClassName
{
border-color: #98BD0F;
}
</style>