Shades of Citrus #98B80A
Tints of Citrus #98B80A
RGB
CMYK
RGB Variations
Color information
#98B80A (or 0x98B80A) is known color: Citrus. HEX triplet: 98, B8 and 0A. RGB value is (152,184,10). Sum of RGB (Red+Green+Blue) = 152+184+10=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #98B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B80A is #6747F5. Grayscale: #9B9B9B. Windows color (decimal): -6768630 or 702616. OLE color: 702616.
HSL color Cylindrical-coordinate representation of color #98B80A: hue angle of 71.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98B80A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.28 |
| HSL | 71.03º | 0.9% | 0.38% | - |
| HSV(B) | 71.03º | 0.95% | 0.72% | - |
| XYZ | 30.14 | 40.98 | 6.61 | - |
| YUV | 154.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 10 | 0.17 | 0 | 0.95 | 0.28 | 71.03 | 0.9 | 0.38 |
| Hex | 98 | B8 | A | 11 | 0 | 5F | 1C | 47 | 5A | 26 |
| Octal | 230 | 270 | 12 | 21 | 0 | 137 | 34 | 107 | 132 | 46 |
| Binary | 10011000 | 10111000 | 1010 | 10001 | 0 | 1011111 | 11100 | 1000111 | 1011010 | 100110 |
Color Harmonies of #98B80A
Complementary color
Monochromatic Colors of #98B80A
Black with #98B80A
Text Example
Text Example
White with #98B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B80A; }
p { color: rgb(152,184,10); }
H1.HeaderClassName
{
color: #98B80A;
}
.AnyTagClassName
{
color: #98B80A;
}
</style>
background-color css
<style>
a { background-color: #98B80A; }
a { background-color: rgb(152,184,10); }
div.DivClassName
{
background-color: #98B80A;
}
.BgClassName
{
background-color: #98B80A;
}
</style>
border-color css
<style>
span { border-color: #98B80A; }
span { border-color: rgb(152,184,10); }
td.TdClassName
{
border-color: #98B80A;
}
.TagClassName
{
border-color: #98B80A;
}
</style>