Shades of Bahia #A6B52B
Tints of Bahia #A6B52B
RGB
CMYK
RGB Variations
Color information
#A6B52B (or 0xA6B52B) is known color: Bahia. HEX triplet: A6, B5 and 2B. RGB value is (166,181,43). Sum of RGB (Red+Green+Blue) = 166+181+43=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B52B is #594AD4. Grayscale: #A1A1A1. Windows color (decimal): -5851861 or 2864550. OLE color: 2864550.
HSL color Cylindrical-coordinate representation of color #A6B52B: hue angle of 66.52º degrees, saturation: 0.62, 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 #A6B52B is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 43 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.29 |
| HSL | 66.52º | 0.62% | 0.44% | - |
| HSV(B) | 66.52º | 0.76% | 0.71% | - |
| XYZ | 32.69 | 41.33 | 8.54 | - |
| YUV | 160.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 43 | 0.08 | 0 | 0.76 | 0.29 | 66.52 | 0.62 | 0.44 |
| Hex | A6 | B5 | 2B | 8 | 0 | 4C | 1D | 43 | 3E | 2C |
| Octal | 246 | 265 | 53 | 10 | 0 | 114 | 35 | 103 | 76 | 54 |
| Binary | 10100110 | 10110101 | 101011 | 1000 | 0 | 1001100 | 11101 | 1000011 | 111110 | 101100 |
Color Harmonies of #A6B52B
Complementary color
Monochromatic Colors of #A6B52B
Black with #A6B52B
Text Example
Text Example
White with #A6B52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B52B; }
p { color: rgb(166,181,43); }
H1.HeaderClassName
{
color: #A6B52B;
}
.AnyTagClassName
{
color: #A6B52B;
}
</style>
background-color css
<style>
a { background-color: #A6B52B; }
a { background-color: rgb(166,181,43); }
div.DivClassName
{
background-color: #A6B52B;
}
.BgClassName
{
background-color: #A6B52B;
}
</style>
border-color css
<style>
span { border-color: #A6B52B; }
span { border-color: rgb(166,181,43); }
td.TdClassName
{
border-color: #A6B52B;
}
.TagClassName
{
border-color: #A6B52B;
}
</style>