Shades of Bahia #A2B52A
Tints of Bahia #A2B52A
RGB
CMYK
RGB Variations
Color information
#A2B52A (or 0xA2B52A) is known color: Bahia. HEX triplet: A2, B5 and 2A. RGB value is (162,181,42). Sum of RGB (Red+Green+Blue) = 162+181+42=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B52A is #5D4AD5. Grayscale: #A0A0A0. Windows color (decimal): -6114006 or 2799010. OLE color: 2799010.
HSL color Cylindrical-coordinate representation of color #A2B52A: hue angle of 68.2º 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 #A2B52A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 42 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.29 |
| HSL | 68.2º | 0.62% | 0.44% | - |
| HSV(B) | 68.2º | 0.77% | 0.71% | - |
| XYZ | 31.84 | 40.9 | 8.41 | - |
| YUV | 159.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 42 | 0.10 | 0 | 0.77 | 0.29 | 68.2 | 0.62 | 0.44 |
| Hex | A2 | B5 | 2A | A | 0 | 4D | 1D | 44 | 3E | 2C |
| Octal | 242 | 265 | 52 | 12 | 0 | 115 | 35 | 104 | 76 | 54 |
| Binary | 10100010 | 10110101 | 101010 | 1010 | 0 | 1001101 | 11101 | 1000100 | 111110 | 101100 |
Color Harmonies of #A2B52A
Complementary color
Monochromatic Colors of #A2B52A
Black with #A2B52A
Text Example
Text Example
White with #A2B52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B52A; }
p { color: rgb(162,181,42); }
H1.HeaderClassName
{
color: #A2B52A;
}
.AnyTagClassName
{
color: #A2B52A;
}
</style>
background-color css
<style>
a { background-color: #A2B52A; }
a { background-color: rgb(162,181,42); }
div.DivClassName
{
background-color: #A2B52A;
}
.BgClassName
{
background-color: #A2B52A;
}
</style>
border-color css
<style>
span { border-color: #A2B52A; }
span { border-color: rgb(162,181,42); }
td.TdClassName
{
border-color: #A2B52A;
}
.TagClassName
{
border-color: #A2B52A;
}
</style>