Shades of Bahia #A0B82B
Tints of Bahia #A0B82B
RGB
CMYK
RGB Variations
Color information
#A0B82B (or 0xA0B82B) is known color: Bahia. HEX triplet: A0, B8 and 2B. RGB value is (160,184,43). Sum of RGB (Red+Green+Blue) = 160+184+43=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 43 (17.19% from 255 or 11.11% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B82B is #5F47D4. Grayscale: #A1A1A1. Windows color (decimal): -6244309 or 2865312. OLE color: 2865312.
HSL color Cylindrical-coordinate representation of color #A0B82B: hue angle of 70.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0B82B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 43 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.28 |
| HSL | 70.21º | 0.62% | 0.45% | - |
| HSV(B) | 70.21º | 0.77% | 0.72% | - |
| XYZ | 32.07 | 41.93 | 8.69 | - |
| YUV | 160.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 43 | 0.13 | 0 | 0.77 | 0.28 | 70.21 | 0.62 | 0.45 |
| Hex | A0 | B8 | 2B | D | 0 | 4D | 1C | 46 | 3E | 2D |
| Octal | 240 | 270 | 53 | 15 | 0 | 115 | 34 | 106 | 76 | 55 |
| Binary | 10100000 | 10111000 | 101011 | 1101 | 0 | 1001101 | 11100 | 1000110 | 111110 | 101101 |
Color Harmonies of #A0B82B
Complementary color
Monochromatic Colors of #A0B82B
Black with #A0B82B
Text Example
Text Example
White with #A0B82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B82B; }
p { color: rgb(160,184,43); }
H1.HeaderClassName
{
color: #A0B82B;
}
.AnyTagClassName
{
color: #A0B82B;
}
</style>
background-color css
<style>
a { background-color: #A0B82B; }
a { background-color: rgb(160,184,43); }
div.DivClassName
{
background-color: #A0B82B;
}
.BgClassName
{
background-color: #A0B82B;
}
</style>
border-color css
<style>
span { border-color: #A0B82B; }
span { border-color: rgb(160,184,43); }
td.TdClassName
{
border-color: #A0B82B;
}
.TagClassName
{
border-color: #A0B82B;
}
</style>