Shades of Citrus #A1BA13
Tints of Citrus #A1BA13
RGB
CMYK
RGB Variations
Color information
#A1BA13 (or 0xA1BA13) is known color: Citrus. HEX triplet: A1, BA and 13. RGB value is (161,186,19). Sum of RGB (Red+Green+Blue) = 161+186+19=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA13 is #5E45EC. Grayscale: #A0A0A0. Windows color (decimal): -6178285 or 1292961. OLE color: 1292961.
HSL color Cylindrical-coordinate representation of color #A1BA13: hue angle of 68.98º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1BA13 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 19 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.27 |
| HSL | 68.98º | 0.81% | 0.4% | - |
| HSV(B) | 68.98º | 0.9% | 0.73% | - |
| XYZ | 32.37 | 42.74 | 7.16 | - |
| YUV | 159.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 19 | 0.13 | 0 | 0.90 | 0.27 | 68.98 | 0.81 | 0.4 |
| Hex | A1 | BA | 13 | D | 0 | 5A | 1B | 45 | 51 | 28 |
| Octal | 241 | 272 | 23 | 15 | 0 | 132 | 33 | 105 | 121 | 50 |
| Binary | 10100001 | 10111010 | 10011 | 1101 | 0 | 1011010 | 11011 | 1000101 | 1010001 | 101000 |
Color Harmonies of #A1BA13
Complementary color
Monochromatic Colors of #A1BA13
Black with #A1BA13
Text Example
Text Example
White with #A1BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA13; }
p { color: rgb(161,186,19); }
H1.HeaderClassName
{
color: #A1BA13;
}
.AnyTagClassName
{
color: #A1BA13;
}
</style>
background-color css
<style>
a { background-color: #A1BA13; }
a { background-color: rgb(161,186,19); }
div.DivClassName
{
background-color: #A1BA13;
}
.BgClassName
{
background-color: #A1BA13;
}
</style>
border-color css
<style>
span { border-color: #A1BA13; }
span { border-color: rgb(161,186,19); }
td.TdClassName
{
border-color: #A1BA13;
}
.TagClassName
{
border-color: #A1BA13;
}
</style>