Shades of Bahia #A0BA2D
Tints of Bahia #A0BA2D
RGB
CMYK
RGB Variations
Color information
#A0BA2D (or 0xA0BA2D) is known color: Bahia. HEX triplet: A0, BA and 2D. RGB value is (160,186,45). Sum of RGB (Red+Green+Blue) = 160+186+45=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA2D is #5F45D2. Grayscale: #A2A2A2. Windows color (decimal): -6243795 or 2996896. OLE color: 2996896.
HSL color Cylindrical-coordinate representation of color #A0BA2D: hue angle of 71.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0BA2D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 45 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.27 |
| HSL | 71.06º | 0.61% | 0.45% | - |
| HSV(B) | 71.06º | 0.76% | 0.73% | - |
| XYZ | 32.53 | 42.78 | 9.03 | - |
| YUV | 162.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 45 | 0.14 | 0 | 0.76 | 0.27 | 71.06 | 0.61 | 0.45 |
| Hex | A0 | BA | 2D | E | 0 | 4C | 1B | 47 | 3D | 2D |
| Octal | 240 | 272 | 55 | 16 | 0 | 114 | 33 | 107 | 75 | 55 |
| Binary | 10100000 | 10111010 | 101101 | 1110 | 0 | 1001100 | 11011 | 1000111 | 111101 | 101101 |
Color Harmonies of #A0BA2D
Complementary color
Monochromatic Colors of #A0BA2D
Black with #A0BA2D
Text Example
Text Example
White with #A0BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA2D; }
p { color: rgb(160,186,45); }
H1.HeaderClassName
{
color: #A0BA2D;
}
.AnyTagClassName
{
color: #A0BA2D;
}
</style>
background-color css
<style>
a { background-color: #A0BA2D; }
a { background-color: rgb(160,186,45); }
div.DivClassName
{
background-color: #A0BA2D;
}
.BgClassName
{
background-color: #A0BA2D;
}
</style>
border-color css
<style>
span { border-color: #A0BA2D; }
span { border-color: rgb(160,186,45); }
td.TdClassName
{
border-color: #A0BA2D;
}
.TagClassName
{
border-color: #A0BA2D;
}
</style>