Shades of Bahia #A3C510
Tints of Bahia #A3C510
RGB
CMYK
RGB Variations
Color information
#A3C510 (or 0xA3C510) is known color: Bahia. HEX triplet: A3, C5 and 10. RGB value is (163,197,16). Sum of RGB (Red+Green+Blue) = 163+197+16=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C510 is #5C3AEF. Grayscale: #A6A6A6. Windows color (decimal): -6044400 or 1099171. OLE color: 1099171.
HSL color Cylindrical-coordinate representation of color #A3C510: hue angle of 71.27º 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 #A3C510 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.23 |
| HSL | 71.27º | 0.85% | 0.42% | - |
| HSV(B) | 71.27º | 0.92% | 0.77% | - |
| XYZ | 35.16 | 47.76 | 7.85 | - |
| YUV | 166.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 16 | 0.17 | 0 | 0.92 | 0.23 | 71.27 | 0.85 | 0.42 |
| Hex | A3 | C5 | 10 | 11 | 0 | 5C | 17 | 47 | 55 | 2A |
| Octal | 243 | 305 | 20 | 21 | 0 | 134 | 27 | 107 | 125 | 52 |
| Binary | 10100011 | 11000101 | 10000 | 10001 | 0 | 1011100 | 10111 | 1000111 | 1010101 | 101010 |
Color Harmonies of #A3C510
Complementary color
Monochromatic Colors of #A3C510
Black with #A3C510
Text Example
Text Example
White with #A3C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C510; }
p { color: rgb(163,197,16); }
H1.HeaderClassName
{
color: #A3C510;
}
.AnyTagClassName
{
color: #A3C510;
}
</style>
background-color css
<style>
a { background-color: #A3C510; }
a { background-color: rgb(163,197,16); }
div.DivClassName
{
background-color: #A3C510;
}
.BgClassName
{
background-color: #A3C510;
}
</style>
border-color css
<style>
span { border-color: #A3C510; }
span { border-color: rgb(163,197,16); }
td.TdClassName
{
border-color: #A3C510;
}
.TagClassName
{
border-color: #A3C510;
}
</style>