Shades of Citron #99A721
Tints of Citron #99A721
RGB
CMYK
RGB Variations
Color information
#99A721 (or 0x99A721) is known color: Citron. HEX triplet: 99, A7 and 21. RGB value is (153,167,33). Sum of RGB (Red+Green+Blue) = 153+167+33=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #99A721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A721 is #6658DE. Grayscale: #949494. Windows color (decimal): -6707423 or 2205593. OLE color: 2205593.
HSL color Cylindrical-coordinate representation of color #99A721: hue angle of 66.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99A721 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 33 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.35 |
| HSL | 66.27º | 0.67% | 0.39% | - |
| HSV(B) | 66.27º | 0.8% | 0.65% | - |
| XYZ | 27.23 | 34.52 | 6.67 | - |
| YUV | 147.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 33 | 0.08 | 0 | 0.80 | 0.35 | 66.27 | 0.67 | 0.39 |
| Hex | 99 | A7 | 21 | 8 | 0 | 50 | 23 | 42 | 43 | 27 |
| Octal | 231 | 247 | 41 | 10 | 0 | 120 | 43 | 102 | 103 | 47 |
| Binary | 10011001 | 10100111 | 100001 | 1000 | 0 | 1010000 | 100011 | 1000010 | 1000011 | 100111 |
Color Harmonies of #99A721
Complementary color
Monochromatic Colors of #99A721
Black with #99A721
Text Example
Text Example
White with #99A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A721; }
p { color: rgb(153,167,33); }
H1.HeaderClassName
{
color: #99A721;
}
.AnyTagClassName
{
color: #99A721;
}
</style>
background-color css
<style>
a { background-color: #99A721; }
a { background-color: rgb(153,167,33); }
div.DivClassName
{
background-color: #99A721;
}
.BgClassName
{
background-color: #99A721;
}
</style>
border-color css
<style>
span { border-color: #99A721; }
span { border-color: rgb(153,167,33); }
td.TdClassName
{
border-color: #99A721;
}
.TagClassName
{
border-color: #99A721;
}
</style>