Shades of Bahia #A7BC2E
Tints of Bahia #A7BC2E
RGB
CMYK
RGB Variations
Color information
#A7BC2E (or 0xA7BC2E) is known color: Bahia. HEX triplet: A7, BC and 2E. RGB value is (167,188,46). Sum of RGB (Red+Green+Blue) = 167+188+46=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BC2E is #5843D1. Grayscale: #A6A6A6. Windows color (decimal): -5784530 or 3062951. OLE color: 3062951.
HSL color Cylindrical-coordinate representation of color #A7BC2E: hue angle of 68.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7BC2E is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 188 | 46 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.26 |
| HSL | 68.87º | 0.61% | 0.46% | - |
| HSV(B) | 68.87º | 0.76% | 0.74% | - |
| XYZ | 34.41 | 44.38 | 9.34 | - |
| YUV | 165.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 46 | 0.11 | 0 | 0.76 | 0.26 | 68.87 | 0.61 | 0.46 |
| Hex | A7 | BC | 2E | B | 0 | 4C | 1A | 45 | 3D | 2E |
| Octal | 247 | 274 | 56 | 13 | 0 | 114 | 32 | 105 | 75 | 56 |
| Binary | 10100111 | 10111100 | 101110 | 1011 | 0 | 1001100 | 11010 | 1000101 | 111101 | 101110 |
Color Harmonies of #A7BC2E
Complementary color
Monochromatic Colors of #A7BC2E
Black with #A7BC2E
Text Example
Text Example
White with #A7BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BC2E; }
p { color: rgb(167,188,46); }
H1.HeaderClassName
{
color: #A7BC2E;
}
.AnyTagClassName
{
color: #A7BC2E;
}
</style>
background-color css
<style>
a { background-color: #A7BC2E; }
a { background-color: rgb(167,188,46); }
div.DivClassName
{
background-color: #A7BC2E;
}
.BgClassName
{
background-color: #A7BC2E;
}
</style>
border-color css
<style>
span { border-color: #A7BC2E; }
span { border-color: rgb(167,188,46); }
td.TdClassName
{
border-color: #A7BC2E;
}
.TagClassName
{
border-color: #A7BC2E;
}
</style>