Shades of Bahia #A6BA2D
Tints of Bahia #A6BA2D
RGB
CMYK
RGB Variations
Color information
#A6BA2D (or 0xA6BA2D) is known color: Bahia. HEX triplet: A6, BA and 2D. RGB value is (166,186,45). Sum of RGB (Red+Green+Blue) = 166+186+45=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA2D is #5945D2. Grayscale: #A4A4A4. Windows color (decimal): -5850579 or 2996902. OLE color: 2996902.
HSL color Cylindrical-coordinate representation of color #A6BA2D: hue angle of 68.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6BA2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 45 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.27 |
| HSL | 68.51º | 0.61% | 0.45% | - |
| HSV(B) | 68.51º | 0.76% | 0.73% | - |
| XYZ | 33.76 | 43.41 | 9.08 | - |
| YUV | 163.95 | 60.87 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 45 | 0.11 | 0 | 0.76 | 0.27 | 68.51 | 0.61 | 0.45 |
| Hex | A6 | BA | 2D | B | 0 | 4C | 1B | 45 | 3D | 2D |
| Octal | 246 | 272 | 55 | 13 | 0 | 114 | 33 | 105 | 75 | 55 |
| Binary | 10100110 | 10111010 | 101101 | 1011 | 0 | 1001100 | 11011 | 1000101 | 111101 | 101101 |
Color Harmonies of #A6BA2D
Complementary color
Monochromatic Colors of #A6BA2D
Black with #A6BA2D
Text Example
Text Example
White with #A6BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA2D; }
p { color: rgb(166,186,45); }
H1.HeaderClassName
{
color: #A6BA2D;
}
.AnyTagClassName
{
color: #A6BA2D;
}
</style>
background-color css
<style>
a { background-color: #A6BA2D; }
a { background-color: rgb(166,186,45); }
div.DivClassName
{
background-color: #A6BA2D;
}
.BgClassName
{
background-color: #A6BA2D;
}
</style>
border-color css
<style>
span { border-color: #A6BA2D; }
span { border-color: rgb(166,186,45); }
td.TdClassName
{
border-color: #A6BA2D;
}
.TagClassName
{
border-color: #A6BA2D;
}
</style>