Shades of Bahia #A6C014
Tints of Bahia #A6C014
RGB
CMYK
RGB Variations
Color information
#A6C014 (or 0xA6C014) is known color: Bahia. HEX triplet: A6, C0 and 14. RGB value is (166,192,20). Sum of RGB (Red+Green+Blue) = 166+192+20=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6C014 is #593FEB. Grayscale: #A5A5A5. Windows color (decimal): -5849068 or 1360038. OLE color: 1360038.
HSL color Cylindrical-coordinate representation of color #A6C014: hue angle of 69.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6C014 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.25 |
| HSL | 69.07º | 0.81% | 0.42% | - |
| HSV(B) | 69.07º | 0.9% | 0.75% | - |
| XYZ | 34.7 | 45.86 | 7.68 | - |
| YUV | 164.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 20 | 0.14 | 0 | 0.90 | 0.25 | 69.07 | 0.81 | 0.42 |
| Hex | A6 | C0 | 14 | E | 0 | 5A | 19 | 45 | 51 | 2A |
| Octal | 246 | 300 | 24 | 16 | 0 | 132 | 31 | 105 | 121 | 52 |
| Binary | 10100110 | 11000000 | 10100 | 1110 | 0 | 1011010 | 11001 | 1000101 | 1010001 | 101010 |
Color Harmonies of #A6C014
Complementary color
Monochromatic Colors of #A6C014
Black with #A6C014
Text Example
Text Example
White with #A6C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C014; }
p { color: rgb(166,192,20); }
H1.HeaderClassName
{
color: #A6C014;
}
.AnyTagClassName
{
color: #A6C014;
}
</style>
background-color css
<style>
a { background-color: #A6C014; }
a { background-color: rgb(166,192,20); }
div.DivClassName
{
background-color: #A6C014;
}
.BgClassName
{
background-color: #A6C014;
}
</style>
border-color css
<style>
span { border-color: #A6C014; }
span { border-color: rgb(166,192,20); }
td.TdClassName
{
border-color: #A6C014;
}
.TagClassName
{
border-color: #A6C014;
}
</style>