Shades of Bahia #A6C211
Tints of Bahia #A6C211
RGB
CMYK
RGB Variations
Color information
#A6C211 (or 0xA6C211) is known color: Bahia. HEX triplet: A6, C2 and 11. RGB value is (166,194,17). Sum of RGB (Red+Green+Blue) = 166+194+17=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C211 is #593DEE. Grayscale: #A6A6A6. Windows color (decimal): -5848559 or 1163942. OLE color: 1163942.
HSL color Cylindrical-coordinate representation of color #A6C211: hue angle of 69.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6C211 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.24 |
| HSL | 69.49º | 0.84% | 0.41% | - |
| HSV(B) | 69.49º | 0.91% | 0.76% | - |
| XYZ | 35.12 | 46.73 | 7.7 | - |
| YUV | 165.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 17 | 0.14 | 0 | 0.91 | 0.24 | 69.49 | 0.84 | 0.41 |
| Hex | A6 | C2 | 11 | E | 0 | 5B | 18 | 45 | 54 | 29 |
| Octal | 246 | 302 | 21 | 16 | 0 | 133 | 30 | 105 | 124 | 51 |
| Binary | 10100110 | 11000010 | 10001 | 1110 | 0 | 1011011 | 11000 | 1000101 | 1010100 | 101001 |
Color Harmonies of #A6C211
Complementary color
Monochromatic Colors of #A6C211
Black with #A6C211
Text Example
Text Example
White with #A6C211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C211; }
p { color: rgb(166,194,17); }
H1.HeaderClassName
{
color: #A6C211;
}
.AnyTagClassName
{
color: #A6C211;
}
</style>
background-color css
<style>
a { background-color: #A6C211; }
a { background-color: rgb(166,194,17); }
div.DivClassName
{
background-color: #A6C211;
}
.BgClassName
{
background-color: #A6C211;
}
</style>
border-color css
<style>
span { border-color: #A6C211; }
span { border-color: rgb(166,194,17); }
td.TdClassName
{
border-color: #A6C211;
}
.TagClassName
{
border-color: #A6C211;
}
</style>