Shades of Citron #989918
Tints of Citron #989918
RGB
CMYK
RGB Variations
Color information
#989918 (or 0x989918) is known color: Citron. HEX triplet: 98, 99 and 18. RGB value is (152,153,24). Sum of RGB (Red+Green+Blue) = 152+153+24=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #989918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989918 is #6766E7. Grayscale: #8A8A8A. Windows color (decimal): -6776552 or 1612184. OLE color: 1612184.
HSL color Cylindrical-coordinate representation of color #989918: hue angle of 60.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #989918 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 24 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.4 |
| HSL | 60.47º | 0.73% | 0.35% | - |
| HSV(B) | 60.47º | 0.84% | 0.6% | - |
| XYZ | 24.51 | 29.52 | 5.27 | - |
| YUV | 138 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 24 | 0.01 | 0 | 0.84 | 0.4 | 60.47 | 0.73 | 0.35 |
| Hex | 98 | 99 | 18 | 1 | 0 | 54 | 28 | 3C | 49 | 23 |
| Octal | 230 | 231 | 30 | 1 | 0 | 124 | 50 | 74 | 111 | 43 |
| Binary | 10011000 | 10011001 | 11000 | 1 | 0 | 1010100 | 101000 | 111100 | 1001001 | 100011 |
Color Harmonies of #989918
Complementary color
Monochromatic Colors of #989918
Black with #989918
Text Example
Text Example
White with #989918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989918; }
p { color: rgb(152,153,24); }
H1.HeaderClassName
{
color: #989918;
}
.AnyTagClassName
{
color: #989918;
}
</style>
background-color css
<style>
a { background-color: #989918; }
a { background-color: rgb(152,153,24); }
div.DivClassName
{
background-color: #989918;
}
.BgClassName
{
background-color: #989918;
}
</style>
border-color css
<style>
span { border-color: #989918; }
span { border-color: rgb(152,153,24); }
td.TdClassName
{
border-color: #989918;
}
.TagClassName
{
border-color: #989918;
}
</style>