Shades of Bahia #A6B52E
Tints of Bahia #A6B52E
RGB
CMYK
RGB Variations
Color information
#A6B52E (or 0xA6B52E) is known color: Bahia. HEX triplet: A6, B5 and 2E. RGB value is (166,181,46). Sum of RGB (Red+Green+Blue) = 166+181+46=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B52E is #594AD1. Grayscale: #A1A1A1. Windows color (decimal): -5851858 or 3061158. OLE color: 3061158.
HSL color Cylindrical-coordinate representation of color #A6B52E: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6B52E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 46 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.29 |
| HSL | 66.67º | 0.59% | 0.45% | - |
| HSV(B) | 66.67º | 0.75% | 0.71% | - |
| XYZ | 32.74 | 41.35 | 8.84 | - |
| YUV | 161.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 46 | 0.08 | 0 | 0.75 | 0.29 | 66.67 | 0.59 | 0.45 |
| Hex | A6 | B5 | 2E | 8 | 0 | 4B | 1D | 43 | 3B | 2D |
| Octal | 246 | 265 | 56 | 10 | 0 | 113 | 35 | 103 | 73 | 55 |
| Binary | 10100110 | 10110101 | 101110 | 1000 | 0 | 1001011 | 11101 | 1000011 | 111011 | 101101 |
Color Harmonies of #A6B52E
Complementary color
Monochromatic Colors of #A6B52E
Black with #A6B52E
Text Example
Text Example
White with #A6B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B52E; }
p { color: rgb(166,181,46); }
H1.HeaderClassName
{
color: #A6B52E;
}
.AnyTagClassName
{
color: #A6B52E;
}
</style>
background-color css
<style>
a { background-color: #A6B52E; }
a { background-color: rgb(166,181,46); }
div.DivClassName
{
background-color: #A6B52E;
}
.BgClassName
{
background-color: #A6B52E;
}
</style>
border-color css
<style>
span { border-color: #A6B52E; }
span { border-color: rgb(166,181,46); }
td.TdClassName
{
border-color: #A6B52E;
}
.TagClassName
{
border-color: #A6B52E;
}
</style>