Shades of Bahia #A5BA14
Tints of Bahia #A5BA14
RGB
CMYK
RGB Variations
Color information
#A5BA14 (or 0xA5BA14) is known color: Bahia. HEX triplet: A5, BA and 14. RGB value is (165,186,20). Sum of RGB (Red+Green+Blue) = 165+186+20=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA14 is #5A45EB. Grayscale: #A1A1A1. Windows color (decimal): -5916140 or 1358501. OLE color: 1358501.
HSL color Cylindrical-coordinate representation of color #A5BA14: hue angle of 67.59º 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 #A5BA14 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 20 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.27 |
| HSL | 67.59º | 0.81% | 0.4% | - |
| HSV(B) | 67.59º | 0.89% | 0.73% | - |
| XYZ | 33.2 | 43.17 | 7.24 | - |
| YUV | 160.8 | 48.54 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 20 | 0.11 | 0 | 0.89 | 0.27 | 67.59 | 0.81 | 0.4 |
| Hex | A5 | BA | 14 | B | 0 | 59 | 1B | 44 | 51 | 28 |
| Octal | 245 | 272 | 24 | 13 | 0 | 131 | 33 | 104 | 121 | 50 |
| Binary | 10100101 | 10111010 | 10100 | 1011 | 0 | 1011001 | 11011 | 1000100 | 1010001 | 101000 |
Color Harmonies of #A5BA14
Complementary color
Monochromatic Colors of #A5BA14
Black with #A5BA14
Text Example
Text Example
White with #A5BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA14; }
p { color: rgb(165,186,20); }
H1.HeaderClassName
{
color: #A5BA14;
}
.AnyTagClassName
{
color: #A5BA14;
}
</style>
background-color css
<style>
a { background-color: #A5BA14; }
a { background-color: rgb(165,186,20); }
div.DivClassName
{
background-color: #A5BA14;
}
.BgClassName
{
background-color: #A5BA14;
}
</style>
border-color css
<style>
span { border-color: #A5BA14; }
span { border-color: rgb(165,186,20); }
td.TdClassName
{
border-color: #A5BA14;
}
.TagClassName
{
border-color: #A5BA14;
}
</style>