Shades of Bahia #A4BA2F
Tints of Bahia #A4BA2F
RGB
CMYK
RGB Variations
Color information
#A4BA2F (or 0xA4BA2F) is known color: Bahia. HEX triplet: A4, BA and 2F. RGB value is (164,186,47). Sum of RGB (Red+Green+Blue) = 164+186+47=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA2F is #5B45D0. Grayscale: #A4A4A4. Windows color (decimal): -5981649 or 3127972. OLE color: 3127972.
HSL color Cylindrical-coordinate representation of color #A4BA2F: hue angle of 69.5º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4BA2F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 47 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.27 |
| HSL | 69.5º | 0.6% | 0.46% | - |
| HSV(B) | 69.5º | 0.75% | 0.73% | - |
| XYZ | 33.38 | 43.22 | 9.27 | - |
| YUV | 163.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 47 | 0.12 | 0 | 0.75 | 0.27 | 69.5 | 0.6 | 0.46 |
| Hex | A4 | BA | 2F | C | 0 | 4B | 1B | 45 | 3C | 2E |
| Octal | 244 | 272 | 57 | 14 | 0 | 113 | 33 | 105 | 74 | 56 |
| Binary | 10100100 | 10111010 | 101111 | 1100 | 0 | 1001011 | 11011 | 1000101 | 111100 | 101110 |
Color Harmonies of #A4BA2F
Complementary color
Monochromatic Colors of #A4BA2F
Black with #A4BA2F
Text Example
Text Example
White with #A4BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA2F; }
p { color: rgb(164,186,47); }
H1.HeaderClassName
{
color: #A4BA2F;
}
.AnyTagClassName
{
color: #A4BA2F;
}
</style>
background-color css
<style>
a { background-color: #A4BA2F; }
a { background-color: rgb(164,186,47); }
div.DivClassName
{
background-color: #A4BA2F;
}
.BgClassName
{
background-color: #A4BA2F;
}
</style>
border-color css
<style>
span { border-color: #A4BA2F; }
span { border-color: rgb(164,186,47); }
td.TdClassName
{
border-color: #A4BA2F;
}
.TagClassName
{
border-color: #A4BA2F;
}
</style>