Shades of Citron #9A9424
Tints of Citron #9A9424
RGB
CMYK
RGB Variations
Color information
#9A9424 (or 0x9A9424) is known color: Citron. HEX triplet: 9A, 94 and 24. RGB value is (154,148,36). Sum of RGB (Red+Green+Blue) = 154+148+36=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9424 is #656BDB. Grayscale: #898989. Windows color (decimal): -6646748 or 2397338. OLE color: 2397338.
HSL color Cylindrical-coordinate representation of color #9A9424: hue angle of 56.95º 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 #9A9424 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 36 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.40 |
| HSL | 56.95º | 0.62% | 0.37% | - |
| HSV(B) | 56.95º | 0.77% | 0.6% | - |
| XYZ | 24.23 | 28.18 | 5.83 | - |
| YUV | 137.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 36 | 0 | 0.04 | 0.77 | 0.40 | 56.95 | 0.62 | 0.37 |
| Hex | 9A | 94 | 24 | 0 | 4 | 4D | 28 | 39 | 3E | 25 |
| Octal | 232 | 224 | 44 | 0 | 4 | 115 | 50 | 71 | 76 | 45 |
| Binary | 10011010 | 10010100 | 100100 | 0 | 100 | 1001101 | 101000 | 111001 | 111110 | 100101 |
Color Harmonies of #9A9424
Complementary color
Monochromatic Colors of #9A9424
Black with #9A9424
Text Example
Text Example
White with #9A9424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9424; }
p { color: rgb(154,148,36); }
H1.HeaderClassName
{
color: #9A9424;
}
.AnyTagClassName
{
color: #9A9424;
}
</style>
background-color css
<style>
a { background-color: #9A9424; }
a { background-color: rgb(154,148,36); }
div.DivClassName
{
background-color: #9A9424;
}
.BgClassName
{
background-color: #9A9424;
}
</style>
border-color css
<style>
span { border-color: #9A9424; }
span { border-color: rgb(154,148,36); }
td.TdClassName
{
border-color: #9A9424;
}
.TagClassName
{
border-color: #9A9424;
}
</style>