Shades of Bahia #A9B127
Tints of Bahia #A9B127
RGB
CMYK
RGB Variations
Color information
#A9B127 (or 0xA9B127) is known color: Bahia. HEX triplet: A9, B1 and 27. RGB value is (169,177,39). Sum of RGB (Red+Green+Blue) = 169+177+39=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9B127 is #564ED8. Grayscale: #9F9F9F. Windows color (decimal): -5656281 or 2601385. OLE color: 2601385.
HSL color Cylindrical-coordinate representation of color #A9B127: hue angle of 63.48º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9B127 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 39 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.31 |
| HSL | 63.48º | 0.64% | 0.42% | - |
| HSV(B) | 63.48º | 0.78% | 0.69% | - |
| XYZ | 32.45 | 40.03 | 7.93 | - |
| YUV | 158.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 39 | 0.05 | 0 | 0.78 | 0.31 | 63.48 | 0.64 | 0.42 |
| Hex | A9 | B1 | 27 | 5 | 0 | 4E | 1F | 3F | 40 | 2A |
| Octal | 251 | 261 | 47 | 5 | 0 | 116 | 37 | 77 | 100 | 52 |
| Binary | 10101001 | 10110001 | 100111 | 101 | 0 | 1001110 | 11111 | 111111 | 1000000 | 101010 |
Color Harmonies of #A9B127
Complementary color
Monochromatic Colors of #A9B127
Black with #A9B127
Text Example
Text Example
White with #A9B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B127; }
p { color: rgb(169,177,39); }
H1.HeaderClassName
{
color: #A9B127;
}
.AnyTagClassName
{
color: #A9B127;
}
</style>
background-color css
<style>
a { background-color: #A9B127; }
a { background-color: rgb(169,177,39); }
div.DivClassName
{
background-color: #A9B127;
}
.BgClassName
{
background-color: #A9B127;
}
</style>
border-color css
<style>
span { border-color: #A9B127; }
span { border-color: rgb(169,177,39); }
td.TdClassName
{
border-color: #A9B127;
}
.TagClassName
{
border-color: #A9B127;
}
</style>