Shades of Bahia #A5BB2A
Tints of Bahia #A5BB2A
RGB
CMYK
RGB Variations
Color information
#A5BB2A (or 0xA5BB2A) is known color: Bahia. HEX triplet: A5, BB and 2A. RGB value is (165,187,42). Sum of RGB (Red+Green+Blue) = 165+187+42=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB2A is #5A44D5. Grayscale: #A4A4A4. Windows color (decimal): -5915862 or 2800549. OLE color: 2800549.
HSL color Cylindrical-coordinate representation of color #A5BB2A: hue angle of 69.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5BB2A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 42 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.27 |
| HSL | 69.1º | 0.63% | 0.45% | - |
| HSV(B) | 69.1º | 0.78% | 0.73% | - |
| XYZ | 33.71 | 43.71 | 8.85 | - |
| YUV | 163.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 42 | 0.12 | 0 | 0.78 | 0.27 | 69.1 | 0.63 | 0.45 |
| Hex | A5 | BB | 2A | C | 0 | 4E | 1B | 45 | 3F | 2D |
| Octal | 245 | 273 | 52 | 14 | 0 | 116 | 33 | 105 | 77 | 55 |
| Binary | 10100101 | 10111011 | 101010 | 1100 | 0 | 1001110 | 11011 | 1000101 | 111111 | 101101 |
Color Harmonies of #A5BB2A
Complementary color
Monochromatic Colors of #A5BB2A
Black with #A5BB2A
Text Example
Text Example
White with #A5BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB2A; }
p { color: rgb(165,187,42); }
H1.HeaderClassName
{
color: #A5BB2A;
}
.AnyTagClassName
{
color: #A5BB2A;
}
</style>
background-color css
<style>
a { background-color: #A5BB2A; }
a { background-color: rgb(165,187,42); }
div.DivClassName
{
background-color: #A5BB2A;
}
.BgClassName
{
background-color: #A5BB2A;
}
</style>
border-color css
<style>
span { border-color: #A5BB2A; }
span { border-color: rgb(165,187,42); }
td.TdClassName
{
border-color: #A5BB2A;
}
.TagClassName
{
border-color: #A5BB2A;
}
</style>