Shades of Bahia #A3C711
Tints of Bahia #A3C711
RGB
CMYK
RGB Variations
Color information
#A3C711 (or 0xA3C711) is known color: Bahia. HEX triplet: A3, C7 and 11. RGB value is (163,199,17). Sum of RGB (Red+Green+Blue) = 163+199+17=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C711 is #5C38EE. Grayscale: #A8A8A8. Windows color (decimal): -6043887 or 1165219. OLE color: 1165219.
HSL color Cylindrical-coordinate representation of color #A3C711: hue angle of 71.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3C711 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 199 | 17 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.22 |
| HSL | 71.87º | 0.84% | 0.42% | - |
| HSV(B) | 71.87º | 0.91% | 0.78% | - |
| XYZ | 35.63 | 48.67 | 8.05 | - |
| YUV | 167.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 17 | 0.18 | 0 | 0.91 | 0.22 | 71.87 | 0.84 | 0.42 |
| Hex | A3 | C7 | 11 | 12 | 0 | 5B | 16 | 48 | 54 | 2A |
| Octal | 243 | 307 | 21 | 22 | 0 | 133 | 26 | 110 | 124 | 52 |
| Binary | 10100011 | 11000111 | 10001 | 10010 | 0 | 1011011 | 10110 | 1001000 | 1010100 | 101010 |
Color Harmonies of #A3C711
Complementary color
Monochromatic Colors of #A3C711
Black with #A3C711
Text Example
Text Example
White with #A3C711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C711; }
p { color: rgb(163,199,17); }
H1.HeaderClassName
{
color: #A3C711;
}
.AnyTagClassName
{
color: #A3C711;
}
</style>
background-color css
<style>
a { background-color: #A3C711; }
a { background-color: rgb(163,199,17); }
div.DivClassName
{
background-color: #A3C711;
}
.BgClassName
{
background-color: #A3C711;
}
</style>
border-color css
<style>
span { border-color: #A3C711; }
span { border-color: rgb(163,199,17); }
td.TdClassName
{
border-color: #A3C711;
}
.TagClassName
{
border-color: #A3C711;
}
</style>