Shades of Bahia #A6C11A
Tints of Bahia #A6C11A
RGB
CMYK
RGB Variations
Color information
#A6C11A (or 0xA6C11A) is known color: Bahia. HEX triplet: A6, C1 and 1A. RGB value is (166,193,26). Sum of RGB (Red+Green+Blue) = 166+193+26=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C11A is #593EE5. Grayscale: #A6A6A6. Windows color (decimal): -5848806 or 1753510. OLE color: 1753510.
HSL color Cylindrical-coordinate representation of color #A6C11A: hue angle of 69.7º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6C11A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 26 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.24 |
| HSL | 69.7º | 0.76% | 0.43% | - |
| HSV(B) | 69.7º | 0.87% | 0.76% | - |
| XYZ | 34.98 | 46.32 | 8.07 | - |
| YUV | 165.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 26 | 0.14 | 0 | 0.87 | 0.24 | 69.7 | 0.76 | 0.43 |
| Hex | A6 | C1 | 1A | E | 0 | 57 | 18 | 46 | 4C | 2B |
| Octal | 246 | 301 | 32 | 16 | 0 | 127 | 30 | 106 | 114 | 53 |
| Binary | 10100110 | 11000001 | 11010 | 1110 | 0 | 1010111 | 11000 | 1000110 | 1001100 | 101011 |
Color Harmonies of #A6C11A
Complementary color
Monochromatic Colors of #A6C11A
Black with #A6C11A
Text Example
Text Example
White with #A6C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C11A; }
p { color: rgb(166,193,26); }
H1.HeaderClassName
{
color: #A6C11A;
}
.AnyTagClassName
{
color: #A6C11A;
}
</style>
background-color css
<style>
a { background-color: #A6C11A; }
a { background-color: rgb(166,193,26); }
div.DivClassName
{
background-color: #A6C11A;
}
.BgClassName
{
background-color: #A6C11A;
}
</style>
border-color css
<style>
span { border-color: #A6C11A; }
span { border-color: rgb(166,193,26); }
td.TdClassName
{
border-color: #A6C11A;
}
.TagClassName
{
border-color: #A6C11A;
}
</style>