Shades of Bahia #A3C21E
Tints of Bahia #A3C21E
RGB
CMYK
RGB Variations
Color information
#A3C21E (or 0xA3C21E) is known color: Bahia. HEX triplet: A3, C2 and 1E. RGB value is (163,194,30). Sum of RGB (Red+Green+Blue) = 163+194+30=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C21E is #5C3DE1. Grayscale: #A6A6A6. Windows color (decimal): -6045154 or 2015907. OLE color: 2015907.
HSL color Cylindrical-coordinate representation of color #A3C21E: hue angle of 71.34º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3C21E is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 30 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.24 |
| HSL | 71.34º | 0.73% | 0.44% | - |
| HSV(B) | 71.34º | 0.85% | 0.76% | - |
| XYZ | 34.63 | 46.46 | 8.37 | - |
| YUV | 166.04 | 51.23 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 30 | 0.16 | 0 | 0.85 | 0.24 | 71.34 | 0.73 | 0.44 |
| Hex | A3 | C2 | 1E | 10 | 0 | 55 | 18 | 47 | 49 | 2C |
| Octal | 243 | 302 | 36 | 20 | 0 | 125 | 30 | 107 | 111 | 54 |
| Binary | 10100011 | 11000010 | 11110 | 10000 | 0 | 1010101 | 11000 | 1000111 | 1001001 | 101100 |
Color Harmonies of #A3C21E
Complementary color
Monochromatic Colors of #A3C21E
Black with #A3C21E
Text Example
Text Example
White with #A3C21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C21E; }
p { color: rgb(163,194,30); }
H1.HeaderClassName
{
color: #A3C21E;
}
.AnyTagClassName
{
color: #A3C21E;
}
</style>
background-color css
<style>
a { background-color: #A3C21E; }
a { background-color: rgb(163,194,30); }
div.DivClassName
{
background-color: #A3C21E;
}
.BgClassName
{
background-color: #A3C21E;
}
</style>
border-color css
<style>
span { border-color: #A3C21E; }
span { border-color: rgb(163,194,30); }
td.TdClassName
{
border-color: #A3C21E;
}
.TagClassName
{
border-color: #A3C21E;
}
</style>