Shades of Bahia #A2C510
Tints of Bahia #A2C510
RGB
CMYK
RGB Variations
Color information
#A2C510 (or 0xA2C510) is known color: Bahia. HEX triplet: A2, C5 and 10. RGB value is (162,197,16). Sum of RGB (Red+Green+Blue) = 162+197+16=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C510 is #5D3AEF. Grayscale: #A6A6A6. Windows color (decimal): -6109936 or 1099170. OLE color: 1099170.
HSL color Cylindrical-coordinate representation of color #A2C510: hue angle of 71.6º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2C510 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.23 |
| HSL | 71.6º | 0.85% | 0.42% | - |
| HSV(B) | 71.6º | 0.92% | 0.77% | - |
| XYZ | 34.96 | 47.65 | 7.85 | - |
| YUV | 165.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 16 | 0.18 | 0 | 0.92 | 0.23 | 71.6 | 0.85 | 0.42 |
| Hex | A2 | C5 | 10 | 12 | 0 | 5C | 17 | 48 | 55 | 2A |
| Octal | 242 | 305 | 20 | 22 | 0 | 134 | 27 | 110 | 125 | 52 |
| Binary | 10100010 | 11000101 | 10000 | 10010 | 0 | 1011100 | 10111 | 1001000 | 1010101 | 101010 |
Color Harmonies of #A2C510
Complementary color
Monochromatic Colors of #A2C510
Black with #A2C510
Text Example
Text Example
White with #A2C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C510; }
p { color: rgb(162,197,16); }
H1.HeaderClassName
{
color: #A2C510;
}
.AnyTagClassName
{
color: #A2C510;
}
</style>
background-color css
<style>
a { background-color: #A2C510; }
a { background-color: rgb(162,197,16); }
div.DivClassName
{
background-color: #A2C510;
}
.BgClassName
{
background-color: #A2C510;
}
</style>
border-color css
<style>
span { border-color: #A2C510; }
span { border-color: rgb(162,197,16); }
td.TdClassName
{
border-color: #A2C510;
}
.TagClassName
{
border-color: #A2C510;
}
</style>