Shades of Citrus #A1BA07
Tints of Citrus #A1BA07
RGB
CMYK
RGB Variations
Color information
#A1BA07 (or 0xA1BA07) is known color: Citrus. HEX triplet: A1, BA and 07. RGB value is (161,186,7). Sum of RGB (Red+Green+Blue) = 161+186+7=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BA07 is #5E45F8. Grayscale: #9E9E9E. Windows color (decimal): -6178297 or 506529. OLE color: 506529.
HSL color Cylindrical-coordinate representation of color #A1BA07: hue angle of 68.38º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1BA07 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.27 |
| HSL | 68.38º | 0.93% | 0.38% | - |
| HSV(B) | 68.38º | 0.96% | 0.73% | - |
| XYZ | 32.3 | 42.71 | 6.74 | - |
| YUV | 158.12 | 42.72 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 7 | 0.13 | 0 | 0.96 | 0.27 | 68.38 | 0.93 | 0.38 |
| Hex | A1 | BA | 7 | D | 0 | 60 | 1B | 44 | 5D | 26 |
| Octal | 241 | 272 | 7 | 15 | 0 | 140 | 33 | 104 | 135 | 46 |
| Binary | 10100001 | 10111010 | 111 | 1101 | 0 | 1100000 | 11011 | 1000100 | 1011101 | 100110 |
Color Harmonies of #A1BA07
Complementary color
Monochromatic Colors of #A1BA07
Black with #A1BA07
Text Example
Text Example
White with #A1BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA07; }
p { color: rgb(161,186,7); }
H1.HeaderClassName
{
color: #A1BA07;
}
.AnyTagClassName
{
color: #A1BA07;
}
</style>
background-color css
<style>
a { background-color: #A1BA07; }
a { background-color: rgb(161,186,7); }
div.DivClassName
{
background-color: #A1BA07;
}
.BgClassName
{
background-color: #A1BA07;
}
</style>
border-color css
<style>
span { border-color: #A1BA07; }
span { border-color: rgb(161,186,7); }
td.TdClassName
{
border-color: #A1BA07;
}
.TagClassName
{
border-color: #A1BA07;
}
</style>