Shades of Bahia #A7B726
Tints of Bahia #A7B726
RGB
CMYK
RGB Variations
Color information
#A7B726 (or 0xA7B726) is known color: Bahia. HEX triplet: A7, B7 and 26. RGB value is (167,183,38). Sum of RGB (Red+Green+Blue) = 167+183+38=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B726 is #5848D9. Grayscale: #A2A2A2. Windows color (decimal): -5785818 or 2537383. OLE color: 2537383.
HSL color Cylindrical-coordinate representation of color #A7B726: hue angle of 66.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7B726 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 38 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.28 |
| HSL | 66.62º | 0.66% | 0.43% | - |
| HSV(B) | 66.62º | 0.79% | 0.72% | - |
| XYZ | 33.22 | 42.22 | 8.23 | - |
| YUV | 161.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 38 | 0.09 | 0 | 0.79 | 0.28 | 66.62 | 0.66 | 0.43 |
| Hex | A7 | B7 | 26 | 9 | 0 | 4F | 1C | 43 | 42 | 2B |
| Octal | 247 | 267 | 46 | 11 | 0 | 117 | 34 | 103 | 102 | 53 |
| Binary | 10100111 | 10110111 | 100110 | 1001 | 0 | 1001111 | 11100 | 1000011 | 1000010 | 101011 |
Color Harmonies of #A7B726
Complementary color
Monochromatic Colors of #A7B726
Black with #A7B726
Text Example
Text Example
White with #A7B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B726; }
p { color: rgb(167,183,38); }
H1.HeaderClassName
{
color: #A7B726;
}
.AnyTagClassName
{
color: #A7B726;
}
</style>
background-color css
<style>
a { background-color: #A7B726; }
a { background-color: rgb(167,183,38); }
div.DivClassName
{
background-color: #A7B726;
}
.BgClassName
{
background-color: #A7B726;
}
</style>
border-color css
<style>
span { border-color: #A7B726; }
span { border-color: rgb(167,183,38); }
td.TdClassName
{
border-color: #A7B726;
}
.TagClassName
{
border-color: #A7B726;
}
</style>