Shades of Bahia #A8BA14
Tints of Bahia #A8BA14
RGB
CMYK
RGB Variations
Color information
#A8BA14 (or 0xA8BA14) is known color: Bahia. HEX triplet: A8, BA and 14. RGB value is (168,186,20). Sum of RGB (Red+Green+Blue) = 168+186+20=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA14 is #5745EB. Grayscale: #A2A2A2. Windows color (decimal): -5719532 or 1358504. OLE color: 1358504.
HSL color Cylindrical-coordinate representation of color #A8BA14: hue angle of 66.51º 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 #A8BA14 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 20 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.27 |
| HSL | 66.51º | 0.81% | 0.4% | - |
| HSV(B) | 66.51º | 0.89% | 0.73% | - |
| XYZ | 33.83 | 43.49 | 7.27 | - |
| YUV | 161.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 20 | 0.10 | 0 | 0.89 | 0.27 | 66.51 | 0.81 | 0.4 |
| Hex | A8 | BA | 14 | A | 0 | 59 | 1B | 43 | 51 | 28 |
| Octal | 250 | 272 | 24 | 12 | 0 | 131 | 33 | 103 | 121 | 50 |
| Binary | 10101000 | 10111010 | 10100 | 1010 | 0 | 1011001 | 11011 | 1000011 | 1010001 | 101000 |
Color Harmonies of #A8BA14
Complementary color
Monochromatic Colors of #A8BA14
Black with #A8BA14
Text Example
Text Example
White with #A8BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA14; }
p { color: rgb(168,186,20); }
H1.HeaderClassName
{
color: #A8BA14;
}
.AnyTagClassName
{
color: #A8BA14;
}
</style>
background-color css
<style>
a { background-color: #A8BA14; }
a { background-color: rgb(168,186,20); }
div.DivClassName
{
background-color: #A8BA14;
}
.BgClassName
{
background-color: #A8BA14;
}
</style>
border-color css
<style>
span { border-color: #A8BA14; }
span { border-color: rgb(168,186,20); }
td.TdClassName
{
border-color: #A8BA14;
}
.TagClassName
{
border-color: #A8BA14;
}
</style>