Shades of Citron #999421
Tints of Citron #999421
RGB
CMYK
RGB Variations
Color information
#999421 (or 0x999421) is known color: Citron. HEX triplet: 99, 94 and 21. RGB value is (153,148,33). Sum of RGB (Red+Green+Blue) = 153+148+33=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #999421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999421 is #666BDE. Grayscale: #888888. Windows color (decimal): -6712287 or 2200729. OLE color: 2200729.
HSL color Cylindrical-coordinate representation of color #999421: hue angle of 57.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #999421 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 33 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.4 |
| HSL | 57.5º | 0.65% | 0.36% | - |
| HSV(B) | 57.5º | 0.78% | 0.6% | - |
| XYZ | 24 | 28.06 | 5.59 | - |
| YUV | 136.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 33 | 0 | 0.03 | 0.78 | 0.4 | 57.5 | 0.65 | 0.36 |
| Hex | 99 | 94 | 21 | 0 | 3 | 4E | 28 | 3A | 41 | 24 |
| Octal | 231 | 224 | 41 | 0 | 3 | 116 | 50 | 72 | 101 | 44 |
| Binary | 10011001 | 10010100 | 100001 | 0 | 11 | 1001110 | 101000 | 111010 | 1000001 | 100100 |
Color Harmonies of #999421
Complementary color
Monochromatic Colors of #999421
Black with #999421
Text Example
Text Example
White with #999421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999421; }
p { color: rgb(153,148,33); }
H1.HeaderClassName
{
color: #999421;
}
.AnyTagClassName
{
color: #999421;
}
</style>
background-color css
<style>
a { background-color: #999421; }
a { background-color: rgb(153,148,33); }
div.DivClassName
{
background-color: #999421;
}
.BgClassName
{
background-color: #999421;
}
</style>
border-color css
<style>
span { border-color: #999421; }
span { border-color: rgb(153,148,33); }
td.TdClassName
{
border-color: #999421;
}
.TagClassName
{
border-color: #999421;
}
</style>