Shades of Bahia #A3C229
Tints of Bahia #A3C229
RGB
CMYK
RGB Variations
Color information
#A3C229 (or 0xA3C229) is known color: Bahia. HEX triplet: A3, C2 and 29. RGB value is (163,194,41). Sum of RGB (Red+Green+Blue) = 163+194+41=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C229 is #5C3DD6. Grayscale: #A7A7A7. Windows color (decimal): -6045143 or 2736803. OLE color: 2736803.
HSL color Cylindrical-coordinate representation of color #A3C229: hue angle of 72.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3C229 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 41 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.24 |
| HSL | 72.16º | 0.65% | 0.46% | - |
| HSV(B) | 72.16º | 0.79% | 0.76% | - |
| XYZ | 34.8 | 46.53 | 9.25 | - |
| YUV | 167.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 41 | 0.16 | 0 | 0.79 | 0.24 | 72.16 | 0.65 | 0.46 |
| Hex | A3 | C2 | 29 | 10 | 0 | 4F | 18 | 48 | 41 | 2E |
| Octal | 243 | 302 | 51 | 20 | 0 | 117 | 30 | 110 | 101 | 56 |
| Binary | 10100011 | 11000010 | 101001 | 10000 | 0 | 1001111 | 11000 | 1001000 | 1000001 | 101110 |
Color Harmonies of #A3C229
Complementary color
Monochromatic Colors of #A3C229
Black with #A3C229
Text Example
Text Example
White with #A3C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C229; }
p { color: rgb(163,194,41); }
H1.HeaderClassName
{
color: #A3C229;
}
.AnyTagClassName
{
color: #A3C229;
}
</style>
background-color css
<style>
a { background-color: #A3C229; }
a { background-color: rgb(163,194,41); }
div.DivClassName
{
background-color: #A3C229;
}
.BgClassName
{
background-color: #A3C229;
}
</style>
border-color css
<style>
span { border-color: #A3C229; }
span { border-color: rgb(163,194,41); }
td.TdClassName
{
border-color: #A3C229;
}
.TagClassName
{
border-color: #A3C229;
}
</style>