Shades of Citrus #98A90F
Tints of Citrus #98A90F
RGB
CMYK
RGB Variations
Color information
#98A90F (or 0x98A90F) is known color: Citrus. HEX triplet: 98, A9 and 0F. RGB value is (152,169,15). Sum of RGB (Red+Green+Blue) = 152+169+15=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #98A90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A90F is #6756F0. Grayscale: #929292. Windows color (decimal): -6772465 or 1026456. OLE color: 1026456.
HSL color Cylindrical-coordinate representation of color #98A90F: hue angle of 66.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98A90F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 15 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.34 |
| HSL | 66.62º | 0.84% | 0.36% | - |
| HSV(B) | 66.62º | 0.91% | 0.66% | - |
| XYZ | 27.22 | 35.09 | 5.79 | - |
| YUV | 146.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 15 | 0.10 | 0 | 0.91 | 0.34 | 66.62 | 0.84 | 0.36 |
| Hex | 98 | A9 | F | A | 0 | 5B | 22 | 43 | 54 | 24 |
| Octal | 230 | 251 | 17 | 12 | 0 | 133 | 42 | 103 | 124 | 44 |
| Binary | 10011000 | 10101001 | 1111 | 1010 | 0 | 1011011 | 100010 | 1000011 | 1010100 | 100100 |
Color Harmonies of #98A90F
Complementary color
Monochromatic Colors of #98A90F
Black with #98A90F
Text Example
Text Example
White with #98A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A90F; }
p { color: rgb(152,169,15); }
H1.HeaderClassName
{
color: #98A90F;
}
.AnyTagClassName
{
color: #98A90F;
}
</style>
background-color css
<style>
a { background-color: #98A90F; }
a { background-color: rgb(152,169,15); }
div.DivClassName
{
background-color: #98A90F;
}
.BgClassName
{
background-color: #98A90F;
}
</style>
border-color css
<style>
span { border-color: #98A90F; }
span { border-color: rgb(152,169,15); }
td.TdClassName
{
border-color: #98A90F;
}
.TagClassName
{
border-color: #98A90F;
}
</style>