Shades of Bahia #A6D011
Tints of Bahia #A6D011
RGB
CMYK
RGB Variations
Color information
#A6D011 (or 0xA6D011) is known color: Bahia. HEX triplet: A6, D0 and 11. RGB value is (166,208,17). Sum of RGB (Red+Green+Blue) = 166+208+17=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D011 is #592FEE. Grayscale: #AEAEAE. Windows color (decimal): -5844975 or 1167526. OLE color: 1167526.
HSL color Cylindrical-coordinate representation of color #A6D011: hue angle of 73.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6D011 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 17 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.18 |
| HSL | 73.19º | 0.85% | 0.44% | - |
| HSV(B) | 73.19º | 0.92% | 0.82% | - |
| XYZ | 38.38 | 53.26 | 8.79 | - |
| YUV | 173.67 | 39.59 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 17 | 0.20 | 0 | 0.92 | 0.18 | 73.19 | 0.85 | 0.44 |
| Hex | A6 | D0 | 11 | 14 | 0 | 5C | 12 | 49 | 55 | 2C |
| Octal | 246 | 320 | 21 | 24 | 0 | 134 | 22 | 111 | 125 | 54 |
| Binary | 10100110 | 11010000 | 10001 | 10100 | 0 | 1011100 | 10010 | 1001001 | 1010101 | 101100 |
Color Harmonies of #A6D011
Complementary color
Monochromatic Colors of #A6D011
Black with #A6D011
Text Example
Text Example
White with #A6D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D011; }
p { color: rgb(166,208,17); }
H1.HeaderClassName
{
color: #A6D011;
}
.AnyTagClassName
{
color: #A6D011;
}
</style>
background-color css
<style>
a { background-color: #A6D011; }
a { background-color: rgb(166,208,17); }
div.DivClassName
{
background-color: #A6D011;
}
.BgClassName
{
background-color: #A6D011;
}
</style>
border-color css
<style>
span { border-color: #A6D011; }
span { border-color: rgb(166,208,17); }
td.TdClassName
{
border-color: #A6D011;
}
.TagClassName
{
border-color: #A6D011;
}
</style>