Shades of Bahia #A2B52C
Tints of Bahia #A2B52C
RGB
CMYK
RGB Variations
Color information
#A2B52C (or 0xA2B52C) is known color: Bahia. HEX triplet: A2, B5 and 2C. RGB value is (162,181,44). Sum of RGB (Red+Green+Blue) = 162+181+44=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B52C is #5D4AD3. Grayscale: #A0A0A0. Windows color (decimal): -6114004 or 2930082. OLE color: 2930082.
HSL color Cylindrical-coordinate representation of color #A2B52C: hue angle of 68.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2B52C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 181 | 44 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.29 |
| HSL | 68.32º | 0.61% | 0.44% | - |
| HSV(B) | 68.32º | 0.76% | 0.71% | - |
| XYZ | 31.88 | 40.91 | 8.6 | - |
| YUV | 159.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 181 | 44 | 0.10 | 0 | 0.76 | 0.29 | 68.32 | 0.61 | 0.44 |
| Hex | A2 | B5 | 2C | A | 0 | 4C | 1D | 44 | 3D | 2C |
| Octal | 242 | 265 | 54 | 12 | 0 | 114 | 35 | 104 | 75 | 54 |
| Binary | 10100010 | 10110101 | 101100 | 1010 | 0 | 1001100 | 11101 | 1000100 | 111101 | 101100 |
Color Harmonies of #A2B52C
Complementary color
Monochromatic Colors of #A2B52C
Black with #A2B52C
Text Example
Text Example
White with #A2B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B52C; }
p { color: rgb(162,181,44); }
H1.HeaderClassName
{
color: #A2B52C;
}
.AnyTagClassName
{
color: #A2B52C;
}
</style>
background-color css
<style>
a { background-color: #A2B52C; }
a { background-color: rgb(162,181,44); }
div.DivClassName
{
background-color: #A2B52C;
}
.BgClassName
{
background-color: #A2B52C;
}
</style>
border-color css
<style>
span { border-color: #A2B52C; }
span { border-color: rgb(162,181,44); }
td.TdClassName
{
border-color: #A2B52C;
}
.TagClassName
{
border-color: #A2B52C;
}
</style>