Shades of Citron #9A9421
Tints of Citron #9A9421
RGB
CMYK
RGB Variations
Color information
#9A9421 (or 0x9A9421) is known color: Citron. HEX triplet: 9A, 94 and 21. RGB value is (154,148,33). Sum of RGB (Red+Green+Blue) = 154+148+33=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9421 is #656BDE. Grayscale: #898989. Windows color (decimal): -6646751 or 2200730. OLE color: 2200730.
HSL color Cylindrical-coordinate representation of color #9A9421: hue angle of 57.02º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A9421 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 33 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.40 |
| HSL | 57.02º | 0.65% | 0.37% | - |
| HSV(B) | 57.02º | 0.79% | 0.6% | - |
| XYZ | 24.19 | 28.16 | 5.6 | - |
| YUV | 136.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 33 | 0 | 0.04 | 0.79 | 0.40 | 57.02 | 0.65 | 0.37 |
| Hex | 9A | 94 | 21 | 0 | 4 | 4F | 28 | 39 | 41 | 25 |
| Octal | 232 | 224 | 41 | 0 | 4 | 117 | 50 | 71 | 101 | 45 |
| Binary | 10011010 | 10010100 | 100001 | 0 | 100 | 1001111 | 101000 | 111001 | 1000001 | 100101 |
Color Harmonies of #9A9421
Complementary color
Monochromatic Colors of #9A9421
Black with #9A9421
Text Example
Text Example
White with #9A9421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9421; }
p { color: rgb(154,148,33); }
H1.HeaderClassName
{
color: #9A9421;
}
.AnyTagClassName
{
color: #9A9421;
}
</style>
background-color css
<style>
a { background-color: #9A9421; }
a { background-color: rgb(154,148,33); }
div.DivClassName
{
background-color: #9A9421;
}
.BgClassName
{
background-color: #9A9421;
}
</style>
border-color css
<style>
span { border-color: #9A9421; }
span { border-color: rgb(154,148,33); }
td.TdClassName
{
border-color: #9A9421;
}
.TagClassName
{
border-color: #9A9421;
}
</style>