Shades of Bahia #A5BA17
Tints of Bahia #A5BA17
RGB
CMYK
RGB Variations
Color information
#A5BA17 (or 0xA5BA17) is known color: Bahia. HEX triplet: A5, BA and 17. RGB value is (165,186,23). Sum of RGB (Red+Green+Blue) = 165+186+23=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA17 is #5A45E8. Grayscale: #A1A1A1. Windows color (decimal): -5916137 or 1555109. OLE color: 1555109.
HSL color Cylindrical-coordinate representation of color #A5BA17: hue angle of 67.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5BA17 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 23 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.27 |
| HSL | 67.73º | 0.78% | 0.41% | - |
| HSV(B) | 67.73º | 0.88% | 0.73% | - |
| XYZ | 33.23 | 43.18 | 7.39 | - |
| YUV | 161.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 23 | 0.11 | 0 | 0.88 | 0.27 | 67.73 | 0.78 | 0.41 |
| Hex | A5 | BA | 17 | B | 0 | 58 | 1B | 44 | 4E | 29 |
| Octal | 245 | 272 | 27 | 13 | 0 | 130 | 33 | 104 | 116 | 51 |
| Binary | 10100101 | 10111010 | 10111 | 1011 | 0 | 1011000 | 11011 | 1000100 | 1001110 | 101001 |
Color Harmonies of #A5BA17
Complementary color
Monochromatic Colors of #A5BA17
Black with #A5BA17
Text Example
Text Example
White with #A5BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA17; }
p { color: rgb(165,186,23); }
H1.HeaderClassName
{
color: #A5BA17;
}
.AnyTagClassName
{
color: #A5BA17;
}
</style>
background-color css
<style>
a { background-color: #A5BA17; }
a { background-color: rgb(165,186,23); }
div.DivClassName
{
background-color: #A5BA17;
}
.BgClassName
{
background-color: #A5BA17;
}
</style>
border-color css
<style>
span { border-color: #A5BA17; }
span { border-color: rgb(165,186,23); }
td.TdClassName
{
border-color: #A5BA17;
}
.TagClassName
{
border-color: #A5BA17;
}
</style>