Shades of Bahia #A3C50F
Tints of Bahia #A3C50F
RGB
CMYK
RGB Variations
Color information
#A3C50F (or 0xA3C50F) is known color: Bahia. HEX triplet: A3, C5 and 0F. RGB value is (163,197,15). Sum of RGB (Red+Green+Blue) = 163+197+15=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C50F is #5C3AF0. Grayscale: #A6A6A6. Windows color (decimal): -6044401 or 1033635. OLE color: 1033635.
HSL color Cylindrical-coordinate representation of color #A3C50F: hue angle of 71.21º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3C50F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 197 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.23 |
| HSL | 71.21º | 0.86% | 0.42% | - |
| HSV(B) | 71.21º | 0.92% | 0.77% | - |
| XYZ | 35.16 | 47.75 | 7.82 | - |
| YUV | 166.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 197 | 15 | 0.17 | 0 | 0.92 | 0.23 | 71.21 | 0.86 | 0.42 |
| Hex | A3 | C5 | F | 11 | 0 | 5C | 17 | 47 | 56 | 2A |
| Octal | 243 | 305 | 17 | 21 | 0 | 134 | 27 | 107 | 126 | 52 |
| Binary | 10100011 | 11000101 | 1111 | 10001 | 0 | 1011100 | 10111 | 1000111 | 1010110 | 101010 |
Color Harmonies of #A3C50F
Complementary color
Monochromatic Colors of #A3C50F
Black with #A3C50F
Text Example
Text Example
White with #A3C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C50F; }
p { color: rgb(163,197,15); }
H1.HeaderClassName
{
color: #A3C50F;
}
.AnyTagClassName
{
color: #A3C50F;
}
</style>
background-color css
<style>
a { background-color: #A3C50F; }
a { background-color: rgb(163,197,15); }
div.DivClassName
{
background-color: #A3C50F;
}
.BgClassName
{
background-color: #A3C50F;
}
</style>
border-color css
<style>
span { border-color: #A3C50F; }
span { border-color: rgb(163,197,15); }
td.TdClassName
{
border-color: #A3C50F;
}
.TagClassName
{
border-color: #A3C50F;
}
</style>