Shades of Citron #999321
Tints of Citron #999321
RGB
CMYK
RGB Variations
Color information
#999321 (or 0x999321) is known color: Citron. HEX triplet: 99, 93 and 21. RGB value is (153,147,33). Sum of RGB (Red+Green+Blue) = 153+147+33=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #999321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999321 is #666CDE. Grayscale: #888888. Windows color (decimal): -6712543 or 2200473. OLE color: 2200473.
HSL color Cylindrical-coordinate representation of color #999321: hue angle of 57º 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 #999321 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 33 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.4 |
| HSL | 57º | 0.65% | 0.36% | - |
| HSV(B) | 57º | 0.78% | 0.6% | - |
| XYZ | 23.85 | 27.75 | 5.54 | - |
| YUV | 135.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 33 | 0 | 0.04 | 0.78 | 0.4 | 57 | 0.65 | 0.36 |
| Hex | 99 | 93 | 21 | 0 | 4 | 4E | 28 | 39 | 41 | 24 |
| Octal | 231 | 223 | 41 | 0 | 4 | 116 | 50 | 71 | 101 | 44 |
| Binary | 10011001 | 10010011 | 100001 | 0 | 100 | 1001110 | 101000 | 111001 | 1000001 | 100100 |
Color Harmonies of #999321
Complementary color
Monochromatic Colors of #999321
Black with #999321
Text Example
Text Example
White with #999321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999321; }
p { color: rgb(153,147,33); }
H1.HeaderClassName
{
color: #999321;
}
.AnyTagClassName
{
color: #999321;
}
</style>
background-color css
<style>
a { background-color: #999321; }
a { background-color: rgb(153,147,33); }
div.DivClassName
{
background-color: #999321;
}
.BgClassName
{
background-color: #999321;
}
</style>
border-color css
<style>
span { border-color: #999321; }
span { border-color: rgb(153,147,33); }
td.TdClassName
{
border-color: #999321;
}
.TagClassName
{
border-color: #999321;
}
</style>