Shades of Citrus #98B909
Tints of Citrus #98B909
RGB
CMYK
RGB Variations
Color information
#98B909 (or 0x98B909) is known color: Citrus. HEX triplet: 98, B9 and 09. RGB value is (152,185,9). Sum of RGB (Red+Green+Blue) = 152+185+9=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #98B909 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B909 is #6746F6. Grayscale: #9B9B9B. Windows color (decimal): -6768375 or 637336. OLE color: 637336.
HSL color Cylindrical-coordinate representation of color #98B909: hue angle of 71.25º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98B909 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 9 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.27 |
| HSL | 71.25º | 0.91% | 0.38% | - |
| HSV(B) | 71.25º | 0.95% | 0.73% | - |
| XYZ | 30.35 | 41.39 | 6.65 | - |
| YUV | 155.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 9 | 0.18 | 0 | 0.95 | 0.27 | 71.25 | 0.91 | 0.38 |
| Hex | 98 | B9 | 9 | 12 | 0 | 5F | 1B | 47 | 5B | 26 |
| Octal | 230 | 271 | 11 | 22 | 0 | 137 | 33 | 107 | 133 | 46 |
| Binary | 10011000 | 10111001 | 1001 | 10010 | 0 | 1011111 | 11011 | 1000111 | 1011011 | 100110 |
Color Harmonies of #98B909
Complementary color
Monochromatic Colors of #98B909
Black with #98B909
Text Example
Text Example
White with #98B909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B909; }
p { color: rgb(152,185,9); }
H1.HeaderClassName
{
color: #98B909;
}
.AnyTagClassName
{
color: #98B909;
}
</style>
background-color css
<style>
a { background-color: #98B909; }
a { background-color: rgb(152,185,9); }
div.DivClassName
{
background-color: #98B909;
}
.BgClassName
{
background-color: #98B909;
}
</style>
border-color css
<style>
span { border-color: #98B909; }
span { border-color: rgb(152,185,9); }
td.TdClassName
{
border-color: #98B909;
}
.TagClassName
{
border-color: #98B909;
}
</style>