Shades of Bahia #A3C12B
Tints of Bahia #A3C12B
RGB
CMYK
RGB Variations
Color information
#A3C12B (or 0xA3C12B) is known color: Bahia. HEX triplet: A3, C1 and 2B. RGB value is (163,193,43). Sum of RGB (Red+Green+Blue) = 163+193+43=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C12B is #5C3ED4. Grayscale: #A7A7A7. Windows color (decimal): -6045397 or 2867619. OLE color: 2867619.
HSL color Cylindrical-coordinate representation of color #A3C12B: hue angle of 72º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3C12B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 43 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.24 |
| HSL | 72º | 0.64% | 0.46% | - |
| HSV(B) | 72º | 0.78% | 0.76% | - |
| XYZ | 34.61 | 46.1 | 9.36 | - |
| YUV | 166.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 43 | 0.16 | 0 | 0.78 | 0.24 | 72 | 0.64 | 0.46 |
| Hex | A3 | C1 | 2B | 10 | 0 | 4E | 18 | 48 | 40 | 2E |
| Octal | 243 | 301 | 53 | 20 | 0 | 116 | 30 | 110 | 100 | 56 |
| Binary | 10100011 | 11000001 | 101011 | 10000 | 0 | 1001110 | 11000 | 1001000 | 1000000 | 101110 |
Color Harmonies of #A3C12B
Complementary color
Monochromatic Colors of #A3C12B
Black with #A3C12B
Text Example
Text Example
White with #A3C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C12B; }
p { color: rgb(163,193,43); }
H1.HeaderClassName
{
color: #A3C12B;
}
.AnyTagClassName
{
color: #A3C12B;
}
</style>
background-color css
<style>
a { background-color: #A3C12B; }
a { background-color: rgb(163,193,43); }
div.DivClassName
{
background-color: #A3C12B;
}
.BgClassName
{
background-color: #A3C12B;
}
</style>
border-color css
<style>
span { border-color: #A3C12B; }
span { border-color: rgb(163,193,43); }
td.TdClassName
{
border-color: #A3C12B;
}
.TagClassName
{
border-color: #A3C12B;
}
</style>