Shades of Bahia #A1B32A
Tints of Bahia #A1B32A
RGB
CMYK
RGB Variations
Color information
#A1B32A (or 0xA1B32A) is known color: Bahia. HEX triplet: A1, B3 and 2A. RGB value is (161,179,42). Sum of RGB (Red+Green+Blue) = 161+179+42=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B32A is #5E4CD5. Grayscale: #9E9E9E. Windows color (decimal): -6180054 or 2798497. OLE color: 2798497.
HSL color Cylindrical-coordinate representation of color #A1B32A: hue angle of 67.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1B32A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 42 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.30 |
| HSL | 67.88º | 0.62% | 0.43% | - |
| HSV(B) | 67.88º | 0.77% | 0.7% | - |
| XYZ | 31.24 | 39.98 | 8.26 | - |
| YUV | 158 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 42 | 0.10 | 0 | 0.77 | 0.30 | 67.88 | 0.62 | 0.43 |
| Hex | A1 | B3 | 2A | A | 0 | 4D | 1E | 44 | 3E | 2B |
| Octal | 241 | 263 | 52 | 12 | 0 | 115 | 36 | 104 | 76 | 53 |
| Binary | 10100001 | 10110011 | 101010 | 1010 | 0 | 1001101 | 11110 | 1000100 | 111110 | 101011 |
Color Harmonies of #A1B32A
Complementary color
Monochromatic Colors of #A1B32A
Black with #A1B32A
Text Example
Text Example
White with #A1B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B32A; }
p { color: rgb(161,179,42); }
H1.HeaderClassName
{
color: #A1B32A;
}
.AnyTagClassName
{
color: #A1B32A;
}
</style>
background-color css
<style>
a { background-color: #A1B32A; }
a { background-color: rgb(161,179,42); }
div.DivClassName
{
background-color: #A1B32A;
}
.BgClassName
{
background-color: #A1B32A;
}
</style>
border-color css
<style>
span { border-color: #A1B32A; }
span { border-color: rgb(161,179,42); }
td.TdClassName
{
border-color: #A1B32A;
}
.TagClassName
{
border-color: #A1B32A;
}
</style>