Shades of Bahia #A7BA2A
Tints of Bahia #A7BA2A
RGB
CMYK
RGB Variations
Color information
#A7BA2A (or 0xA7BA2A) is known color: Bahia. HEX triplet: A7, BA and 2A. RGB value is (167,186,42). Sum of RGB (Red+Green+Blue) = 167+186+42=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA2A is #5845D5. Grayscale: #A4A4A4. Windows color (decimal): -5785046 or 2800295. OLE color: 2800295.
HSL color Cylindrical-coordinate representation of color #A7BA2A: hue angle of 67.92º 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 #A7BA2A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 42 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.27 |
| HSL | 67.92º | 0.63% | 0.45% | - |
| HSV(B) | 67.92º | 0.77% | 0.73% | - |
| XYZ | 33.91 | 43.5 | 8.8 | - |
| YUV | 163.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 42 | 0.10 | 0 | 0.77 | 0.27 | 67.92 | 0.63 | 0.45 |
| Hex | A7 | BA | 2A | A | 0 | 4D | 1B | 44 | 3F | 2D |
| Octal | 247 | 272 | 52 | 12 | 0 | 115 | 33 | 104 | 77 | 55 |
| Binary | 10100111 | 10111010 | 101010 | 1010 | 0 | 1001101 | 11011 | 1000100 | 111111 | 101101 |
Color Harmonies of #A7BA2A
Complementary color
Monochromatic Colors of #A7BA2A
Black with #A7BA2A
Text Example
Text Example
White with #A7BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA2A; }
p { color: rgb(167,186,42); }
H1.HeaderClassName
{
color: #A7BA2A;
}
.AnyTagClassName
{
color: #A7BA2A;
}
</style>
background-color css
<style>
a { background-color: #A7BA2A; }
a { background-color: rgb(167,186,42); }
div.DivClassName
{
background-color: #A7BA2A;
}
.BgClassName
{
background-color: #A7BA2A;
}
</style>
border-color css
<style>
span { border-color: #A7BA2A; }
span { border-color: rgb(167,186,42); }
td.TdClassName
{
border-color: #A7BA2A;
}
.TagClassName
{
border-color: #A7BA2A;
}
</style>