Shades of Citron #989905
Tints of Citron #989905
RGB
CMYK
RGB Variations
Color information
#989905 (or 0x989905) is known color: Citron. HEX triplet: 98, 99 and 05. RGB value is (152,153,5). Sum of RGB (Red+Green+Blue) = 152+153+5=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #989905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989905 is #6766FA. Grayscale: #888888. Windows color (decimal): -6776571 or 367000. OLE color: 367000.
HSL color Cylindrical-coordinate representation of color #989905: hue angle of 60.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #989905 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 153 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.4 |
| HSL | 60.41º | 0.94% | 0.31% | - |
| HSV(B) | 60.41º | 0.97% | 0.6% | - |
| XYZ | 24.37 | 29.47 | 4.55 | - |
| YUV | 135.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 5 | 0.01 | 0 | 0.97 | 0.4 | 60.41 | 0.94 | 0.31 |
| Hex | 98 | 99 | 5 | 1 | 0 | 61 | 28 | 3C | 5E | 1F |
| Octal | 230 | 231 | 5 | 1 | 0 | 141 | 50 | 74 | 136 | 37 |
| Binary | 10011000 | 10011001 | 101 | 1 | 0 | 1100001 | 101000 | 111100 | 1011110 | 11111 |
Color Harmonies of #989905
Complementary color
Monochromatic Colors of #989905
Black with #989905
Text Example
Text Example
White with #989905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989905; }
p { color: rgb(152,153,5); }
H1.HeaderClassName
{
color: #989905;
}
.AnyTagClassName
{
color: #989905;
}
</style>
background-color css
<style>
a { background-color: #989905; }
a { background-color: rgb(152,153,5); }
div.DivClassName
{
background-color: #989905;
}
.BgClassName
{
background-color: #989905;
}
</style>
border-color css
<style>
span { border-color: #989905; }
span { border-color: rgb(152,153,5); }
td.TdClassName
{
border-color: #989905;
}
.TagClassName
{
border-color: #989905;
}
</style>