Shades of Bahia #A3C021
Tints of Bahia #A3C021
RGB
CMYK
RGB Variations
Color information
#A3C021 (or 0xA3C021) is known color: Bahia. HEX triplet: A3, C0 and 21. RGB value is (163,192,33). Sum of RGB (Red+Green+Blue) = 163+192+33=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C021 is #5C3FDE. Grayscale: #A5A5A5. Windows color (decimal): -6045663 or 2212003. OLE color: 2212003.
HSL color Cylindrical-coordinate representation of color #A3C021: hue angle of 70.94º 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 #A3C021 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 33 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.25 |
| HSL | 70.94º | 0.71% | 0.44% | - |
| HSV(B) | 70.94º | 0.83% | 0.75% | - |
| XYZ | 34.23 | 45.6 | 8.44 | - |
| YUV | 165.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 33 | 0.15 | 0 | 0.83 | 0.25 | 70.94 | 0.71 | 0.44 |
| Hex | A3 | C0 | 21 | F | 0 | 53 | 19 | 47 | 47 | 2C |
| Octal | 243 | 300 | 41 | 17 | 0 | 123 | 31 | 107 | 107 | 54 |
| Binary | 10100011 | 11000000 | 100001 | 1111 | 0 | 1010011 | 11001 | 1000111 | 1000111 | 101100 |
Color Harmonies of #A3C021
Complementary color
Monochromatic Colors of #A3C021
Black with #A3C021
Text Example
Text Example
White with #A3C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C021; }
p { color: rgb(163,192,33); }
H1.HeaderClassName
{
color: #A3C021;
}
.AnyTagClassName
{
color: #A3C021;
}
</style>
background-color css
<style>
a { background-color: #A3C021; }
a { background-color: rgb(163,192,33); }
div.DivClassName
{
background-color: #A3C021;
}
.BgClassName
{
background-color: #A3C021;
}
</style>
border-color css
<style>
span { border-color: #A3C021; }
span { border-color: rgb(163,192,33); }
td.TdClassName
{
border-color: #A3C021;
}
.TagClassName
{
border-color: #A3C021;
}
</style>