Shades of Bahia #A7B01E
Tints of Bahia #A7B01E
RGB
CMYK
RGB Variations
Color information
#A7B01E (or 0xA7B01E) is known color: Bahia. HEX triplet: A7, B0 and 1E. RGB value is (167,176,30). Sum of RGB (Red+Green+Blue) = 167+176+30=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B01E is #584FE1. Grayscale: #9D9D9D. Windows color (decimal): -5787618 or 2011303. OLE color: 2011303.
HSL color Cylindrical-coordinate representation of color #A7B01E: hue angle of 63.7º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7B01E is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 30 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.31 |
| HSL | 63.7º | 0.71% | 0.4% | - |
| HSV(B) | 63.7º | 0.83% | 0.69% | - |
| XYZ | 31.7 | 39.36 | 7.15 | - |
| YUV | 156.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 30 | 0.05 | 0 | 0.83 | 0.31 | 63.7 | 0.71 | 0.4 |
| Hex | A7 | B0 | 1E | 5 | 0 | 53 | 1F | 40 | 47 | 28 |
| Octal | 247 | 260 | 36 | 5 | 0 | 123 | 37 | 100 | 107 | 50 |
| Binary | 10100111 | 10110000 | 11110 | 101 | 0 | 1010011 | 11111 | 1000000 | 1000111 | 101000 |
Color Harmonies of #A7B01E
Complementary color
Monochromatic Colors of #A7B01E
Black with #A7B01E
Text Example
Text Example
White with #A7B01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B01E; }
p { color: rgb(167,176,30); }
H1.HeaderClassName
{
color: #A7B01E;
}
.AnyTagClassName
{
color: #A7B01E;
}
</style>
background-color css
<style>
a { background-color: #A7B01E; }
a { background-color: rgb(167,176,30); }
div.DivClassName
{
background-color: #A7B01E;
}
.BgClassName
{
background-color: #A7B01E;
}
</style>
border-color css
<style>
span { border-color: #A7B01E; }
span { border-color: rgb(167,176,30); }
td.TdClassName
{
border-color: #A7B01E;
}
.TagClassName
{
border-color: #A7B01E;
}
</style>