Shades of Bahia #A7B221
Tints of Bahia #A7B221
RGB
CMYK
RGB Variations
Color information
#A7B221 (or 0xA7B221) is known color: Bahia. HEX triplet: A7, B2 and 21. RGB value is (167,178,33). Sum of RGB (Red+Green+Blue) = 167+178+33=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B221 is #584DDE. Grayscale: #9E9E9E. Windows color (decimal): -5787103 or 2208423. OLE color: 2208423.
HSL color Cylindrical-coordinate representation of color #A7B221: hue angle of 64.55º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7B221 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 33 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.30 |
| HSL | 64.55º | 0.69% | 0.41% | - |
| HSV(B) | 64.55º | 0.81% | 0.7% | - |
| XYZ | 32.13 | 40.17 | 7.5 | - |
| YUV | 158.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 33 | 0.06 | 0 | 0.81 | 0.30 | 64.55 | 0.69 | 0.41 |
| Hex | A7 | B2 | 21 | 6 | 0 | 51 | 1E | 41 | 45 | 29 |
| Octal | 247 | 262 | 41 | 6 | 0 | 121 | 36 | 101 | 105 | 51 |
| Binary | 10100111 | 10110010 | 100001 | 110 | 0 | 1010001 | 11110 | 1000001 | 1000101 | 101001 |
Color Harmonies of #A7B221
Complementary color
Monochromatic Colors of #A7B221
Black with #A7B221
Text Example
Text Example
White with #A7B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B221; }
p { color: rgb(167,178,33); }
H1.HeaderClassName
{
color: #A7B221;
}
.AnyTagClassName
{
color: #A7B221;
}
</style>
background-color css
<style>
a { background-color: #A7B221; }
a { background-color: rgb(167,178,33); }
div.DivClassName
{
background-color: #A7B221;
}
.BgClassName
{
background-color: #A7B221;
}
</style>
border-color css
<style>
span { border-color: #A7B221; }
span { border-color: rgb(167,178,33); }
td.TdClassName
{
border-color: #A7B221;
}
.TagClassName
{
border-color: #A7B221;
}
</style>