Shades of Bahia #A7BA2F
Tints of Bahia #A7BA2F
RGB
CMYK
RGB Variations
Color information
#A7BA2F (or 0xA7BA2F) is known color: Bahia. HEX triplet: A7, BA and 2F. RGB value is (167,186,47). Sum of RGB (Red+Green+Blue) = 167+186+47=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA2F is #5845D0. Grayscale: #A5A5A5. Windows color (decimal): -5785041 or 3127975. OLE color: 3127975.
HSL color Cylindrical-coordinate representation of color #A7BA2F: hue angle of 68.2º 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 #A7BA2F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 47 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.27 |
| HSL | 68.2º | 0.6% | 0.46% | - |
| HSV(B) | 68.2º | 0.75% | 0.73% | - |
| XYZ | 34.01 | 43.54 | 9.3 | - |
| YUV | 164.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 47 | 0.10 | 0 | 0.75 | 0.27 | 68.2 | 0.6 | 0.46 |
| Hex | A7 | BA | 2F | A | 0 | 4B | 1B | 44 | 3C | 2E |
| Octal | 247 | 272 | 57 | 12 | 0 | 113 | 33 | 104 | 74 | 56 |
| Binary | 10100111 | 10111010 | 101111 | 1010 | 0 | 1001011 | 11011 | 1000100 | 111100 | 101110 |
Color Harmonies of #A7BA2F
Complementary color
Monochromatic Colors of #A7BA2F
Black with #A7BA2F
Text Example
Text Example
White with #A7BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA2F; }
p { color: rgb(167,186,47); }
H1.HeaderClassName
{
color: #A7BA2F;
}
.AnyTagClassName
{
color: #A7BA2F;
}
</style>
background-color css
<style>
a { background-color: #A7BA2F; }
a { background-color: rgb(167,186,47); }
div.DivClassName
{
background-color: #A7BA2F;
}
.BgClassName
{
background-color: #A7BA2F;
}
</style>
border-color css
<style>
span { border-color: #A7BA2F; }
span { border-color: rgb(167,186,47); }
td.TdClassName
{
border-color: #A7BA2F;
}
.TagClassName
{
border-color: #A7BA2F;
}
</style>