Shades of Bahia #A2C221
Tints of Bahia #A2C221
RGB
CMYK
RGB Variations
Color information
#A2C221 (or 0xA2C221) is known color: Bahia. HEX triplet: A2, C2 and 21. RGB value is (162,194,33). Sum of RGB (Red+Green+Blue) = 162+194+33=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C221 is #5D3DDE. Grayscale: #A6A6A6. Windows color (decimal): -6110687 or 2212514. OLE color: 2212514.
HSL color Cylindrical-coordinate representation of color #A2C221: hue angle of 71.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2C221 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 33 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.24 |
| HSL | 71.93º | 0.71% | 0.45% | - |
| HSV(B) | 71.93º | 0.83% | 0.76% | - |
| XYZ | 34.47 | 46.37 | 8.57 | - |
| YUV | 166.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 33 | 0.16 | 0 | 0.83 | 0.24 | 71.93 | 0.71 | 0.45 |
| Hex | A2 | C2 | 21 | 10 | 0 | 53 | 18 | 48 | 47 | 2D |
| Octal | 242 | 302 | 41 | 20 | 0 | 123 | 30 | 110 | 107 | 55 |
| Binary | 10100010 | 11000010 | 100001 | 10000 | 0 | 1010011 | 11000 | 1001000 | 1000111 | 101101 |
Color Harmonies of #A2C221
Complementary color
Monochromatic Colors of #A2C221
Black with #A2C221
Text Example
Text Example
White with #A2C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C221; }
p { color: rgb(162,194,33); }
H1.HeaderClassName
{
color: #A2C221;
}
.AnyTagClassName
{
color: #A2C221;
}
</style>
background-color css
<style>
a { background-color: #A2C221; }
a { background-color: rgb(162,194,33); }
div.DivClassName
{
background-color: #A2C221;
}
.BgClassName
{
background-color: #A2C221;
}
</style>
border-color css
<style>
span { border-color: #A2C221; }
span { border-color: rgb(162,194,33); }
td.TdClassName
{
border-color: #A2C221;
}
.TagClassName
{
border-color: #A2C221;
}
</style>