Shades of Bahia #A2B32A
Tints of Bahia #A2B32A
RGB
CMYK
RGB Variations
Color information
#A2B32A (or 0xA2B32A) is known color: Bahia. HEX triplet: A2, B3 and 2A. RGB value is (162,179,42). Sum of RGB (Red+Green+Blue) = 162+179+42=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B32A is #5D4CD5. Grayscale: #9E9E9E. Windows color (decimal): -6114518 or 2798498. OLE color: 2798498.
HSL color Cylindrical-coordinate representation of color #A2B32A: hue angle of 67.45º 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 #A2B32A is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 42 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.30 |
| HSL | 67.45º | 0.62% | 0.43% | - |
| HSV(B) | 67.45º | 0.77% | 0.7% | - |
| XYZ | 31.44 | 40.09 | 8.27 | - |
| YUV | 158.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 42 | 0.09 | 0 | 0.77 | 0.30 | 67.45 | 0.62 | 0.43 |
| Hex | A2 | B3 | 2A | 9 | 0 | 4D | 1E | 43 | 3E | 2B |
| Octal | 242 | 263 | 52 | 11 | 0 | 115 | 36 | 103 | 76 | 53 |
| Binary | 10100010 | 10110011 | 101010 | 1001 | 0 | 1001101 | 11110 | 1000011 | 111110 | 101011 |
Color Harmonies of #A2B32A
Complementary color
Monochromatic Colors of #A2B32A
Black with #A2B32A
Text Example
Text Example
White with #A2B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B32A; }
p { color: rgb(162,179,42); }
H1.HeaderClassName
{
color: #A2B32A;
}
.AnyTagClassName
{
color: #A2B32A;
}
</style>
background-color css
<style>
a { background-color: #A2B32A; }
a { background-color: rgb(162,179,42); }
div.DivClassName
{
background-color: #A2B32A;
}
.BgClassName
{
background-color: #A2B32A;
}
</style>
border-color css
<style>
span { border-color: #A2B32A; }
span { border-color: rgb(162,179,42); }
td.TdClassName
{
border-color: #A2B32A;
}
.TagClassName
{
border-color: #A2B32A;
}
</style>