Shades of Citron #A0AB29
Tints of Citron #A0AB29
RGB
CMYK
RGB Variations
Color information
#A0AB29 (or 0xA0AB29) is known color: Citron. HEX triplet: A0, AB and 29. RGB value is (160,171,41). Sum of RGB (Red+Green+Blue) = 160+171+41=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB29 is #5F54D6. Grayscale: #999999. Windows color (decimal): -6247639 or 2730912. OLE color: 2730912.
HSL color Cylindrical-coordinate representation of color #A0AB29: hue angle of 65.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0AB29 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 41 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.33 |
| HSL | 65.08º | 0.61% | 0.42% | - |
| HSV(B) | 65.08º | 0.76% | 0.67% | - |
| XYZ | 29.46 | 36.76 | 7.64 | - |
| YUV | 152.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 41 | 0.06 | 0 | 0.76 | 0.33 | 65.08 | 0.61 | 0.42 |
| Hex | A0 | AB | 29 | 6 | 0 | 4C | 21 | 41 | 3D | 2A |
| Octal | 240 | 253 | 51 | 6 | 0 | 114 | 41 | 101 | 75 | 52 |
| Binary | 10100000 | 10101011 | 101001 | 110 | 0 | 1001100 | 100001 | 1000001 | 111101 | 101010 |
Color Harmonies of #A0AB29
Complementary color
Monochromatic Colors of #A0AB29
Black with #A0AB29
Text Example
Text Example
White with #A0AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB29; }
p { color: rgb(160,171,41); }
H1.HeaderClassName
{
color: #A0AB29;
}
.AnyTagClassName
{
color: #A0AB29;
}
</style>
background-color css
<style>
a { background-color: #A0AB29; }
a { background-color: rgb(160,171,41); }
div.DivClassName
{
background-color: #A0AB29;
}
.BgClassName
{
background-color: #A0AB29;
}
</style>
border-color css
<style>
span { border-color: #A0AB29; }
span { border-color: rgb(160,171,41); }
td.TdClassName
{
border-color: #A0AB29;
}
.TagClassName
{
border-color: #A0AB29;
}
</style>