Shades of Citron #989018
Tints of Citron #989018
RGB
CMYK
RGB Variations
Color information
#989018 (or 0x989018) is known color: Citron. HEX triplet: 98, 90 and 18. RGB value is (152,144,24). Sum of RGB (Red+Green+Blue) = 152+144+24=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #989018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989018 is #676FE7. Grayscale: #858585. Windows color (decimal): -6778856 or 1609880. OLE color: 1609880.
HSL color Cylindrical-coordinate representation of color #989018: hue angle of 56.25º 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 #989018 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 24 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.40 |
| HSL | 56.25º | 0.73% | 0.35% | - |
| HSV(B) | 56.25º | 0.84% | 0.6% | - |
| XYZ | 23.09 | 26.69 | 4.8 | - |
| YUV | 132.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 24 | 0 | 0.05 | 0.84 | 0.40 | 56.25 | 0.73 | 0.35 |
| Hex | 98 | 90 | 18 | 0 | 5 | 54 | 28 | 38 | 49 | 23 |
| Octal | 230 | 220 | 30 | 0 | 5 | 124 | 50 | 70 | 111 | 43 |
| Binary | 10011000 | 10010000 | 11000 | 0 | 101 | 1010100 | 101000 | 111000 | 1001001 | 100011 |
Color Harmonies of #989018
Complementary color
Monochromatic Colors of #989018
Black with #989018
Text Example
Text Example
White with #989018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989018; }
p { color: rgb(152,144,24); }
H1.HeaderClassName
{
color: #989018;
}
.AnyTagClassName
{
color: #989018;
}
</style>
background-color css
<style>
a { background-color: #989018; }
a { background-color: rgb(152,144,24); }
div.DivClassName
{
background-color: #989018;
}
.BgClassName
{
background-color: #989018;
}
</style>
border-color css
<style>
span { border-color: #989018; }
span { border-color: rgb(152,144,24); }
td.TdClassName
{
border-color: #989018;
}
.TagClassName
{
border-color: #989018;
}
</style>