Shades of Bahia #A4BA32
Tints of Bahia #A4BA32
RGB
CMYK
RGB Variations
Color information
#A4BA32 (or 0xA4BA32) is known color: Bahia. HEX triplet: A4, BA and 32. RGB value is (164,186,50). Sum of RGB (Red+Green+Blue) = 164+186+50=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA32 is #5B45CD. Grayscale: #A4A4A4. Windows color (decimal): -5981646 or 3324580. OLE color: 3324580.
HSL color Cylindrical-coordinate representation of color #A4BA32: hue angle of 69.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4BA32 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 50 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.27 |
| HSL | 69.71º | 0.58% | 0.46% | - |
| HSV(B) | 69.71º | 0.73% | 0.73% | - |
| XYZ | 33.44 | 43.24 | 9.6 | - |
| YUV | 163.92 | 63.71 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 50 | 0.12 | 0 | 0.73 | 0.27 | 69.71 | 0.58 | 0.46 |
| Hex | A4 | BA | 32 | C | 0 | 49 | 1B | 46 | 3A | 2E |
| Octal | 244 | 272 | 62 | 14 | 0 | 111 | 33 | 106 | 72 | 56 |
| Binary | 10100100 | 10111010 | 110010 | 1100 | 0 | 1001001 | 11011 | 1000110 | 111010 | 101110 |
Color Harmonies of #A4BA32
Complementary color
Monochromatic Colors of #A4BA32
Black with #A4BA32
Text Example
Text Example
White with #A4BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA32; }
p { color: rgb(164,186,50); }
H1.HeaderClassName
{
color: #A4BA32;
}
.AnyTagClassName
{
color: #A4BA32;
}
</style>
background-color css
<style>
a { background-color: #A4BA32; }
a { background-color: rgb(164,186,50); }
div.DivClassName
{
background-color: #A4BA32;
}
.BgClassName
{
background-color: #A4BA32;
}
</style>
border-color css
<style>
span { border-color: #A4BA32; }
span { border-color: rgb(164,186,50); }
td.TdClassName
{
border-color: #A4BA32;
}
.TagClassName
{
border-color: #A4BA32;
}
</style>