Shades of Bahia #A3C224
Tints of Bahia #A3C224
RGB
CMYK
RGB Variations
Color information
#A3C224 (or 0xA3C224) is known color: Bahia. HEX triplet: A3, C2 and 24. RGB value is (163,194,36). Sum of RGB (Red+Green+Blue) = 163+194+36=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C224 is #5C3DDB. Grayscale: #A7A7A7. Windows color (decimal): -6045148 or 2409123. OLE color: 2409123.
HSL color Cylindrical-coordinate representation of color #A3C224: hue angle of 71.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3C224 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 36 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.24 |
| HSL | 71.77º | 0.69% | 0.45% | - |
| HSV(B) | 71.77º | 0.81% | 0.76% | - |
| XYZ | 34.71 | 46.5 | 8.81 | - |
| YUV | 166.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 36 | 0.16 | 0 | 0.81 | 0.24 | 71.77 | 0.69 | 0.45 |
| Hex | A3 | C2 | 24 | 10 | 0 | 51 | 18 | 48 | 45 | 2D |
| Octal | 243 | 302 | 44 | 20 | 0 | 121 | 30 | 110 | 105 | 55 |
| Binary | 10100011 | 11000010 | 100100 | 10000 | 0 | 1010001 | 11000 | 1001000 | 1000101 | 101101 |
Color Harmonies of #A3C224
Complementary color
Monochromatic Colors of #A3C224
Black with #A3C224
Text Example
Text Example
White with #A3C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C224; }
p { color: rgb(163,194,36); }
H1.HeaderClassName
{
color: #A3C224;
}
.AnyTagClassName
{
color: #A3C224;
}
</style>
background-color css
<style>
a { background-color: #A3C224; }
a { background-color: rgb(163,194,36); }
div.DivClassName
{
background-color: #A3C224;
}
.BgClassName
{
background-color: #A3C224;
}
</style>
border-color css
<style>
span { border-color: #A3C224; }
span { border-color: rgb(163,194,36); }
td.TdClassName
{
border-color: #A3C224;
}
.TagClassName
{
border-color: #A3C224;
}
</style>