Shades of Citron #99A222
Tints of Citron #99A222
RGB
CMYK
RGB Variations
Color information
#99A222 (or 0x99A222) is known color: Citron. HEX triplet: 99, A2 and 22. RGB value is (153,162,34). Sum of RGB (Red+Green+Blue) = 153+162+34=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #99A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A222 is #665DDD. Grayscale: #919191. Windows color (decimal): -6708702 or 2269849. OLE color: 2269849.
HSL color Cylindrical-coordinate representation of color #99A222: hue angle of 64.22º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99A222 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 34 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.36 |
| HSL | 64.22º | 0.65% | 0.38% | - |
| HSV(B) | 64.22º | 0.79% | 0.64% | - |
| XYZ | 26.35 | 32.73 | 6.44 | - |
| YUV | 144.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 34 | 0.06 | 0 | 0.79 | 0.36 | 64.22 | 0.65 | 0.38 |
| Hex | 99 | A2 | 22 | 6 | 0 | 4F | 24 | 40 | 41 | 26 |
| Octal | 231 | 242 | 42 | 6 | 0 | 117 | 44 | 100 | 101 | 46 |
| Binary | 10011001 | 10100010 | 100010 | 110 | 0 | 1001111 | 100100 | 1000000 | 1000001 | 100110 |
Color Harmonies of #99A222
Complementary color
Monochromatic Colors of #99A222
Black with #99A222
Text Example
Text Example
White with #99A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A222; }
p { color: rgb(153,162,34); }
H1.HeaderClassName
{
color: #99A222;
}
.AnyTagClassName
{
color: #99A222;
}
</style>
background-color css
<style>
a { background-color: #99A222; }
a { background-color: rgb(153,162,34); }
div.DivClassName
{
background-color: #99A222;
}
.BgClassName
{
background-color: #99A222;
}
</style>
border-color css
<style>
span { border-color: #99A222; }
span { border-color: rgb(153,162,34); }
td.TdClassName
{
border-color: #99A222;
}
.TagClassName
{
border-color: #99A222;
}
</style>