Shades of Bahia #A5B42A
Tints of Bahia #A5B42A
RGB
CMYK
RGB Variations
Color information
#A5B42A (or 0xA5B42A) is known color: Bahia. HEX triplet: A5, B4 and 2A. RGB value is (165,180,42). Sum of RGB (Red+Green+Blue) = 165+180+42=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B42A is #5A4BD5. Grayscale: #A0A0A0. Windows color (decimal): -5917654 or 2798757. OLE color: 2798757.
HSL color Cylindrical-coordinate representation of color #A5B42A: hue angle of 66.52º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A5B42A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 42 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.29 |
| HSL | 66.52º | 0.62% | 0.44% | - |
| HSV(B) | 66.52º | 0.77% | 0.71% | - |
| XYZ | 32.26 | 40.81 | 8.37 | - |
| YUV | 159.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 42 | 0.08 | 0 | 0.77 | 0.29 | 66.52 | 0.62 | 0.44 |
| Hex | A5 | B4 | 2A | 8 | 0 | 4D | 1D | 43 | 3E | 2C |
| Octal | 245 | 264 | 52 | 10 | 0 | 115 | 35 | 103 | 76 | 54 |
| Binary | 10100101 | 10110100 | 101010 | 1000 | 0 | 1001101 | 11101 | 1000011 | 111110 | 101100 |
Color Harmonies of #A5B42A
Complementary color
Monochromatic Colors of #A5B42A
Black with #A5B42A
Text Example
Text Example
White with #A5B42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B42A; }
p { color: rgb(165,180,42); }
H1.HeaderClassName
{
color: #A5B42A;
}
.AnyTagClassName
{
color: #A5B42A;
}
</style>
background-color css
<style>
a { background-color: #A5B42A; }
a { background-color: rgb(165,180,42); }
div.DivClassName
{
background-color: #A5B42A;
}
.BgClassName
{
background-color: #A5B42A;
}
</style>
border-color css
<style>
span { border-color: #A5B42A; }
span { border-color: rgb(165,180,42); }
td.TdClassName
{
border-color: #A5B42A;
}
.TagClassName
{
border-color: #A5B42A;
}
</style>