Shades of Bahia #A6BA2B
Tints of Bahia #A6BA2B
RGB
CMYK
RGB Variations
Color information
#A6BA2B (or 0xA6BA2B) is known color: Bahia. HEX triplet: A6, BA and 2B. RGB value is (166,186,43). Sum of RGB (Red+Green+Blue) = 166+186+43=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA2B is #5945D4. Grayscale: #A4A4A4. Windows color (decimal): -5850581 or 2865830. OLE color: 2865830.
HSL color Cylindrical-coordinate representation of color #A6BA2B: hue angle of 68.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6BA2B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 43 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.27 |
| HSL | 68.39º | 0.62% | 0.45% | - |
| HSV(B) | 68.39º | 0.77% | 0.73% | - |
| XYZ | 33.72 | 43.4 | 8.89 | - |
| YUV | 163.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 43 | 0.11 | 0 | 0.77 | 0.27 | 68.39 | 0.62 | 0.45 |
| Hex | A6 | BA | 2B | B | 0 | 4D | 1B | 44 | 3E | 2D |
| Octal | 246 | 272 | 53 | 13 | 0 | 115 | 33 | 104 | 76 | 55 |
| Binary | 10100110 | 10111010 | 101011 | 1011 | 0 | 1001101 | 11011 | 1000100 | 111110 | 101101 |
Color Harmonies of #A6BA2B
Complementary color
Monochromatic Colors of #A6BA2B
Black with #A6BA2B
Text Example
Text Example
White with #A6BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA2B; }
p { color: rgb(166,186,43); }
H1.HeaderClassName
{
color: #A6BA2B;
}
.AnyTagClassName
{
color: #A6BA2B;
}
</style>
background-color css
<style>
a { background-color: #A6BA2B; }
a { background-color: rgb(166,186,43); }
div.DivClassName
{
background-color: #A6BA2B;
}
.BgClassName
{
background-color: #A6BA2B;
}
</style>
border-color css
<style>
span { border-color: #A6BA2B; }
span { border-color: rgb(166,186,43); }
td.TdClassName
{
border-color: #A6BA2B;
}
.TagClassName
{
border-color: #A6BA2B;
}
</style>