Shades of Bahia #A3C71B
Tints of Bahia #A3C71B
RGB
CMYK
RGB Variations
Color information
#A3C71B (or 0xA3C71B) is known color: Bahia. HEX triplet: A3, C7 and 1B. RGB value is (163,199,27). Sum of RGB (Red+Green+Blue) = 163+199+27=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C71B is #5C38E4. Grayscale: #A9A9A9. Windows color (decimal): -6043877 or 1820579. OLE color: 1820579.
HSL color Cylindrical-coordinate representation of color #A3C71B: hue angle of 72.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3C71B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 27 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.22 |
| HSL | 72.56º | 0.76% | 0.44% | - |
| HSV(B) | 72.56º | 0.86% | 0.78% | - |
| XYZ | 35.73 | 48.71 | 8.56 | - |
| YUV | 168.63 | 48.07 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 27 | 0.18 | 0 | 0.86 | 0.22 | 72.56 | 0.76 | 0.44 |
| Hex | A3 | C7 | 1B | 12 | 0 | 56 | 16 | 49 | 4C | 2C |
| Octal | 243 | 307 | 33 | 22 | 0 | 126 | 26 | 111 | 114 | 54 |
| Binary | 10100011 | 11000111 | 11011 | 10010 | 0 | 1010110 | 10110 | 1001001 | 1001100 | 101100 |
Color Harmonies of #A3C71B
Complementary color
Monochromatic Colors of #A3C71B
Black with #A3C71B
Text Example
Text Example
White with #A3C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C71B; }
p { color: rgb(163,199,27); }
H1.HeaderClassName
{
color: #A3C71B;
}
.AnyTagClassName
{
color: #A3C71B;
}
</style>
background-color css
<style>
a { background-color: #A3C71B; }
a { background-color: rgb(163,199,27); }
div.DivClassName
{
background-color: #A3C71B;
}
.BgClassName
{
background-color: #A3C71B;
}
</style>
border-color css
<style>
span { border-color: #A3C71B; }
span { border-color: rgb(163,199,27); }
td.TdClassName
{
border-color: #A3C71B;
}
.TagClassName
{
border-color: #A3C71B;
}
</style>