Shades of Bahia #A3BB2B
Tints of Bahia #A3BB2B
RGB
CMYK
RGB Variations
Color information
#A3BB2B (or 0xA3BB2B) is known color: Bahia. HEX triplet: A3, BB and 2B. RGB value is (163,187,43). Sum of RGB (Red+Green+Blue) = 163+187+43=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BB2B is #5C44D4. Grayscale: #A3A3A3. Windows color (decimal): -6046933 or 2866083. OLE color: 2866083.
HSL color Cylindrical-coordinate representation of color #A3BB2B: hue angle of 70º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3BB2B is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 43 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.27 |
| HSL | 70º | 0.63% | 0.45% | - |
| HSV(B) | 70º | 0.77% | 0.73% | - |
| XYZ | 33.31 | 43.5 | 8.93 | - |
| YUV | 163.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 43 | 0.13 | 0 | 0.77 | 0.27 | 70 | 0.63 | 0.45 |
| Hex | A3 | BB | 2B | D | 0 | 4D | 1B | 46 | 3F | 2D |
| Octal | 243 | 273 | 53 | 15 | 0 | 115 | 33 | 106 | 77 | 55 |
| Binary | 10100011 | 10111011 | 101011 | 1101 | 0 | 1001101 | 11011 | 1000110 | 111111 | 101101 |
Color Harmonies of #A3BB2B
Complementary color
Monochromatic Colors of #A3BB2B
Black with #A3BB2B
Text Example
Text Example
White with #A3BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB2B; }
p { color: rgb(163,187,43); }
H1.HeaderClassName
{
color: #A3BB2B;
}
.AnyTagClassName
{
color: #A3BB2B;
}
</style>
background-color css
<style>
a { background-color: #A3BB2B; }
a { background-color: rgb(163,187,43); }
div.DivClassName
{
background-color: #A3BB2B;
}
.BgClassName
{
background-color: #A3BB2B;
}
</style>
border-color css
<style>
span { border-color: #A3BB2B; }
span { border-color: rgb(163,187,43); }
td.TdClassName
{
border-color: #A3BB2B;
}
.TagClassName
{
border-color: #A3BB2B;
}
</style>