Shades of Bahia #A3C514
Tints of Bahia #A3C514
RGB
CMYK
RGB Variations
Color information
#A3C514 (or 0xA3C514) is known color: Bahia. HEX triplet: A3, C5 and 14. RGB value is (163,197,20). Sum of RGB (Red+Green+Blue) = 163+197+20=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C514 is #5C3AEB. Grayscale: #A7A7A7. Windows color (decimal): -6044396 or 1361315. OLE color: 1361315.
HSL color Cylindrical-coordinate representation of color #A3C514: hue angle of 71.53º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3C514 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.23 |
| HSL | 71.53º | 0.82% | 0.43% | - |
| HSV(B) | 71.53º | 0.9% | 0.77% | - |
| XYZ | 35.2 | 47.77 | 8.03 | - |
| YUV | 166.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 20 | 0.17 | 0 | 0.90 | 0.23 | 71.53 | 0.82 | 0.43 |
| Hex | A3 | C5 | 14 | 11 | 0 | 5A | 17 | 48 | 52 | 2B |
| Octal | 243 | 305 | 24 | 21 | 0 | 132 | 27 | 110 | 122 | 53 |
| Binary | 10100011 | 11000101 | 10100 | 10001 | 0 | 1011010 | 10111 | 1001000 | 1010010 | 101011 |
Color Harmonies of #A3C514
Complementary color
Monochromatic Colors of #A3C514
Black with #A3C514
Text Example
Text Example
White with #A3C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C514; }
p { color: rgb(163,197,20); }
H1.HeaderClassName
{
color: #A3C514;
}
.AnyTagClassName
{
color: #A3C514;
}
</style>
background-color css
<style>
a { background-color: #A3C514; }
a { background-color: rgb(163,197,20); }
div.DivClassName
{
background-color: #A3C514;
}
.BgClassName
{
background-color: #A3C514;
}
</style>
border-color css
<style>
span { border-color: #A3C514; }
span { border-color: rgb(163,197,20); }
td.TdClassName
{
border-color: #A3C514;
}
.TagClassName
{
border-color: #A3C514;
}
</style>