Shades of Bahia #A5BA23
Tints of Bahia #A5BA23
RGB
CMYK
RGB Variations
Color information
#A5BA23 (or 0xA5BA23) is known color: Bahia. HEX triplet: A5, BA and 23. RGB value is (165,186,35). Sum of RGB (Red+Green+Blue) = 165+186+35=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA23 is #5A45DC. Grayscale: #A3A3A3. Windows color (decimal): -5916125 or 2341541. OLE color: 2341541.
HSL color Cylindrical-coordinate representation of color #A5BA23: hue angle of 68.34º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5BA23 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 35 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.27 |
| HSL | 68.34º | 0.68% | 0.43% | - |
| HSV(B) | 68.34º | 0.81% | 0.73% | - |
| XYZ | 33.38 | 43.24 | 8.18 | - |
| YUV | 162.51 | 56.04 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 35 | 0.11 | 0 | 0.81 | 0.27 | 68.34 | 0.68 | 0.43 |
| Hex | A5 | BA | 23 | B | 0 | 51 | 1B | 44 | 44 | 2B |
| Octal | 245 | 272 | 43 | 13 | 0 | 121 | 33 | 104 | 104 | 53 |
| Binary | 10100101 | 10111010 | 100011 | 1011 | 0 | 1010001 | 11011 | 1000100 | 1000100 | 101011 |
Color Harmonies of #A5BA23
Complementary color
Monochromatic Colors of #A5BA23
Black with #A5BA23
Text Example
Text Example
White with #A5BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA23; }
p { color: rgb(165,186,35); }
H1.HeaderClassName
{
color: #A5BA23;
}
.AnyTagClassName
{
color: #A5BA23;
}
</style>
background-color css
<style>
a { background-color: #A5BA23; }
a { background-color: rgb(165,186,35); }
div.DivClassName
{
background-color: #A5BA23;
}
.BgClassName
{
background-color: #A5BA23;
}
</style>
border-color css
<style>
span { border-color: #A5BA23; }
span { border-color: rgb(165,186,35); }
td.TdClassName
{
border-color: #A5BA23;
}
.TagClassName
{
border-color: #A5BA23;
}
</style>