Shades of Bahia #A3C116
Tints of Bahia #A3C116
RGB
CMYK
RGB Variations
Color information
#A3C116 (or 0xA3C116) is known color: Bahia. HEX triplet: A3, C1 and 16. RGB value is (163,193,22). Sum of RGB (Red+Green+Blue) = 163+193+22=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C116 is #5C3EE9. Grayscale: #A5A5A5. Windows color (decimal): -6045418 or 1491363. OLE color: 1491363.
HSL color Cylindrical-coordinate representation of color #A3C116: hue angle of 70.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3C116 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 22 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.24 |
| HSL | 70.53º | 0.8% | 0.42% | - |
| HSV(B) | 70.53º | 0.89% | 0.76% | - |
| XYZ | 34.32 | 45.98 | 7.83 | - |
| YUV | 164.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 22 | 0.16 | 0 | 0.89 | 0.24 | 70.53 | 0.8 | 0.42 |
| Hex | A3 | C1 | 16 | 10 | 0 | 59 | 18 | 47 | 50 | 2A |
| Octal | 243 | 301 | 26 | 20 | 0 | 131 | 30 | 107 | 120 | 52 |
| Binary | 10100011 | 11000001 | 10110 | 10000 | 0 | 1011001 | 11000 | 1000111 | 1010000 | 101010 |
Color Harmonies of #A3C116
Complementary color
Monochromatic Colors of #A3C116
Black with #A3C116
Text Example
Text Example
White with #A3C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C116; }
p { color: rgb(163,193,22); }
H1.HeaderClassName
{
color: #A3C116;
}
.AnyTagClassName
{
color: #A3C116;
}
</style>
background-color css
<style>
a { background-color: #A3C116; }
a { background-color: rgb(163,193,22); }
div.DivClassName
{
background-color: #A3C116;
}
.BgClassName
{
background-color: #A3C116;
}
</style>
border-color css
<style>
span { border-color: #A3C116; }
span { border-color: rgb(163,193,22); }
td.TdClassName
{
border-color: #A3C116;
}
.TagClassName
{
border-color: #A3C116;
}
</style>