Shades of Bahia #A2B52E
Tints of Bahia #A2B52E
RGB
CMYK
RGB Variations
Color information
#A2B52E (or 0xA2B52E) is known color: Bahia. HEX triplet: A2, B5 and 2E. RGB value is (162,181,46). Sum of RGB (Red+Green+Blue) = 162+181+46=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B52E is #5D4AD1. Grayscale: #A0A0A0. Windows color (decimal): -6114002 or 3061154. OLE color: 3061154.
HSL color Cylindrical-coordinate representation of color #A2B52E: hue angle of 68.44º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2B52E is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 46 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.29 |
| HSL | 68.44º | 0.59% | 0.45% | - |
| HSV(B) | 68.44º | 0.75% | 0.71% | - |
| XYZ | 31.92 | 40.93 | 8.8 | - |
| YUV | 159.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 46 | 0.10 | 0 | 0.75 | 0.29 | 68.44 | 0.59 | 0.45 |
| Hex | A2 | B5 | 2E | A | 0 | 4B | 1D | 44 | 3B | 2D |
| Octal | 242 | 265 | 56 | 12 | 0 | 113 | 35 | 104 | 73 | 55 |
| Binary | 10100010 | 10110101 | 101110 | 1010 | 0 | 1001011 | 11101 | 1000100 | 111011 | 101101 |
Color Harmonies of #A2B52E
Complementary color
Monochromatic Colors of #A2B52E
Black with #A2B52E
Text Example
Text Example
White with #A2B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B52E; }
p { color: rgb(162,181,46); }
H1.HeaderClassName
{
color: #A2B52E;
}
.AnyTagClassName
{
color: #A2B52E;
}
</style>
background-color css
<style>
a { background-color: #A2B52E; }
a { background-color: rgb(162,181,46); }
div.DivClassName
{
background-color: #A2B52E;
}
.BgClassName
{
background-color: #A2B52E;
}
</style>
border-color css
<style>
span { border-color: #A2B52E; }
span { border-color: rgb(162,181,46); }
td.TdClassName
{
border-color: #A2B52E;
}
.TagClassName
{
border-color: #A2B52E;
}
</style>