Shades of Citron #989C19
Tints of Citron #989C19
RGB
CMYK
RGB Variations
Color information
#989C19 (or 0x989C19) is known color: Citron. HEX triplet: 98, 9C and 19. RGB value is (152,156,25). Sum of RGB (Red+Green+Blue) = 152+156+25=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #989C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989C19 is #6763E6. Grayscale: #8C8C8C. Windows color (decimal): -6775783 or 1678488. OLE color: 1678488.
HSL color Cylindrical-coordinate representation of color #989C19: hue angle of 61.83º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #989C19 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 25 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.39 |
| HSL | 61.83º | 0.72% | 0.35% | - |
| HSV(B) | 61.83º | 0.84% | 0.61% | - |
| XYZ | 25.01 | 30.52 | 5.49 | - |
| YUV | 139.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 25 | 0.03 | 0 | 0.84 | 0.39 | 61.83 | 0.72 | 0.35 |
| Hex | 98 | 9C | 19 | 3 | 0 | 54 | 27 | 3E | 48 | 23 |
| Octal | 230 | 234 | 31 | 3 | 0 | 124 | 47 | 76 | 110 | 43 |
| Binary | 10011000 | 10011100 | 11001 | 11 | 0 | 1010100 | 100111 | 111110 | 1001000 | 100011 |
Color Harmonies of #989C19
Complementary color
Monochromatic Colors of #989C19
Black with #989C19
Text Example
Text Example
White with #989C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C19; }
p { color: rgb(152,156,25); }
H1.HeaderClassName
{
color: #989C19;
}
.AnyTagClassName
{
color: #989C19;
}
</style>
background-color css
<style>
a { background-color: #989C19; }
a { background-color: rgb(152,156,25); }
div.DivClassName
{
background-color: #989C19;
}
.BgClassName
{
background-color: #989C19;
}
</style>
border-color css
<style>
span { border-color: #989C19; }
span { border-color: rgb(152,156,25); }
td.TdClassName
{
border-color: #989C19;
}
.TagClassName
{
border-color: #989C19;
}
</style>