Shades of Citrus #A1BA06
Tints of Citrus #A1BA06
RGB
CMYK
RGB Variations
Color information
#A1BA06 (or 0xA1BA06) is known color: Citrus. HEX triplet: A1, BA and 06. RGB value is (161,186,6). Sum of RGB (Red+Green+Blue) = 161+186+6=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA06 is #5E45F9. Grayscale: #9E9E9E. Windows color (decimal): -6178298 or 440993. OLE color: 440993.
HSL color Cylindrical-coordinate representation of color #A1BA06: hue angle of 68.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1BA06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.27 |
| HSL | 68.33º | 0.94% | 0.38% | - |
| HSV(B) | 68.33º | 0.97% | 0.73% | - |
| XYZ | 32.29 | 42.71 | 6.71 | - |
| YUV | 158.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 6 | 0.13 | 0 | 0.97 | 0.27 | 68.33 | 0.94 | 0.38 |
| Hex | A1 | BA | 6 | D | 0 | 61 | 1B | 44 | 5E | 26 |
| Octal | 241 | 272 | 6 | 15 | 0 | 141 | 33 | 104 | 136 | 46 |
| Binary | 10100001 | 10111010 | 110 | 1101 | 0 | 1100001 | 11011 | 1000100 | 1011110 | 100110 |
Color Harmonies of #A1BA06
Complementary color
Monochromatic Colors of #A1BA06
Black with #A1BA06
Text Example
Text Example
White with #A1BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA06; }
p { color: rgb(161,186,6); }
H1.HeaderClassName
{
color: #A1BA06;
}
.AnyTagClassName
{
color: #A1BA06;
}
</style>
background-color css
<style>
a { background-color: #A1BA06; }
a { background-color: rgb(161,186,6); }
div.DivClassName
{
background-color: #A1BA06;
}
.BgClassName
{
background-color: #A1BA06;
}
</style>
border-color css
<style>
span { border-color: #A1BA06; }
span { border-color: rgb(161,186,6); }
td.TdClassName
{
border-color: #A1BA06;
}
.TagClassName
{
border-color: #A1BA06;
}
</style>