Shades of Citrus #98B602
Tints of Citrus #98B602
RGB
CMYK
RGB Variations
Color information
#98B602 (or 0x98B602) is known color: Citrus. HEX triplet: 98, B6 and 02. RGB value is (152,182,2). Sum of RGB (Red+Green+Blue) = 152+182+2=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #98B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B602 is #6749FD. Grayscale: #999999. Windows color (decimal): -6769150 or 177816. OLE color: 177816.
HSL color Cylindrical-coordinate representation of color #98B602: hue angle of 70º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98B602 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.29 |
| HSL | 70º | 0.98% | 0.36% | - |
| HSV(B) | 70º | 0.99% | 0.71% | - |
| XYZ | 29.69 | 40.14 | 6.24 | - |
| YUV | 152.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 2 | 0.16 | 0 | 0.99 | 0.29 | 70 | 0.98 | 0.36 |
| Hex | 98 | B6 | 2 | 10 | 0 | 63 | 1D | 46 | 62 | 24 |
| Octal | 230 | 266 | 2 | 20 | 0 | 143 | 35 | 106 | 142 | 44 |
| Binary | 10011000 | 10110110 | 10 | 10000 | 0 | 1100011 | 11101 | 1000110 | 1100010 | 100100 |
Color Harmonies of #98B602
Complementary color
Monochromatic Colors of #98B602
Black with #98B602
Text Example
Text Example
White with #98B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B602; }
p { color: rgb(152,182,2); }
H1.HeaderClassName
{
color: #98B602;
}
.AnyTagClassName
{
color: #98B602;
}
</style>
background-color css
<style>
a { background-color: #98B602; }
a { background-color: rgb(152,182,2); }
div.DivClassName
{
background-color: #98B602;
}
.BgClassName
{
background-color: #98B602;
}
</style>
border-color css
<style>
span { border-color: #98B602; }
span { border-color: rgb(152,182,2); }
td.TdClassName
{
border-color: #98B602;
}
.TagClassName
{
border-color: #98B602;
}
</style>