Shades of Citrus #98C306
Tints of Citrus #98C306
RGB
CMYK
RGB Variations
Color information
#98C306 (or 0x98C306) is known color: Citrus. HEX triplet: 98, C3 and 06. RGB value is (152,195,6). Sum of RGB (Red+Green+Blue) = 152+195+6=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #98C306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C306 is #673CF9. Grayscale: #A1A1A1. Windows color (decimal): -6765818 or 443288. OLE color: 443288.
HSL color Cylindrical-coordinate representation of color #98C306: hue angle of 73.65º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98C306 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 6 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.24 |
| HSL | 73.65º | 0.94% | 0.39% | - |
| HSV(B) | 73.65º | 0.97% | 0.76% | - |
| XYZ | 32.5 | 45.72 | 7.28 | - |
| YUV | 160.6 | 40.75 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 6 | 0.22 | 0 | 0.97 | 0.24 | 73.65 | 0.94 | 0.39 |
| Hex | 98 | C3 | 6 | 16 | 0 | 61 | 18 | 4A | 5E | 27 |
| Octal | 230 | 303 | 6 | 26 | 0 | 141 | 30 | 112 | 136 | 47 |
| Binary | 10011000 | 11000011 | 110 | 10110 | 0 | 1100001 | 11000 | 1001010 | 1011110 | 100111 |
Color Harmonies of #98C306
Complementary color
Monochromatic Colors of #98C306
Black with #98C306
Text Example
Text Example
White with #98C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C306; }
p { color: rgb(152,195,6); }
H1.HeaderClassName
{
color: #98C306;
}
.AnyTagClassName
{
color: #98C306;
}
</style>
background-color css
<style>
a { background-color: #98C306; }
a { background-color: rgb(152,195,6); }
div.DivClassName
{
background-color: #98C306;
}
.BgClassName
{
background-color: #98C306;
}
</style>
border-color css
<style>
span { border-color: #98C306; }
span { border-color: rgb(152,195,6); }
td.TdClassName
{
border-color: #98C306;
}
.TagClassName
{
border-color: #98C306;
}
</style>