Shades of Bahia #A6BA14
Tints of Bahia #A6BA14
RGB
CMYK
RGB Variations
Color information
#A6BA14 (or 0xA6BA14) is known color: Bahia. HEX triplet: A6, BA and 14. RGB value is (166,186,20). Sum of RGB (Red+Green+Blue) = 166+186+20=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA14 is #5945EB. Grayscale: #A1A1A1. Windows color (decimal): -5850604 or 1358502. OLE color: 1358502.
HSL color Cylindrical-coordinate representation of color #A6BA14: hue angle of 67.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6BA14 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 20 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.27 |
| HSL | 67.23º | 0.81% | 0.4% | - |
| HSV(B) | 67.23º | 0.89% | 0.73% | - |
| XYZ | 33.41 | 43.28 | 7.25 | - |
| YUV | 161.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 20 | 0.11 | 0 | 0.89 | 0.27 | 67.23 | 0.81 | 0.4 |
| Hex | A6 | BA | 14 | B | 0 | 59 | 1B | 43 | 51 | 28 |
| Octal | 246 | 272 | 24 | 13 | 0 | 131 | 33 | 103 | 121 | 50 |
| Binary | 10100110 | 10111010 | 10100 | 1011 | 0 | 1011001 | 11011 | 1000011 | 1010001 | 101000 |
Color Harmonies of #A6BA14
Complementary color
Monochromatic Colors of #A6BA14
Black with #A6BA14
Text Example
Text Example
White with #A6BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA14; }
p { color: rgb(166,186,20); }
H1.HeaderClassName
{
color: #A6BA14;
}
.AnyTagClassName
{
color: #A6BA14;
}
</style>
background-color css
<style>
a { background-color: #A6BA14; }
a { background-color: rgb(166,186,20); }
div.DivClassName
{
background-color: #A6BA14;
}
.BgClassName
{
background-color: #A6BA14;
}
</style>
border-color css
<style>
span { border-color: #A6BA14; }
span { border-color: rgb(166,186,20); }
td.TdClassName
{
border-color: #A6BA14;
}
.TagClassName
{
border-color: #A6BA14;
}
</style>