Shades of Bahia #A1C021
Tints of Bahia #A1C021
RGB
CMYK
RGB Variations
Color information
#A1C021 (or 0xA1C021) is known color: Bahia. HEX triplet: A1, C0 and 21. RGB value is (161,192,33). Sum of RGB (Red+Green+Blue) = 161+192+33=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C021 is #5E3FDE. Grayscale: #A5A5A5. Windows color (decimal): -6176735 or 2212001. OLE color: 2212001.
HSL color Cylindrical-coordinate representation of color #A1C021: hue angle of 71.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1C021 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 33 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.25 |
| HSL | 71.7º | 0.71% | 0.44% | - |
| HSV(B) | 71.7º | 0.83% | 0.75% | - |
| XYZ | 33.82 | 45.39 | 8.42 | - |
| YUV | 164.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 33 | 0.16 | 0 | 0.83 | 0.25 | 71.7 | 0.71 | 0.44 |
| Hex | A1 | C0 | 21 | 10 | 0 | 53 | 19 | 48 | 47 | 2C |
| Octal | 241 | 300 | 41 | 20 | 0 | 123 | 31 | 110 | 107 | 54 |
| Binary | 10100001 | 11000000 | 100001 | 10000 | 0 | 1010011 | 11001 | 1001000 | 1000111 | 101100 |
Color Harmonies of #A1C021
Complementary color
Monochromatic Colors of #A1C021
Black with #A1C021
Text Example
Text Example
White with #A1C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C021; }
p { color: rgb(161,192,33); }
H1.HeaderClassName
{
color: #A1C021;
}
.AnyTagClassName
{
color: #A1C021;
}
</style>
background-color css
<style>
a { background-color: #A1C021; }
a { background-color: rgb(161,192,33); }
div.DivClassName
{
background-color: #A1C021;
}
.BgClassName
{
background-color: #A1C021;
}
</style>
border-color css
<style>
span { border-color: #A1C021; }
span { border-color: rgb(161,192,33); }
td.TdClassName
{
border-color: #A1C021;
}
.TagClassName
{
border-color: #A1C021;
}
</style>