Shades of Citron #989915
Tints of Citron #989915
RGB
CMYK
RGB Variations
Color information
#989915 (or 0x989915) is known color: Citron. HEX triplet: 98, 99 and 15. RGB value is (152,153,21). Sum of RGB (Red+Green+Blue) = 152+153+21=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #989915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989915 is #6766EA. Grayscale: #8A8A8A. Windows color (decimal): -6776555 or 1415576. OLE color: 1415576.
HSL color Cylindrical-coordinate representation of color #989915: hue angle of 60.45º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989915 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 21 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.4 |
| HSL | 60.45º | 0.76% | 0.34% | - |
| HSV(B) | 60.45º | 0.86% | 0.6% | - |
| XYZ | 24.48 | 29.51 | 5.12 | - |
| YUV | 137.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 21 | 0.01 | 0 | 0.86 | 0.4 | 60.45 | 0.76 | 0.34 |
| Hex | 98 | 99 | 15 | 1 | 0 | 56 | 28 | 3C | 4C | 22 |
| Octal | 230 | 231 | 25 | 1 | 0 | 126 | 50 | 74 | 114 | 42 |
| Binary | 10011000 | 10011001 | 10101 | 1 | 0 | 1010110 | 101000 | 111100 | 1001100 | 100010 |
Color Harmonies of #989915
Complementary color
Monochromatic Colors of #989915
Black with #989915
Text Example
Text Example
White with #989915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989915; }
p { color: rgb(152,153,21); }
H1.HeaderClassName
{
color: #989915;
}
.AnyTagClassName
{
color: #989915;
}
</style>
background-color css
<style>
a { background-color: #989915; }
a { background-color: rgb(152,153,21); }
div.DivClassName
{
background-color: #989915;
}
.BgClassName
{
background-color: #989915;
}
</style>
border-color css
<style>
span { border-color: #989915; }
span { border-color: rgb(152,153,21); }
td.TdClassName
{
border-color: #989915;
}
.TagClassName
{
border-color: #989915;
}
</style>