Shades of Bahia #A4BA2B
Tints of Bahia #A4BA2B
RGB
CMYK
RGB Variations
Color information
#A4BA2B (or 0xA4BA2B) is known color: Bahia. HEX triplet: A4, BA and 2B. RGB value is (164,186,43). Sum of RGB (Red+Green+Blue) = 164+186+43=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA2B is #5B45D4. Grayscale: #A3A3A3. Windows color (decimal): -5981653 or 2865828. OLE color: 2865828.
HSL color Cylindrical-coordinate representation of color #A4BA2B: hue angle of 69.23º degrees, saturation: 0.62, 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 #A4BA2B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 43 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.27 |
| HSL | 69.23º | 0.62% | 0.45% | - |
| HSV(B) | 69.23º | 0.77% | 0.73% | - |
| XYZ | 33.3 | 43.18 | 8.87 | - |
| YUV | 163.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 43 | 0.12 | 0 | 0.77 | 0.27 | 69.23 | 0.62 | 0.45 |
| Hex | A4 | BA | 2B | C | 0 | 4D | 1B | 45 | 3E | 2D |
| Octal | 244 | 272 | 53 | 14 | 0 | 115 | 33 | 105 | 76 | 55 |
| Binary | 10100100 | 10111010 | 101011 | 1100 | 0 | 1001101 | 11011 | 1000101 | 111110 | 101101 |
Color Harmonies of #A4BA2B
Complementary color
Monochromatic Colors of #A4BA2B
Black with #A4BA2B
Text Example
Text Example
White with #A4BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA2B; }
p { color: rgb(164,186,43); }
H1.HeaderClassName
{
color: #A4BA2B;
}
.AnyTagClassName
{
color: #A4BA2B;
}
</style>
background-color css
<style>
a { background-color: #A4BA2B; }
a { background-color: rgb(164,186,43); }
div.DivClassName
{
background-color: #A4BA2B;
}
.BgClassName
{
background-color: #A4BA2B;
}
</style>
border-color css
<style>
span { border-color: #A4BA2B; }
span { border-color: rgb(164,186,43); }
td.TdClassName
{
border-color: #A4BA2B;
}
.TagClassName
{
border-color: #A4BA2B;
}
</style>