Shades of Citron #989805
Tints of Citron #989805
RGB
CMYK
RGB Variations
Color information
#989805 (or 0x989805) is known color: Citron. HEX triplet: 98, 98 and 05. RGB value is (152,152,5). Sum of RGB (Red+Green+Blue) = 152+152+5=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989805 is #6767FA. Grayscale: #878787. Windows color (decimal): -6776827 or 366744. OLE color: 366744.
HSL color Cylindrical-coordinate representation of color #989805: hue angle of 60º 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 #989805 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 152 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.40 |
| HSL | 60º | 0.94% | 0.31% | - |
| HSV(B) | 60º | 0.97% | 0.6% | - |
| XYZ | 24.2 | 29.14 | 4.49 | - |
| YUV | 135.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 152 | 5 | 0 | 0 | 0.97 | 0.40 | 60 | 0.94 | 0.31 |
| Hex | 98 | 98 | 5 | 0 | 0 | 61 | 28 | 3C | 5E | 1F |
| Octal | 230 | 230 | 5 | 0 | 0 | 141 | 50 | 74 | 136 | 37 |
| Binary | 10011000 | 10011000 | 101 | 0 | 0 | 1100001 | 101000 | 111100 | 1011110 | 11111 |
Color Harmonies of #989805
Complementary color
Monochromatic Colors of #989805
Black with #989805
Text Example
Text Example
White with #989805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989805; }
p { color: rgb(152,152,5); }
H1.HeaderClassName
{
color: #989805;
}
.AnyTagClassName
{
color: #989805;
}
</style>
background-color css
<style>
a { background-color: #989805; }
a { background-color: rgb(152,152,5); }
div.DivClassName
{
background-color: #989805;
}
.BgClassName
{
background-color: #989805;
}
</style>
border-color css
<style>
span { border-color: #989805; }
span { border-color: rgb(152,152,5); }
td.TdClassName
{
border-color: #989805;
}
.TagClassName
{
border-color: #989805;
}
</style>