Shades of Bahia #A3C516
Tints of Bahia #A3C516
RGB
CMYK
RGB Variations
Color information
#A3C516 (or 0xA3C516) is known color: Bahia. HEX triplet: A3, C5 and 16. RGB value is (163,197,22). Sum of RGB (Red+Green+Blue) = 163+197+22=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C516 is #5C3AE9. Grayscale: #A7A7A7. Windows color (decimal): -6044394 or 1492387. OLE color: 1492387.
HSL color Cylindrical-coordinate representation of color #A3C516: hue angle of 71.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3C516 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 22 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.23 |
| HSL | 71.66º | 0.8% | 0.43% | - |
| HSV(B) | 71.66º | 0.89% | 0.77% | - |
| XYZ | 35.22 | 47.78 | 8.12 | - |
| YUV | 166.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 22 | 0.17 | 0 | 0.89 | 0.23 | 71.66 | 0.8 | 0.43 |
| Hex | A3 | C5 | 16 | 11 | 0 | 59 | 17 | 48 | 50 | 2B |
| Octal | 243 | 305 | 26 | 21 | 0 | 131 | 27 | 110 | 120 | 53 |
| Binary | 10100011 | 11000101 | 10110 | 10001 | 0 | 1011001 | 10111 | 1001000 | 1010000 | 101011 |
Color Harmonies of #A3C516
Complementary color
Monochromatic Colors of #A3C516
Black with #A3C516
Text Example
Text Example
White with #A3C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C516; }
p { color: rgb(163,197,22); }
H1.HeaderClassName
{
color: #A3C516;
}
.AnyTagClassName
{
color: #A3C516;
}
</style>
background-color css
<style>
a { background-color: #A3C516; }
a { background-color: rgb(163,197,22); }
div.DivClassName
{
background-color: #A3C516;
}
.BgClassName
{
background-color: #A3C516;
}
</style>
border-color css
<style>
span { border-color: #A3C516; }
span { border-color: rgb(163,197,22); }
td.TdClassName
{
border-color: #A3C516;
}
.TagClassName
{
border-color: #A3C516;
}
</style>