Shades of Bahia #A0BA28
Tints of Bahia #A0BA28
RGB
CMYK
RGB Variations
Color information
#A0BA28 (or 0xA0BA28) is known color: Bahia. HEX triplet: A0, BA and 28. RGB value is (160,186,40). Sum of RGB (Red+Green+Blue) = 160+186+40=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA28 is #5F45D7. Grayscale: #A2A2A2. Windows color (decimal): -6243800 or 2669216. OLE color: 2669216.
HSL color Cylindrical-coordinate representation of color #A0BA28: hue angle of 70.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0BA28 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 40 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.27 |
| HSL | 70.68º | 0.65% | 0.44% | - |
| HSV(B) | 70.68º | 0.78% | 0.73% | - |
| XYZ | 32.44 | 42.74 | 8.55 | - |
| YUV | 161.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 40 | 0.14 | 0 | 0.78 | 0.27 | 70.68 | 0.65 | 0.44 |
| Hex | A0 | BA | 28 | E | 0 | 4E | 1B | 47 | 41 | 2C |
| Octal | 240 | 272 | 50 | 16 | 0 | 116 | 33 | 107 | 101 | 54 |
| Binary | 10100000 | 10111010 | 101000 | 1110 | 0 | 1001110 | 11011 | 1000111 | 1000001 | 101100 |
Color Harmonies of #A0BA28
Complementary color
Monochromatic Colors of #A0BA28
Black with #A0BA28
Text Example
Text Example
White with #A0BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA28; }
p { color: rgb(160,186,40); }
H1.HeaderClassName
{
color: #A0BA28;
}
.AnyTagClassName
{
color: #A0BA28;
}
</style>
background-color css
<style>
a { background-color: #A0BA28; }
a { background-color: rgb(160,186,40); }
div.DivClassName
{
background-color: #A0BA28;
}
.BgClassName
{
background-color: #A0BA28;
}
</style>
border-color css
<style>
span { border-color: #A0BA28; }
span { border-color: rgb(160,186,40); }
td.TdClassName
{
border-color: #A0BA28;
}
.TagClassName
{
border-color: #A0BA28;
}
</style>