Shades of Citrus #A0BA06
Tints of Citrus #A0BA06
RGB
CMYK
RGB Variations
Color information
#A0BA06 (or 0xA0BA06) is known color: Citrus. HEX triplet: A0, BA and 06. RGB value is (160,186,6). Sum of RGB (Red+Green+Blue) = 160+186+6=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA06 is #5F45F9. Grayscale: #9E9E9E. Windows color (decimal): -6243834 or 440992. OLE color: 440992.
HSL color Cylindrical-coordinate representation of color #A0BA06: hue angle of 68.67º 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 #A0BA06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.27 |
| HSL | 68.67º | 0.94% | 0.38% | - |
| HSV(B) | 68.67º | 0.97% | 0.73% | - |
| XYZ | 32.09 | 42.6 | 6.7 | - |
| YUV | 157.71 | 42.39 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 6 | 0.14 | 0 | 0.97 | 0.27 | 68.67 | 0.94 | 0.38 |
| Hex | A0 | BA | 6 | E | 0 | 61 | 1B | 45 | 5E | 26 |
| Octal | 240 | 272 | 6 | 16 | 0 | 141 | 33 | 105 | 136 | 46 |
| Binary | 10100000 | 10111010 | 110 | 1110 | 0 | 1100001 | 11011 | 1000101 | 1011110 | 100110 |
Color Harmonies of #A0BA06
Complementary color
Monochromatic Colors of #A0BA06
Black with #A0BA06
Text Example
Text Example
White with #A0BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA06; }
p { color: rgb(160,186,6); }
H1.HeaderClassName
{
color: #A0BA06;
}
.AnyTagClassName
{
color: #A0BA06;
}
</style>
background-color css
<style>
a { background-color: #A0BA06; }
a { background-color: rgb(160,186,6); }
div.DivClassName
{
background-color: #A0BA06;
}
.BgClassName
{
background-color: #A0BA06;
}
</style>
border-color css
<style>
span { border-color: #A0BA06; }
span { border-color: rgb(160,186,6); }
td.TdClassName
{
border-color: #A0BA06;
}
.TagClassName
{
border-color: #A0BA06;
}
</style>