Shades of Bahia #A0BA2F
Tints of Bahia #A0BA2F
RGB
CMYK
RGB Variations
Color information
#A0BA2F (or 0xA0BA2F) is known color: Bahia. HEX triplet: A0, BA and 2F. RGB value is (160,186,47). Sum of RGB (Red+Green+Blue) = 160+186+47=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA2F is #5F45D0. Grayscale: #A2A2A2. Windows color (decimal): -6243793 or 3127968. OLE color: 3127968.
HSL color Cylindrical-coordinate representation of color #A0BA2F: hue angle of 71.22º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0BA2F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 47 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.27 |
| HSL | 71.22º | 0.6% | 0.46% | - |
| HSV(B) | 71.22º | 0.75% | 0.73% | - |
| XYZ | 32.57 | 42.8 | 9.23 | - |
| YUV | 162.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 47 | 0.14 | 0 | 0.75 | 0.27 | 71.22 | 0.6 | 0.46 |
| Hex | A0 | BA | 2F | E | 0 | 4B | 1B | 47 | 3C | 2E |
| Octal | 240 | 272 | 57 | 16 | 0 | 113 | 33 | 107 | 74 | 56 |
| Binary | 10100000 | 10111010 | 101111 | 1110 | 0 | 1001011 | 11011 | 1000111 | 111100 | 101110 |
Color Harmonies of #A0BA2F
Complementary color
Monochromatic Colors of #A0BA2F
Black with #A0BA2F
Text Example
Text Example
White with #A0BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA2F; }
p { color: rgb(160,186,47); }
H1.HeaderClassName
{
color: #A0BA2F;
}
.AnyTagClassName
{
color: #A0BA2F;
}
</style>
background-color css
<style>
a { background-color: #A0BA2F; }
a { background-color: rgb(160,186,47); }
div.DivClassName
{
background-color: #A0BA2F;
}
.BgClassName
{
background-color: #A0BA2F;
}
</style>
border-color css
<style>
span { border-color: #A0BA2F; }
span { border-color: rgb(160,186,47); }
td.TdClassName
{
border-color: #A0BA2F;
}
.TagClassName
{
border-color: #A0BA2F;
}
</style>