Shades of Bahia #A1C420
Tints of Bahia #A1C420
RGB
CMYK
RGB Variations
Color information
#A1C420 (or 0xA1C420) is known color: Bahia. HEX triplet: A1, C4 and 20. RGB value is (161,196,32). Sum of RGB (Red+Green+Blue) = 161+196+32=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C420 is #5E3BDF. Grayscale: #A7A7A7. Windows color (decimal): -6175712 or 2147489. OLE color: 2147489.
HSL color Cylindrical-coordinate representation of color #A1C420: hue angle of 72.8º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1C420 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 32 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.23 |
| HSL | 72.8º | 0.72% | 0.45% | - |
| HSV(B) | 72.8º | 0.84% | 0.77% | - |
| XYZ | 34.7 | 47.16 | 8.64 | - |
| YUV | 166.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 32 | 0.18 | 0 | 0.84 | 0.23 | 72.8 | 0.72 | 0.45 |
| Hex | A1 | C4 | 20 | 12 | 0 | 54 | 17 | 49 | 48 | 2D |
| Octal | 241 | 304 | 40 | 22 | 0 | 124 | 27 | 111 | 110 | 55 |
| Binary | 10100001 | 11000100 | 100000 | 10010 | 0 | 1010100 | 10111 | 1001001 | 1001000 | 101101 |
Color Harmonies of #A1C420
Complementary color
Monochromatic Colors of #A1C420
Black with #A1C420
Text Example
Text Example
White with #A1C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C420; }
p { color: rgb(161,196,32); }
H1.HeaderClassName
{
color: #A1C420;
}
.AnyTagClassName
{
color: #A1C420;
}
</style>
background-color css
<style>
a { background-color: #A1C420; }
a { background-color: rgb(161,196,32); }
div.DivClassName
{
background-color: #A1C420;
}
.BgClassName
{
background-color: #A1C420;
}
</style>
border-color css
<style>
span { border-color: #A1C420; }
span { border-color: rgb(161,196,32); }
td.TdClassName
{
border-color: #A1C420;
}
.TagClassName
{
border-color: #A1C420;
}
</style>