Shades of Bahia #A7B731
Tints of Bahia #A7B731
RGB
CMYK
RGB Variations
Color information
#A7B731 (or 0xA7B731) is known color: Bahia. HEX triplet: A7, B7 and 31. RGB value is (167,183,49). Sum of RGB (Red+Green+Blue) = 167+183+49=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B731 is #5848CE. Grayscale: #A3A3A3. Windows color (decimal): -5785807 or 3258279. OLE color: 3258279.
HSL color Cylindrical-coordinate representation of color #A7B731: hue angle of 67.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7B731 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 183 | 49 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.28 |
| HSL | 67.16º | 0.58% | 0.45% | - |
| HSV(B) | 67.16º | 0.73% | 0.72% | - |
| XYZ | 33.42 | 42.3 | 9.31 | - |
| YUV | 162.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 183 | 49 | 0.09 | 0 | 0.73 | 0.28 | 67.16 | 0.58 | 0.45 |
| Hex | A7 | B7 | 31 | 9 | 0 | 49 | 1C | 43 | 3A | 2D |
| Octal | 247 | 267 | 61 | 11 | 0 | 111 | 34 | 103 | 72 | 55 |
| Binary | 10100111 | 10110111 | 110001 | 1001 | 0 | 1001001 | 11100 | 1000011 | 111010 | 101101 |
Color Harmonies of #A7B731
Complementary color
Monochromatic Colors of #A7B731
Black with #A7B731
Text Example
Text Example
White with #A7B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B731; }
p { color: rgb(167,183,49); }
H1.HeaderClassName
{
color: #A7B731;
}
.AnyTagClassName
{
color: #A7B731;
}
</style>
background-color css
<style>
a { background-color: #A7B731; }
a { background-color: rgb(167,183,49); }
div.DivClassName
{
background-color: #A7B731;
}
.BgClassName
{
background-color: #A7B731;
}
</style>
border-color css
<style>
span { border-color: #A7B731; }
span { border-color: rgb(167,183,49); }
td.TdClassName
{
border-color: #A7B731;
}
.TagClassName
{
border-color: #A7B731;
}
</style>