Shades of Bahia #A3C21C
Tints of Bahia #A3C21C
RGB
CMYK
RGB Variations
Color information
#A3C21C (or 0xA3C21C) is known color: Bahia. HEX triplet: A3, C2 and 1C. RGB value is (163,194,28). Sum of RGB (Red+Green+Blue) = 163+194+28=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C21C is #5C3DE3. Grayscale: #A6A6A6. Windows color (decimal): -6045156 or 1884835. OLE color: 1884835.
HSL color Cylindrical-coordinate representation of color #A3C21C: hue angle of 71.2º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3C21C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.24 |
| HSL | 71.2º | 0.75% | 0.44% | - |
| HSV(B) | 71.2º | 0.86% | 0.76% | - |
| XYZ | 34.61 | 46.45 | 8.24 | - |
| YUV | 165.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 28 | 0.16 | 0 | 0.86 | 0.24 | 71.2 | 0.75 | 0.44 |
| Hex | A3 | C2 | 1C | 10 | 0 | 56 | 18 | 47 | 4B | 2C |
| Octal | 243 | 302 | 34 | 20 | 0 | 126 | 30 | 107 | 113 | 54 |
| Binary | 10100011 | 11000010 | 11100 | 10000 | 0 | 1010110 | 11000 | 1000111 | 1001011 | 101100 |
Color Harmonies of #A3C21C
Complementary color
Monochromatic Colors of #A3C21C
Black with #A3C21C
Text Example
Text Example
White with #A3C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C21C; }
p { color: rgb(163,194,28); }
H1.HeaderClassName
{
color: #A3C21C;
}
.AnyTagClassName
{
color: #A3C21C;
}
</style>
background-color css
<style>
a { background-color: #A3C21C; }
a { background-color: rgb(163,194,28); }
div.DivClassName
{
background-color: #A3C21C;
}
.BgClassName
{
background-color: #A3C21C;
}
</style>
border-color css
<style>
span { border-color: #A3C21C; }
span { border-color: rgb(163,194,28); }
td.TdClassName
{
border-color: #A3C21C;
}
.TagClassName
{
border-color: #A3C21C;
}
</style>