Shades of Bahia #A7B229
Tints of Bahia #A7B229
RGB
CMYK
RGB Variations
Color information
#A7B229 (or 0xA7B229) is known color: Bahia. HEX triplet: A7, B2 and 29. RGB value is (167,178,41). Sum of RGB (Red+Green+Blue) = 167+178+41=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B229 is #584DD6. Grayscale: #9F9F9F. Windows color (decimal): -5787095 or 2732711. OLE color: 2732711.
HSL color Cylindrical-coordinate representation of color #A7B229: hue angle of 64.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7B229 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 41 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.30 |
| HSL | 64.82º | 0.63% | 0.43% | - |
| HSV(B) | 64.82º | 0.77% | 0.7% | - |
| XYZ | 32.26 | 40.22 | 8.16 | - |
| YUV | 159.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 41 | 0.06 | 0 | 0.77 | 0.30 | 64.82 | 0.63 | 0.43 |
| Hex | A7 | B2 | 29 | 6 | 0 | 4D | 1E | 41 | 3F | 2B |
| Octal | 247 | 262 | 51 | 6 | 0 | 115 | 36 | 101 | 77 | 53 |
| Binary | 10100111 | 10110010 | 101001 | 110 | 0 | 1001101 | 11110 | 1000001 | 111111 | 101011 |
Color Harmonies of #A7B229
Complementary color
Monochromatic Colors of #A7B229
Black with #A7B229
Text Example
Text Example
White with #A7B229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B229; }
p { color: rgb(167,178,41); }
H1.HeaderClassName
{
color: #A7B229;
}
.AnyTagClassName
{
color: #A7B229;
}
</style>
background-color css
<style>
a { background-color: #A7B229; }
a { background-color: rgb(167,178,41); }
div.DivClassName
{
background-color: #A7B229;
}
.BgClassName
{
background-color: #A7B229;
}
</style>
border-color css
<style>
span { border-color: #A7B229; }
span { border-color: rgb(167,178,41); }
td.TdClassName
{
border-color: #A7B229;
}
.TagClassName
{
border-color: #A7B229;
}
</style>