Shades of Bahia #A0BA25
Tints of Bahia #A0BA25
RGB
CMYK
RGB Variations
Color information
#A0BA25 (or 0xA0BA25) is known color: Bahia. HEX triplet: A0, BA and 25. RGB value is (160,186,37). Sum of RGB (Red+Green+Blue) = 160+186+37=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA25 is #5F45DA. Grayscale: #A1A1A1. Windows color (decimal): -6243803 or 2472608. OLE color: 2472608.
HSL color Cylindrical-coordinate representation of color #A0BA25: hue angle of 70.47º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0BA25 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 37 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.27 |
| HSL | 70.47º | 0.67% | 0.44% | - |
| HSV(B) | 70.47º | 0.8% | 0.73% | - |
| XYZ | 32.39 | 42.72 | 8.29 | - |
| YUV | 161.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 37 | 0.14 | 0 | 0.80 | 0.27 | 70.47 | 0.67 | 0.44 |
| Hex | A0 | BA | 25 | E | 0 | 50 | 1B | 46 | 43 | 2C |
| Octal | 240 | 272 | 45 | 16 | 0 | 120 | 33 | 106 | 103 | 54 |
| Binary | 10100000 | 10111010 | 100101 | 1110 | 0 | 1010000 | 11011 | 1000110 | 1000011 | 101100 |
Color Harmonies of #A0BA25
Complementary color
Monochromatic Colors of #A0BA25
Black with #A0BA25
Text Example
Text Example
White with #A0BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA25; }
p { color: rgb(160,186,37); }
H1.HeaderClassName
{
color: #A0BA25;
}
.AnyTagClassName
{
color: #A0BA25;
}
</style>
background-color css
<style>
a { background-color: #A0BA25; }
a { background-color: rgb(160,186,37); }
div.DivClassName
{
background-color: #A0BA25;
}
.BgClassName
{
background-color: #A0BA25;
}
</style>
border-color css
<style>
span { border-color: #A0BA25; }
span { border-color: rgb(160,186,37); }
td.TdClassName
{
border-color: #A0BA25;
}
.TagClassName
{
border-color: #A0BA25;
}
</style>