Shades of Citron #99A022
Tints of Citron #99A022
RGB
CMYK
RGB Variations
Color information
#99A022 (or 0x99A022) is known color: Citron. HEX triplet: 99, A0 and 22. RGB value is (153,160,34). Sum of RGB (Red+Green+Blue) = 153+160+34=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #99A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A022 is #665FDD. Grayscale: #909090. Windows color (decimal): -6709214 or 2269337. OLE color: 2269337.
HSL color Cylindrical-coordinate representation of color #99A022: hue angle of 63.33º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99A022 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 34 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.37 |
| HSL | 63.33º | 0.65% | 0.38% | - |
| HSV(B) | 63.33º | 0.79% | 0.63% | - |
| XYZ | 26 | 32.03 | 6.33 | - |
| YUV | 143.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 34 | 0.04 | 0 | 0.79 | 0.37 | 63.33 | 0.65 | 0.38 |
| Hex | 99 | A0 | 22 | 4 | 0 | 4F | 25 | 3F | 41 | 26 |
| Octal | 231 | 240 | 42 | 4 | 0 | 117 | 45 | 77 | 101 | 46 |
| Binary | 10011001 | 10100000 | 100010 | 100 | 0 | 1001111 | 100101 | 111111 | 1000001 | 100110 |
Color Harmonies of #99A022
Complementary color
Monochromatic Colors of #99A022
Black with #99A022
Text Example
Text Example
White with #99A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A022; }
p { color: rgb(153,160,34); }
H1.HeaderClassName
{
color: #99A022;
}
.AnyTagClassName
{
color: #99A022;
}
</style>
background-color css
<style>
a { background-color: #99A022; }
a { background-color: rgb(153,160,34); }
div.DivClassName
{
background-color: #99A022;
}
.BgClassName
{
background-color: #99A022;
}
</style>
border-color css
<style>
span { border-color: #99A022; }
span { border-color: rgb(153,160,34); }
td.TdClassName
{
border-color: #99A022;
}
.TagClassName
{
border-color: #99A022;
}
</style>