Shades of Citrus #A1BA01
Tints of Citrus #A1BA01
RGB
CMYK
RGB Variations
Color information
#A1BA01 (or 0xA1BA01) is known color: Citrus. HEX triplet: A1, BA and 01. RGB value is (161,186,1). Sum of RGB (Red+Green+Blue) = 161+186+1=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA01 is #5E45FE. Grayscale: #9E9E9E. Windows color (decimal): -6178303 or 113313. OLE color: 113313.
HSL color Cylindrical-coordinate representation of color #A1BA01: hue angle of 68.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1BA01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.27 |
| HSL | 68.11º | 0.99% | 0.37% | - |
| HSV(B) | 68.11º | 0.99% | 0.73% | - |
| XYZ | 32.26 | 42.7 | 6.57 | - |
| YUV | 157.44 | 39.72 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 1 | 0.13 | 0 | 0.99 | 0.27 | 68.11 | 0.99 | 0.37 |
| Hex | A1 | BA | 1 | D | 0 | 63 | 1B | 44 | 63 | 25 |
| Octal | 241 | 272 | 1 | 15 | 0 | 143 | 33 | 104 | 143 | 45 |
| Binary | 10100001 | 10111010 | 1 | 1101 | 0 | 1100011 | 11011 | 1000100 | 1100011 | 100101 |
Color Harmonies of #A1BA01
Complementary color
Monochromatic Colors of #A1BA01
Black with #A1BA01
Text Example
Text Example
White with #A1BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA01; }
p { color: rgb(161,186,1); }
H1.HeaderClassName
{
color: #A1BA01;
}
.AnyTagClassName
{
color: #A1BA01;
}
</style>
background-color css
<style>
a { background-color: #A1BA01; }
a { background-color: rgb(161,186,1); }
div.DivClassName
{
background-color: #A1BA01;
}
.BgClassName
{
background-color: #A1BA01;
}
</style>
border-color css
<style>
span { border-color: #A1BA01; }
span { border-color: rgb(161,186,1); }
td.TdClassName
{
border-color: #A1BA01;
}
.TagClassName
{
border-color: #A1BA01;
}
</style>