Shades of Citron #A0A92C
Tints of Citron #A0A92C
RGB
CMYK
RGB Variations
Color information
#A0A92C (or 0xA0A92C) is known color: Citron. HEX triplet: A0, A9 and 2C. RGB value is (160,169,44). Sum of RGB (Red+Green+Blue) = 160+169+44=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A92C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A92C is #5F56D3. Grayscale: #989898. Windows color (decimal): -6248148 or 2927008. OLE color: 2927008.
HSL color Cylindrical-coordinate representation of color #A0A92C: hue angle of 64.32º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0A92C is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 44 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.34 |
| HSL | 64.32º | 0.59% | 0.42% | - |
| HSV(B) | 64.32º | 0.74% | 0.66% | - |
| XYZ | 29.14 | 36.03 | 7.8 | - |
| YUV | 152.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 44 | 0.05 | 0 | 0.74 | 0.34 | 64.32 | 0.59 | 0.42 |
| Hex | A0 | A9 | 2C | 5 | 0 | 4A | 22 | 40 | 3B | 2A |
| Octal | 240 | 251 | 54 | 5 | 0 | 112 | 42 | 100 | 73 | 52 |
| Binary | 10100000 | 10101001 | 101100 | 101 | 0 | 1001010 | 100010 | 1000000 | 111011 | 101010 |
Color Harmonies of #A0A92C
Complementary color
Monochromatic Colors of #A0A92C
Black with #A0A92C
Text Example
Text Example
White with #A0A92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A92C; }
p { color: rgb(160,169,44); }
H1.HeaderClassName
{
color: #A0A92C;
}
.AnyTagClassName
{
color: #A0A92C;
}
</style>
background-color css
<style>
a { background-color: #A0A92C; }
a { background-color: rgb(160,169,44); }
div.DivClassName
{
background-color: #A0A92C;
}
.BgClassName
{
background-color: #A0A92C;
}
</style>
border-color css
<style>
span { border-color: #A0A92C; }
span { border-color: rgb(160,169,44); }
td.TdClassName
{
border-color: #A0A92C;
}
.TagClassName
{
border-color: #A0A92C;
}
</style>