Shades of Citron #989A24
Tints of Citron #989A24
RGB
CMYK
RGB Variations
Color information
#989A24 (or 0x989A24) is known color: Citron. HEX triplet: 98, 9A and 24. RGB value is (152,154,36). Sum of RGB (Red+Green+Blue) = 152+154+36=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #989A24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989A24 is #6765DB. Grayscale: #8C8C8C. Windows color (decimal): -6776284 or 2398872. OLE color: 2398872.
HSL color Cylindrical-coordinate representation of color #989A24: hue angle of 61.02º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #989A24 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 154 | 36 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.40 |
| HSL | 61.02º | 0.62% | 0.37% | - |
| HSV(B) | 61.02º | 0.77% | 0.6% | - |
| XYZ | 24.82 | 29.91 | 6.13 | - |
| YUV | 139.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 36 | 0.01 | 0 | 0.77 | 0.40 | 61.02 | 0.62 | 0.37 |
| Hex | 98 | 9A | 24 | 1 | 0 | 4D | 28 | 3D | 3E | 25 |
| Octal | 230 | 232 | 44 | 1 | 0 | 115 | 50 | 75 | 76 | 45 |
| Binary | 10011000 | 10011010 | 100100 | 1 | 0 | 1001101 | 101000 | 111101 | 111110 | 100101 |
Color Harmonies of #989A24
Complementary color
Monochromatic Colors of #989A24
Black with #989A24
Text Example
Text Example
White with #989A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989A24; }
p { color: rgb(152,154,36); }
H1.HeaderClassName
{
color: #989A24;
}
.AnyTagClassName
{
color: #989A24;
}
</style>
background-color css
<style>
a { background-color: #989A24; }
a { background-color: rgb(152,154,36); }
div.DivClassName
{
background-color: #989A24;
}
.BgClassName
{
background-color: #989A24;
}
</style>
border-color css
<style>
span { border-color: #989A24; }
span { border-color: rgb(152,154,36); }
td.TdClassName
{
border-color: #989A24;
}
.TagClassName
{
border-color: #989A24;
}
</style>