Shades of Citron #999F21
Tints of Citron #999F21
RGB
CMYK
RGB Variations
Color information
#999F21 (or 0x999F21) is known color: Citron. HEX triplet: 99, 9F and 21. RGB value is (153,159,33). Sum of RGB (Red+Green+Blue) = 153+159+33=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #999F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F21 is #6660DE. Grayscale: #8F8F8F. Windows color (decimal): -6709471 or 2203545. OLE color: 2203545.
HSL color Cylindrical-coordinate representation of color #999F21: hue angle of 62.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #999F21 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 33 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.38 |
| HSL | 62.86º | 0.66% | 0.38% | - |
| HSV(B) | 62.86º | 0.79% | 0.62% | - |
| XYZ | 25.81 | 31.68 | 6.19 | - |
| YUV | 142.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 33 | 0.04 | 0 | 0.79 | 0.38 | 62.86 | 0.66 | 0.38 |
| Hex | 99 | 9F | 21 | 4 | 0 | 4F | 26 | 3F | 42 | 26 |
| Octal | 231 | 237 | 41 | 4 | 0 | 117 | 46 | 77 | 102 | 46 |
| Binary | 10011001 | 10011111 | 100001 | 100 | 0 | 1001111 | 100110 | 111111 | 1000010 | 100110 |
Color Harmonies of #999F21
Complementary color
Monochromatic Colors of #999F21
Black with #999F21
Text Example
Text Example
White with #999F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F21; }
p { color: rgb(153,159,33); }
H1.HeaderClassName
{
color: #999F21;
}
.AnyTagClassName
{
color: #999F21;
}
</style>
background-color css
<style>
a { background-color: #999F21; }
a { background-color: rgb(153,159,33); }
div.DivClassName
{
background-color: #999F21;
}
.BgClassName
{
background-color: #999F21;
}
</style>
border-color css
<style>
span { border-color: #999F21; }
span { border-color: rgb(153,159,33); }
td.TdClassName
{
border-color: #999F21;
}
.TagClassName
{
border-color: #999F21;
}
</style>