Shades of Bahia #A0BB2C
Tints of Bahia #A0BB2C
RGB
CMYK
RGB Variations
Color information
#A0BB2C (or 0xA0BB2C) is known color: Bahia. HEX triplet: A0, BB and 2C. RGB value is (160,187,44). Sum of RGB (Red+Green+Blue) = 160+187+44=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BB2C is #5F44D3. Grayscale: #A3A3A3. Windows color (decimal): -6243540 or 2931616. OLE color: 2931616.
HSL color Cylindrical-coordinate representation of color #A0BB2C: hue angle of 71.33º degrees, saturation: 0.62, 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 #A0BB2C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 44 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.27 |
| HSL | 71.33º | 0.62% | 0.45% | - |
| HSV(B) | 71.33º | 0.76% | 0.73% | - |
| XYZ | 32.72 | 43.2 | 9 | - |
| YUV | 162.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 44 | 0.14 | 0 | 0.76 | 0.27 | 71.33 | 0.62 | 0.45 |
| Hex | A0 | BB | 2C | E | 0 | 4C | 1B | 47 | 3E | 2D |
| Octal | 240 | 273 | 54 | 16 | 0 | 114 | 33 | 107 | 76 | 55 |
| Binary | 10100000 | 10111011 | 101100 | 1110 | 0 | 1001100 | 11011 | 1000111 | 111110 | 101101 |
Color Harmonies of #A0BB2C
Complementary color
Monochromatic Colors of #A0BB2C
Black with #A0BB2C
Text Example
Text Example
White with #A0BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB2C; }
p { color: rgb(160,187,44); }
H1.HeaderClassName
{
color: #A0BB2C;
}
.AnyTagClassName
{
color: #A0BB2C;
}
</style>
background-color css
<style>
a { background-color: #A0BB2C; }
a { background-color: rgb(160,187,44); }
div.DivClassName
{
background-color: #A0BB2C;
}
.BgClassName
{
background-color: #A0BB2C;
}
</style>
border-color css
<style>
span { border-color: #A0BB2C; }
span { border-color: rgb(160,187,44); }
td.TdClassName
{
border-color: #A0BB2C;
}
.TagClassName
{
border-color: #A0BB2C;
}
</style>