Shades of Bahia #A7B517
Tints of Bahia #A7B517
RGB
CMYK
RGB Variations
Color information
#A7B517 (or 0xA7B517) is known color: Bahia. HEX triplet: A7, B5 and 17. RGB value is (167,181,23). Sum of RGB (Red+Green+Blue) = 167+181+23=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B517 is #584AE8. Grayscale: #9F9F9F. Windows color (decimal): -5786345 or 1553831. OLE color: 1553831.
HSL color Cylindrical-coordinate representation of color #A7B517: hue angle of 65.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7B517 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 23 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.29 |
| HSL | 65.32º | 0.77% | 0.4% | - |
| HSV(B) | 65.32º | 0.87% | 0.71% | - |
| XYZ | 32.61 | 41.33 | 7.07 | - |
| YUV | 158.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 23 | 0.08 | 0 | 0.87 | 0.29 | 65.32 | 0.77 | 0.4 |
| Hex | A7 | B5 | 17 | 8 | 0 | 57 | 1D | 41 | 4D | 28 |
| Octal | 247 | 265 | 27 | 10 | 0 | 127 | 35 | 101 | 115 | 50 |
| Binary | 10100111 | 10110101 | 10111 | 1000 | 0 | 1010111 | 11101 | 1000001 | 1001101 | 101000 |
Color Harmonies of #A7B517
Complementary color
Monochromatic Colors of #A7B517
Black with #A7B517
Text Example
Text Example
White with #A7B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B517; }
p { color: rgb(167,181,23); }
H1.HeaderClassName
{
color: #A7B517;
}
.AnyTagClassName
{
color: #A7B517;
}
</style>
background-color css
<style>
a { background-color: #A7B517; }
a { background-color: rgb(167,181,23); }
div.DivClassName
{
background-color: #A7B517;
}
.BgClassName
{
background-color: #A7B517;
}
</style>
border-color css
<style>
span { border-color: #A7B517; }
span { border-color: rgb(167,181,23); }
td.TdClassName
{
border-color: #A7B517;
}
.TagClassName
{
border-color: #A7B517;
}
</style>