Shades of Bahia #A6B42B
Tints of Bahia #A6B42B
RGB
CMYK
RGB Variations
Color information
#A6B42B (or 0xA6B42B) is known color: Bahia. HEX triplet: A6, B4 and 2B. RGB value is (166,180,43). Sum of RGB (Red+Green+Blue) = 166+180+43=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B42B is #594BD4. Grayscale: #A0A0A0. Windows color (decimal): -5852117 or 2864294. OLE color: 2864294.
HSL color Cylindrical-coordinate representation of color #A6B42B: hue angle of 66.13º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6B42B is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 43 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.29 |
| HSL | 66.13º | 0.61% | 0.44% | - |
| HSV(B) | 66.13º | 0.76% | 0.71% | - |
| XYZ | 32.48 | 40.92 | 8.47 | - |
| YUV | 160.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 43 | 0.08 | 0 | 0.76 | 0.29 | 66.13 | 0.61 | 0.44 |
| Hex | A6 | B4 | 2B | 8 | 0 | 4C | 1D | 42 | 3D | 2C |
| Octal | 246 | 264 | 53 | 10 | 0 | 114 | 35 | 102 | 75 | 54 |
| Binary | 10100110 | 10110100 | 101011 | 1000 | 0 | 1001100 | 11101 | 1000010 | 111101 | 101100 |
Color Harmonies of #A6B42B
Complementary color
Monochromatic Colors of #A6B42B
Black with #A6B42B
Text Example
Text Example
White with #A6B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B42B; }
p { color: rgb(166,180,43); }
H1.HeaderClassName
{
color: #A6B42B;
}
.AnyTagClassName
{
color: #A6B42B;
}
</style>
background-color css
<style>
a { background-color: #A6B42B; }
a { background-color: rgb(166,180,43); }
div.DivClassName
{
background-color: #A6B42B;
}
.BgClassName
{
background-color: #A6B42B;
}
</style>
border-color css
<style>
span { border-color: #A6B42B; }
span { border-color: rgb(166,180,43); }
td.TdClassName
{
border-color: #A6B42B;
}
.TagClassName
{
border-color: #A6B42B;
}
</style>