Shades of Bahia #A7B11D
Tints of Bahia #A7B11D
RGB
CMYK
RGB Variations
Color information
#A7B11D (or 0xA7B11D) is known color: Bahia. HEX triplet: A7, B1 and 1D. RGB value is (167,177,29). Sum of RGB (Red+Green+Blue) = 167+177+29=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7B11D is #584EE2. Grayscale: #9D9D9D. Windows color (decimal): -5787363 or 1946023. OLE color: 1946023.
HSL color Cylindrical-coordinate representation of color #A7B11D: hue angle of 64.05º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7B11D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 29 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.31 |
| HSL | 64.05º | 0.72% | 0.4% | - |
| HSV(B) | 64.05º | 0.84% | 0.69% | - |
| XYZ | 31.88 | 39.75 | 7.15 | - |
| YUV | 157.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 29 | 0.06 | 0 | 0.84 | 0.31 | 64.05 | 0.72 | 0.4 |
| Hex | A7 | B1 | 1D | 6 | 0 | 54 | 1F | 40 | 48 | 28 |
| Octal | 247 | 261 | 35 | 6 | 0 | 124 | 37 | 100 | 110 | 50 |
| Binary | 10100111 | 10110001 | 11101 | 110 | 0 | 1010100 | 11111 | 1000000 | 1001000 | 101000 |
Color Harmonies of #A7B11D
Complementary color
Monochromatic Colors of #A7B11D
Black with #A7B11D
Text Example
Text Example
White with #A7B11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B11D; }
p { color: rgb(167,177,29); }
H1.HeaderClassName
{
color: #A7B11D;
}
.AnyTagClassName
{
color: #A7B11D;
}
</style>
background-color css
<style>
a { background-color: #A7B11D; }
a { background-color: rgb(167,177,29); }
div.DivClassName
{
background-color: #A7B11D;
}
.BgClassName
{
background-color: #A7B11D;
}
</style>
border-color css
<style>
span { border-color: #A7B11D; }
span { border-color: rgb(167,177,29); }
td.TdClassName
{
border-color: #A7B11D;
}
.TagClassName
{
border-color: #A7B11D;
}
</style>