Shades of Bahia #A6B32A
Tints of Bahia #A6B32A
RGB
CMYK
RGB Variations
Color information
#A6B32A (or 0xA6B32A) is known color: Bahia. HEX triplet: A6, B3 and 2A. RGB value is (166,179,42). Sum of RGB (Red+Green+Blue) = 166+179+42=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B32A is #594CD5. Grayscale: #A0A0A0. Windows color (decimal): -5852374 or 2798502. OLE color: 2798502.
HSL color Cylindrical-coordinate representation of color #A6B32A: hue angle of 65.69º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B32A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 179 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.30 |
| HSL | 65.69º | 0.62% | 0.43% | - |
| HSV(B) | 65.69º | 0.77% | 0.7% | - |
| XYZ | 32.26 | 40.51 | 8.31 | - |
| YUV | 159.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 42 | 0.07 | 0 | 0.77 | 0.30 | 65.69 | 0.62 | 0.43 |
| Hex | A6 | B3 | 2A | 7 | 0 | 4D | 1E | 42 | 3E | 2B |
| Octal | 246 | 263 | 52 | 7 | 0 | 115 | 36 | 102 | 76 | 53 |
| Binary | 10100110 | 10110011 | 101010 | 111 | 0 | 1001101 | 11110 | 1000010 | 111110 | 101011 |
Color Harmonies of #A6B32A
Complementary color
Monochromatic Colors of #A6B32A
Black with #A6B32A
Text Example
Text Example
White with #A6B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B32A; }
p { color: rgb(166,179,42); }
H1.HeaderClassName
{
color: #A6B32A;
}
.AnyTagClassName
{
color: #A6B32A;
}
</style>
background-color css
<style>
a { background-color: #A6B32A; }
a { background-color: rgb(166,179,42); }
div.DivClassName
{
background-color: #A6B32A;
}
.BgClassName
{
background-color: #A6B32A;
}
</style>
border-color css
<style>
span { border-color: #A6B32A; }
span { border-color: rgb(166,179,42); }
td.TdClassName
{
border-color: #A6B32A;
}
.TagClassName
{
border-color: #A6B32A;
}
</style>