Shades of Bahia #A7C014
Tints of Bahia #A7C014
RGB
CMYK
RGB Variations
Color information
#A7C014 (or 0xA7C014) is known color: Bahia. HEX triplet: A7, C0 and 14. RGB value is (167,192,20). Sum of RGB (Red+Green+Blue) = 167+192+20=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C014 is #583FEB. Grayscale: #A5A5A5. Windows color (decimal): -5783532 or 1360039. OLE color: 1360039.
HSL color Cylindrical-coordinate representation of color #A7C014: hue angle of 68.72º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7C014 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 192 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.25 |
| HSL | 68.72º | 0.81% | 0.42% | - |
| HSV(B) | 68.72º | 0.9% | 0.75% | - |
| XYZ | 34.91 | 45.97 | 7.69 | - |
| YUV | 164.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 20 | 0.13 | 0 | 0.90 | 0.25 | 68.72 | 0.81 | 0.42 |
| Hex | A7 | C0 | 14 | D | 0 | 5A | 19 | 45 | 51 | 2A |
| Octal | 247 | 300 | 24 | 15 | 0 | 132 | 31 | 105 | 121 | 52 |
| Binary | 10100111 | 11000000 | 10100 | 1101 | 0 | 1011010 | 11001 | 1000101 | 1010001 | 101010 |
Color Harmonies of #A7C014
Complementary color
Monochromatic Colors of #A7C014
Black with #A7C014
Text Example
Text Example
White with #A7C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C014; }
p { color: rgb(167,192,20); }
H1.HeaderClassName
{
color: #A7C014;
}
.AnyTagClassName
{
color: #A7C014;
}
</style>
background-color css
<style>
a { background-color: #A7C014; }
a { background-color: rgb(167,192,20); }
div.DivClassName
{
background-color: #A7C014;
}
.BgClassName
{
background-color: #A7C014;
}
</style>
border-color css
<style>
span { border-color: #A7C014; }
span { border-color: rgb(167,192,20); }
td.TdClassName
{
border-color: #A7C014;
}
.TagClassName
{
border-color: #A7C014;
}
</style>