Shades of Citron #A2A92E
Tints of Citron #A2A92E
RGB
CMYK
RGB Variations
Color information
#A2A92E (or 0xA2A92E) is known color: Citron. HEX triplet: A2, A9 and 2E. RGB value is (162,169,46). Sum of RGB (Red+Green+Blue) = 162+169+46=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A92E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A92E is #5D56D1. Grayscale: #999999. Windows color (decimal): -6117074 or 3058082. OLE color: 3058082.
HSL color Cylindrical-coordinate representation of color #A2A92E: hue angle of 63.41º 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 #A2A92E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 46 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.34 |
| HSL | 63.41º | 0.57% | 0.42% | - |
| HSV(B) | 63.41º | 0.73% | 0.66% | - |
| XYZ | 29.58 | 36.25 | 8.02 | - |
| YUV | 152.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 46 | 0.04 | 0 | 0.73 | 0.34 | 63.41 | 0.57 | 0.42 |
| Hex | A2 | A9 | 2E | 4 | 0 | 49 | 22 | 3F | 39 | 2A |
| Octal | 242 | 251 | 56 | 4 | 0 | 111 | 42 | 77 | 71 | 52 |
| Binary | 10100010 | 10101001 | 101110 | 100 | 0 | 1001001 | 100010 | 111111 | 111001 | 101010 |
Color Harmonies of #A2A92E
Complementary color
Monochromatic Colors of #A2A92E
Black with #A2A92E
Text Example
Text Example
White with #A2A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A92E; }
p { color: rgb(162,169,46); }
H1.HeaderClassName
{
color: #A2A92E;
}
.AnyTagClassName
{
color: #A2A92E;
}
</style>
background-color css
<style>
a { background-color: #A2A92E; }
a { background-color: rgb(162,169,46); }
div.DivClassName
{
background-color: #A2A92E;
}
.BgClassName
{
background-color: #A2A92E;
}
</style>
border-color css
<style>
span { border-color: #A2A92E; }
span { border-color: rgb(162,169,46); }
td.TdClassName
{
border-color: #A2A92E;
}
.TagClassName
{
border-color: #A2A92E;
}
</style>