Shades of Bahia #A3C415
Tints of Bahia #A3C415
RGB
CMYK
RGB Variations
Color information
#A3C415 (or 0xA3C415) is known color: Bahia. HEX triplet: A3, C4 and 15. RGB value is (163,196,21). Sum of RGB (Red+Green+Blue) = 163+196+21=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C415 is #5C3BEA. Grayscale: #A6A6A6. Windows color (decimal): -6044651 or 1426595. OLE color: 1426595.
HSL color Cylindrical-coordinate representation of color #A3C415: hue angle of 71.31º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A3C415 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 21 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.23 |
| HSL | 71.31º | 0.81% | 0.43% | - |
| HSV(B) | 71.31º | 0.89% | 0.77% | - |
| XYZ | 34.98 | 47.32 | 8 | - |
| YUV | 166.18 | 46.07 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 21 | 0.17 | 0 | 0.89 | 0.23 | 71.31 | 0.81 | 0.43 |
| Hex | A3 | C4 | 15 | 11 | 0 | 59 | 17 | 47 | 51 | 2B |
| Octal | 243 | 304 | 25 | 21 | 0 | 131 | 27 | 107 | 121 | 53 |
| Binary | 10100011 | 11000100 | 10101 | 10001 | 0 | 1011001 | 10111 | 1000111 | 1010001 | 101011 |
Color Harmonies of #A3C415
Complementary color
Monochromatic Colors of #A3C415
Black with #A3C415
Text Example
Text Example
White with #A3C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C415; }
p { color: rgb(163,196,21); }
H1.HeaderClassName
{
color: #A3C415;
}
.AnyTagClassName
{
color: #A3C415;
}
</style>
background-color css
<style>
a { background-color: #A3C415; }
a { background-color: rgb(163,196,21); }
div.DivClassName
{
background-color: #A3C415;
}
.BgClassName
{
background-color: #A3C415;
}
</style>
border-color css
<style>
span { border-color: #A3C415; }
span { border-color: rgb(163,196,21); }
td.TdClassName
{
border-color: #A3C415;
}
.TagClassName
{
border-color: #A3C415;
}
</style>