Shades of Bahia #A6B42A
Tints of Bahia #A6B42A
RGB
CMYK
RGB Variations
Color information
#A6B42A (or 0xA6B42A) is known color: Bahia. HEX triplet: A6, B4 and 2A. RGB value is (166,180,42). Sum of RGB (Red+Green+Blue) = 166+180+42=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B42A is #594BD5. Grayscale: #A0A0A0. Windows color (decimal): -5852118 or 2798758. OLE color: 2798758.
HSL color Cylindrical-coordinate representation of color #A6B42A: hue angle of 66.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6B42A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 42 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.29 |
| HSL | 66.09º | 0.62% | 0.44% | - |
| HSV(B) | 66.09º | 0.77% | 0.71% | - |
| XYZ | 32.47 | 40.92 | 8.38 | - |
| YUV | 160.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 42 | 0.08 | 0 | 0.77 | 0.29 | 66.09 | 0.62 | 0.44 |
| Hex | A6 | B4 | 2A | 8 | 0 | 4D | 1D | 42 | 3E | 2C |
| Octal | 246 | 264 | 52 | 10 | 0 | 115 | 35 | 102 | 76 | 54 |
| Binary | 10100110 | 10110100 | 101010 | 1000 | 0 | 1001101 | 11101 | 1000010 | 111110 | 101100 |
Color Harmonies of #A6B42A
Complementary color
Monochromatic Colors of #A6B42A
Black with #A6B42A
Text Example
Text Example
White with #A6B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B42A; }
p { color: rgb(166,180,42); }
H1.HeaderClassName
{
color: #A6B42A;
}
.AnyTagClassName
{
color: #A6B42A;
}
</style>
background-color css
<style>
a { background-color: #A6B42A; }
a { background-color: rgb(166,180,42); }
div.DivClassName
{
background-color: #A6B42A;
}
.BgClassName
{
background-color: #A6B42A;
}
</style>
border-color css
<style>
span { border-color: #A6B42A; }
span { border-color: rgb(166,180,42); }
td.TdClassName
{
border-color: #A6B42A;
}
.TagClassName
{
border-color: #A6B42A;
}
</style>