Shades of Bahia #A2C220
Tints of Bahia #A2C220
RGB
CMYK
RGB Variations
Color information
#A2C220 (or 0xA2C220) is known color: Bahia. HEX triplet: A2, C2 and 20. RGB value is (162,194,32). Sum of RGB (Red+Green+Blue) = 162+194+32=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C220 is #5D3DDF. Grayscale: #A6A6A6. Windows color (decimal): -6110688 or 2146978. OLE color: 2146978.
HSL color Cylindrical-coordinate representation of color #A2C220: hue angle of 71.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2C220 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 32 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.24 |
| HSL | 71.85º | 0.72% | 0.44% | - |
| HSV(B) | 71.85º | 0.84% | 0.76% | - |
| XYZ | 34.45 | 46.37 | 8.5 | - |
| YUV | 165.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 32 | 0.16 | 0 | 0.84 | 0.24 | 71.85 | 0.72 | 0.44 |
| Hex | A2 | C2 | 20 | 10 | 0 | 54 | 18 | 48 | 48 | 2C |
| Octal | 242 | 302 | 40 | 20 | 0 | 124 | 30 | 110 | 110 | 54 |
| Binary | 10100010 | 11000010 | 100000 | 10000 | 0 | 1010100 | 11000 | 1001000 | 1001000 | 101100 |
Color Harmonies of #A2C220
Complementary color
Monochromatic Colors of #A2C220
Black with #A2C220
Text Example
Text Example
White with #A2C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C220; }
p { color: rgb(162,194,32); }
H1.HeaderClassName
{
color: #A2C220;
}
.AnyTagClassName
{
color: #A2C220;
}
</style>
background-color css
<style>
a { background-color: #A2C220; }
a { background-color: rgb(162,194,32); }
div.DivClassName
{
background-color: #A2C220;
}
.BgClassName
{
background-color: #A2C220;
}
</style>
border-color css
<style>
span { border-color: #A2C220; }
span { border-color: rgb(162,194,32); }
td.TdClassName
{
border-color: #A2C220;
}
.TagClassName
{
border-color: #A2C220;
}
</style>