Shades of Citrus #A2B416
Tints of Citrus #A2B416
RGB
CMYK
RGB Variations
Color information
#A2B416 (or 0xA2B416) is known color: Citrus. HEX triplet: A2, B4 and 16. RGB value is (162,180,22). Sum of RGB (Red+Green+Blue) = 162+180+22=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B416 is #5D4BE9. Grayscale: #9D9D9D. Windows color (decimal): -6114282 or 1488034. OLE color: 1488034.
HSL color Cylindrical-coordinate representation of color #A2B416: hue angle of 66.84º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2B416 is Cyan = 0.1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 180 | 22 | - |
| CMYK | 0.1 | 0 | 0.88 | 0.29 |
| HSL | 66.84º | 0.78% | 0.4% | - |
| HSV(B) | 66.84º | 0.88% | 0.71% | - |
| XYZ | 31.37 | 40.38 | 6.9 | - |
| YUV | 156.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 180 | 22 | 0.1 | 0 | 0.88 | 0.29 | 66.84 | 0.78 | 0.4 |
| Hex | A2 | B4 | 16 | A | 0 | 58 | 1D | 43 | 4E | 28 |
| Octal | 242 | 264 | 26 | 12 | 0 | 130 | 35 | 103 | 116 | 50 |
| Binary | 10100010 | 10110100 | 10110 | 1010 | 0 | 1011000 | 11101 | 1000011 | 1001110 | 101000 |
Color Harmonies of #A2B416
Complementary color
Monochromatic Colors of #A2B416
Black with #A2B416
Text Example
Text Example
White with #A2B416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B416; }
p { color: rgb(162,180,22); }
H1.HeaderClassName
{
color: #A2B416;
}
.AnyTagClassName
{
color: #A2B416;
}
</style>
background-color css
<style>
a { background-color: #A2B416; }
a { background-color: rgb(162,180,22); }
div.DivClassName
{
background-color: #A2B416;
}
.BgClassName
{
background-color: #A2B416;
}
</style>
border-color css
<style>
span { border-color: #A2B416; }
span { border-color: rgb(162,180,22); }
td.TdClassName
{
border-color: #A2B416;
}
.TagClassName
{
border-color: #A2B416;
}
</style>