Shades of Bahia #A6C90C
Tints of Bahia #A6C90C
RGB
CMYK
RGB Variations
Color information
#A6C90C (or 0xA6C90C) is known color: Bahia. HEX triplet: A6, C9 and 0C. RGB value is (166,201,12). Sum of RGB (Red+Green+Blue) = 166+201+12=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 201 (78.91% from 255 or 53.03% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C90C is #5936F3. Grayscale: #A9A9A9. Windows color (decimal): -5846772 or 838054. OLE color: 838054.
HSL color Cylindrical-coordinate representation of color #A6C90C: hue angle of 71.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6C90C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.21 |
| HSL | 71.11º | 0.89% | 0.42% | - |
| HSV(B) | 71.11º | 0.94% | 0.79% | - |
| XYZ | 36.68 | 49.91 | 8.05 | - |
| YUV | 168.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 12 | 0.17 | 0 | 0.94 | 0.21 | 71.11 | 0.89 | 0.42 |
| Hex | A6 | C9 | C | 11 | 0 | 5E | 15 | 47 | 59 | 2A |
| Octal | 246 | 311 | 14 | 21 | 0 | 136 | 25 | 107 | 131 | 52 |
| Binary | 10100110 | 11001001 | 1100 | 10001 | 0 | 1011110 | 10101 | 1000111 | 1011001 | 101010 |
Color Harmonies of #A6C90C
Complementary color
Monochromatic Colors of #A6C90C
Black with #A6C90C
Text Example
Text Example
White with #A6C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C90C; }
p { color: rgb(166,201,12); }
H1.HeaderClassName
{
color: #A6C90C;
}
.AnyTagClassName
{
color: #A6C90C;
}
</style>
background-color css
<style>
a { background-color: #A6C90C; }
a { background-color: rgb(166,201,12); }
div.DivClassName
{
background-color: #A6C90C;
}
.BgClassName
{
background-color: #A6C90C;
}
</style>
border-color css
<style>
span { border-color: #A6C90C; }
span { border-color: rgb(166,201,12); }
td.TdClassName
{
border-color: #A6C90C;
}
.TagClassName
{
border-color: #A6C90C;
}
</style>