Shades of Bahia #A7C613
Tints of Bahia #A7C613
RGB
CMYK
RGB Variations
Color information
#A7C613 (or 0xA7C613) is known color: Bahia. HEX triplet: A7, C6 and 13. RGB value is (167,198,19). Sum of RGB (Red+Green+Blue) = 167+198+19=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C613 is #5839EC. Grayscale: #A9A9A9. Windows color (decimal): -5781997 or 1296039. OLE color: 1296039.
HSL color Cylindrical-coordinate representation of color #A7C613: hue angle of 70.39º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7C613 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 19 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.22 |
| HSL | 70.39º | 0.82% | 0.43% | - |
| HSV(B) | 70.39º | 0.9% | 0.78% | - |
| XYZ | 36.25 | 48.65 | 8.1 | - |
| YUV | 168.33 | 43.73 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 19 | 0.16 | 0 | 0.90 | 0.22 | 70.39 | 0.82 | 0.43 |
| Hex | A7 | C6 | 13 | 10 | 0 | 5A | 16 | 46 | 52 | 2B |
| Octal | 247 | 306 | 23 | 20 | 0 | 132 | 26 | 106 | 122 | 53 |
| Binary | 10100111 | 11000110 | 10011 | 10000 | 0 | 1011010 | 10110 | 1000110 | 1010010 | 101011 |
Color Harmonies of #A7C613
Complementary color
Monochromatic Colors of #A7C613
Black with #A7C613
Text Example
Text Example
White with #A7C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C613; }
p { color: rgb(167,198,19); }
H1.HeaderClassName
{
color: #A7C613;
}
.AnyTagClassName
{
color: #A7C613;
}
</style>
background-color css
<style>
a { background-color: #A7C613; }
a { background-color: rgb(167,198,19); }
div.DivClassName
{
background-color: #A7C613;
}
.BgClassName
{
background-color: #A7C613;
}
</style>
border-color css
<style>
span { border-color: #A7C613; }
span { border-color: rgb(167,198,19); }
td.TdClassName
{
border-color: #A7C613;
}
.TagClassName
{
border-color: #A7C613;
}
</style>