Shades of Bahia #A6BA1C
Tints of Bahia #A6BA1C
RGB
CMYK
RGB Variations
Color information
#A6BA1C (or 0xA6BA1C) is known color: Bahia. HEX triplet: A6, BA and 1C. RGB value is (166,186,28). Sum of RGB (Red+Green+Blue) = 166+186+28=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA1C is #5945E3. Grayscale: #A2A2A2. Windows color (decimal): -5850596 or 1882790. OLE color: 1882790.
HSL color Cylindrical-coordinate representation of color #A6BA1C: hue angle of 67.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6BA1C is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 28 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.27 |
| HSL | 67.59º | 0.74% | 0.42% | - |
| HSV(B) | 67.59º | 0.85% | 0.73% | - |
| XYZ | 33.49 | 43.31 | 7.69 | - |
| YUV | 162.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 28 | 0.11 | 0 | 0.85 | 0.27 | 67.59 | 0.74 | 0.42 |
| Hex | A6 | BA | 1C | B | 0 | 55 | 1B | 44 | 4A | 2A |
| Octal | 246 | 272 | 34 | 13 | 0 | 125 | 33 | 104 | 112 | 52 |
| Binary | 10100110 | 10111010 | 11100 | 1011 | 0 | 1010101 | 11011 | 1000100 | 1001010 | 101010 |
Color Harmonies of #A6BA1C
Complementary color
Monochromatic Colors of #A6BA1C
Black with #A6BA1C
Text Example
Text Example
White with #A6BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA1C; }
p { color: rgb(166,186,28); }
H1.HeaderClassName
{
color: #A6BA1C;
}
.AnyTagClassName
{
color: #A6BA1C;
}
</style>
background-color css
<style>
a { background-color: #A6BA1C; }
a { background-color: rgb(166,186,28); }
div.DivClassName
{
background-color: #A6BA1C;
}
.BgClassName
{
background-color: #A6BA1C;
}
</style>
border-color css
<style>
span { border-color: #A6BA1C; }
span { border-color: rgb(166,186,28); }
td.TdClassName
{
border-color: #A6BA1C;
}
.TagClassName
{
border-color: #A6BA1C;
}
</style>