Shades of Bahia #A2B127
Tints of Bahia #A2B127
RGB
CMYK
RGB Variations
Color information
#A2B127 (or 0xA2B127) is known color: Bahia. HEX triplet: A2, B1 and 27. RGB value is (162,177,39). Sum of RGB (Red+Green+Blue) = 162+177+39=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B127 is #5D4ED8. Grayscale: #9D9D9D. Windows color (decimal): -6115033 or 2601378. OLE color: 2601378.
HSL color Cylindrical-coordinate representation of color #A2B127: hue angle of 66.52º 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 #A2B127 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 39 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.31 |
| HSL | 66.52º | 0.64% | 0.42% | - |
| HSV(B) | 66.52º | 0.78% | 0.69% | - |
| XYZ | 30.99 | 39.27 | 7.87 | - |
| YUV | 156.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 39 | 0.08 | 0 | 0.78 | 0.31 | 66.52 | 0.64 | 0.42 |
| Hex | A2 | B1 | 27 | 8 | 0 | 4E | 1F | 43 | 40 | 2A |
| Octal | 242 | 261 | 47 | 10 | 0 | 116 | 37 | 103 | 100 | 52 |
| Binary | 10100010 | 10110001 | 100111 | 1000 | 0 | 1001110 | 11111 | 1000011 | 1000000 | 101010 |
Color Harmonies of #A2B127
Complementary color
Monochromatic Colors of #A2B127
Black with #A2B127
Text Example
Text Example
White with #A2B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B127; }
p { color: rgb(162,177,39); }
H1.HeaderClassName
{
color: #A2B127;
}
.AnyTagClassName
{
color: #A2B127;
}
</style>
background-color css
<style>
a { background-color: #A2B127; }
a { background-color: rgb(162,177,39); }
div.DivClassName
{
background-color: #A2B127;
}
.BgClassName
{
background-color: #A2B127;
}
</style>
border-color css
<style>
span { border-color: #A2B127; }
span { border-color: rgb(162,177,39); }
td.TdClassName
{
border-color: #A2B127;
}
.TagClassName
{
border-color: #A2B127;
}
</style>