Shades of Citrus #98A301
Tints of Citrus #98A301
RGB
CMYK
RGB Variations
Color information
#98A301 (or 0x98A301) is known color: Citrus. HEX triplet: 98, A3 and 01. RGB value is (152,163,1). Sum of RGB (Red+Green+Blue) = 152+163+1=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #98A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A301 is #675CFE. Grayscale: #8D8D8D. Windows color (decimal): -6774015 or 107416. OLE color: 107416.
HSL color Cylindrical-coordinate representation of color #98A301: hue angle of 64.07º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98A301 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.36 |
| HSL | 64.07º | 0.99% | 0.32% | - |
| HSV(B) | 64.07º | 0.99% | 0.64% | - |
| XYZ | 26.05 | 32.87 | 5 | - |
| YUV | 141.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 1 | 0.07 | 0 | 0.99 | 0.36 | 64.07 | 0.99 | 0.32 |
| Hex | 98 | A3 | 1 | 7 | 0 | 63 | 24 | 40 | 63 | 20 |
| Octal | 230 | 243 | 1 | 7 | 0 | 143 | 44 | 100 | 143 | 40 |
| Binary | 10011000 | 10100011 | 1 | 111 | 0 | 1100011 | 100100 | 1000000 | 1100011 | 100000 |
Color Harmonies of #98A301
Complementary color
Monochromatic Colors of #98A301
Black with #98A301
Text Example
Text Example
White with #98A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A301; }
p { color: rgb(152,163,1); }
H1.HeaderClassName
{
color: #98A301;
}
.AnyTagClassName
{
color: #98A301;
}
</style>
background-color css
<style>
a { background-color: #98A301; }
a { background-color: rgb(152,163,1); }
div.DivClassName
{
background-color: #98A301;
}
.BgClassName
{
background-color: #98A301;
}
</style>
border-color css
<style>
span { border-color: #98A301; }
span { border-color: rgb(152,163,1); }
td.TdClassName
{
border-color: #98A301;
}
.TagClassName
{
border-color: #98A301;
}
</style>