Shades of Bahia #A6C11D
Tints of Bahia #A6C11D
RGB
CMYK
RGB Variations
Color information
#A6C11D (or 0xA6C11D) is known color: Bahia. HEX triplet: A6, C1 and 1D. RGB value is (166,193,29). Sum of RGB (Red+Green+Blue) = 166+193+29=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C11D is #593EE2. Grayscale: #A6A6A6. Windows color (decimal): -5848803 or 1950118. OLE color: 1950118.
HSL color Cylindrical-coordinate representation of color #A6C11D: hue angle of 69.88º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6C11D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 193 | 29 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.24 |
| HSL | 69.88º | 0.74% | 0.44% | - |
| HSV(B) | 69.88º | 0.85% | 0.76% | - |
| XYZ | 35.02 | 46.34 | 8.26 | - |
| YUV | 166.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 193 | 29 | 0.14 | 0 | 0.85 | 0.24 | 69.88 | 0.74 | 0.44 |
| Hex | A6 | C1 | 1D | E | 0 | 55 | 18 | 46 | 4A | 2C |
| Octal | 246 | 301 | 35 | 16 | 0 | 125 | 30 | 106 | 112 | 54 |
| Binary | 10100110 | 11000001 | 11101 | 1110 | 0 | 1010101 | 11000 | 1000110 | 1001010 | 101100 |
Color Harmonies of #A6C11D
Complementary color
Monochromatic Colors of #A6C11D
Black with #A6C11D
Text Example
Text Example
White with #A6C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C11D; }
p { color: rgb(166,193,29); }
H1.HeaderClassName
{
color: #A6C11D;
}
.AnyTagClassName
{
color: #A6C11D;
}
</style>
background-color css
<style>
a { background-color: #A6C11D; }
a { background-color: rgb(166,193,29); }
div.DivClassName
{
background-color: #A6C11D;
}
.BgClassName
{
background-color: #A6C11D;
}
</style>
border-color css
<style>
span { border-color: #A6C11D; }
span { border-color: rgb(166,193,29); }
td.TdClassName
{
border-color: #A6C11D;
}
.TagClassName
{
border-color: #A6C11D;
}
</style>