Shades of Citrus #A1BA0A
Tints of Citrus #A1BA0A
RGB
CMYK
RGB Variations
Color information
#A1BA0A (or 0xA1BA0A) is known color: Citrus. HEX triplet: A1, BA and 0A. RGB value is (161,186,10). Sum of RGB (Red+Green+Blue) = 161+186+10=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA0A is #5E45F5. Grayscale: #9F9F9F. Windows color (decimal): -6178294 or 703137. OLE color: 703137.
HSL color Cylindrical-coordinate representation of color #A1BA0A: hue angle of 68.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1BA0A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.27 |
| HSL | 68.52º | 0.9% | 0.38% | - |
| HSV(B) | 68.52º | 0.95% | 0.73% | - |
| XYZ | 32.31 | 42.72 | 6.83 | - |
| YUV | 158.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 10 | 0.13 | 0 | 0.95 | 0.27 | 68.52 | 0.9 | 0.38 |
| Hex | A1 | BA | A | D | 0 | 5F | 1B | 45 | 5A | 26 |
| Octal | 241 | 272 | 12 | 15 | 0 | 137 | 33 | 105 | 132 | 46 |
| Binary | 10100001 | 10111010 | 1010 | 1101 | 0 | 1011111 | 11011 | 1000101 | 1011010 | 100110 |
Color Harmonies of #A1BA0A
Complementary color
Monochromatic Colors of #A1BA0A
Black with #A1BA0A
Text Example
Text Example
White with #A1BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA0A; }
p { color: rgb(161,186,10); }
H1.HeaderClassName
{
color: #A1BA0A;
}
.AnyTagClassName
{
color: #A1BA0A;
}
</style>
background-color css
<style>
a { background-color: #A1BA0A; }
a { background-color: rgb(161,186,10); }
div.DivClassName
{
background-color: #A1BA0A;
}
.BgClassName
{
background-color: #A1BA0A;
}
</style>
border-color css
<style>
span { border-color: #A1BA0A; }
span { border-color: rgb(161,186,10); }
td.TdClassName
{
border-color: #A1BA0A;
}
.TagClassName
{
border-color: #A1BA0A;
}
</style>