Shades of Citron #A2A82E
Tints of Citron #A2A82E
RGB
CMYK
RGB Variations
Color information
#A2A82E (or 0xA2A82E) is known color: Citron. HEX triplet: A2, A8 and 2E. RGB value is (162,168,46). Sum of RGB (Red+Green+Blue) = 162+168+46=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #A2A82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A82E is #5D57D1. Grayscale: #989898. Windows color (decimal): -6117330 or 3057826. OLE color: 3057826.
HSL color Cylindrical-coordinate representation of color #A2A82E: hue angle of 62.95º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2A82E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 168 | 46 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.34 |
| HSL | 62.95º | 0.57% | 0.42% | - |
| HSV(B) | 62.95º | 0.73% | 0.66% | - |
| XYZ | 29.4 | 35.88 | 7.96 | - |
| YUV | 152.3 | 68.01 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 168 | 46 | 0.04 | 0 | 0.73 | 0.34 | 62.95 | 0.57 | 0.42 |
| Hex | A2 | A8 | 2E | 4 | 0 | 49 | 22 | 3F | 39 | 2A |
| Octal | 242 | 250 | 56 | 4 | 0 | 111 | 42 | 77 | 71 | 52 |
| Binary | 10100010 | 10101000 | 101110 | 100 | 0 | 1001001 | 100010 | 111111 | 111001 | 101010 |
Color Harmonies of #A2A82E
Complementary color
Monochromatic Colors of #A2A82E
Black with #A2A82E
Text Example
Text Example
White with #A2A82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A82E; }
p { color: rgb(162,168,46); }
H1.HeaderClassName
{
color: #A2A82E;
}
.AnyTagClassName
{
color: #A2A82E;
}
</style>
background-color css
<style>
a { background-color: #A2A82E; }
a { background-color: rgb(162,168,46); }
div.DivClassName
{
background-color: #A2A82E;
}
.BgClassName
{
background-color: #A2A82E;
}
</style>
border-color css
<style>
span { border-color: #A2A82E; }
span { border-color: rgb(162,168,46); }
td.TdClassName
{
border-color: #A2A82E;
}
.TagClassName
{
border-color: #A2A82E;
}
</style>