Shades of Bahia #A2C522
Tints of Bahia #A2C522
RGB
CMYK
RGB Variations
Color information
#A2C522 (or 0xA2C522) is known color: Bahia. HEX triplet: A2, C5 and 22. RGB value is (162,197,34). Sum of RGB (Red+Green+Blue) = 162+197+34=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C522 is #5D3ADD. Grayscale: #A8A8A8. Windows color (decimal): -6109918 or 2278818. OLE color: 2278818.
HSL color Cylindrical-coordinate representation of color #A2C522: hue angle of 72.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2C522 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 34 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.23 |
| HSL | 72.88º | 0.71% | 0.45% | - |
| HSV(B) | 72.88º | 0.83% | 0.77% | - |
| XYZ | 35.16 | 47.73 | 8.87 | - |
| YUV | 167.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 34 | 0.18 | 0 | 0.83 | 0.23 | 72.88 | 0.71 | 0.45 |
| Hex | A2 | C5 | 22 | 12 | 0 | 53 | 17 | 49 | 47 | 2D |
| Octal | 242 | 305 | 42 | 22 | 0 | 123 | 27 | 111 | 107 | 55 |
| Binary | 10100010 | 11000101 | 100010 | 10010 | 0 | 1010011 | 10111 | 1001001 | 1000111 | 101101 |
Color Harmonies of #A2C522
Complementary color
Monochromatic Colors of #A2C522
Black with #A2C522
Text Example
Text Example
White with #A2C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C522; }
p { color: rgb(162,197,34); }
H1.HeaderClassName
{
color: #A2C522;
}
.AnyTagClassName
{
color: #A2C522;
}
</style>
background-color css
<style>
a { background-color: #A2C522; }
a { background-color: rgb(162,197,34); }
div.DivClassName
{
background-color: #A2C522;
}
.BgClassName
{
background-color: #A2C522;
}
</style>
border-color css
<style>
span { border-color: #A2C522; }
span { border-color: rgb(162,197,34); }
td.TdClassName
{
border-color: #A2C522;
}
.TagClassName
{
border-color: #A2C522;
}
</style>