Shades of Bahia #A3C128
Tints of Bahia #A3C128
RGB
CMYK
RGB Variations
Color information
#A3C128 (or 0xA3C128) is known color: Bahia. HEX triplet: A3, C1 and 28. RGB value is (163,193,40). Sum of RGB (Red+Green+Blue) = 163+193+40=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C128 is #5C3ED7. Grayscale: #A7A7A7. Windows color (decimal): -6045400 or 2671011. OLE color: 2671011.
HSL color Cylindrical-coordinate representation of color #A3C128: hue angle of 71.76º degrees, saturation: 0.66, 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 #A3C128 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 40 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.24 |
| HSL | 71.76º | 0.66% | 0.46% | - |
| HSV(B) | 71.76º | 0.79% | 0.76% | - |
| XYZ | 34.56 | 46.08 | 9.08 | - |
| YUV | 166.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 40 | 0.16 | 0 | 0.79 | 0.24 | 71.76 | 0.66 | 0.46 |
| Hex | A3 | C1 | 28 | 10 | 0 | 4F | 18 | 48 | 42 | 2E |
| Octal | 243 | 301 | 50 | 20 | 0 | 117 | 30 | 110 | 102 | 56 |
| Binary | 10100011 | 11000001 | 101000 | 10000 | 0 | 1001111 | 11000 | 1001000 | 1000010 | 101110 |
Color Harmonies of #A3C128
Complementary color
Monochromatic Colors of #A3C128
Black with #A3C128
Text Example
Text Example
White with #A3C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C128; }
p { color: rgb(163,193,40); }
H1.HeaderClassName
{
color: #A3C128;
}
.AnyTagClassName
{
color: #A3C128;
}
</style>
background-color css
<style>
a { background-color: #A3C128; }
a { background-color: rgb(163,193,40); }
div.DivClassName
{
background-color: #A3C128;
}
.BgClassName
{
background-color: #A3C128;
}
</style>
border-color css
<style>
span { border-color: #A3C128; }
span { border-color: rgb(163,193,40); }
td.TdClassName
{
border-color: #A3C128;
}
.TagClassName
{
border-color: #A3C128;
}
</style>