Shades of Bahia #A7C615
Tints of Bahia #A7C615
RGB
CMYK
RGB Variations
Color information
#A7C615 (or 0xA7C615) is known color: Bahia. HEX triplet: A7, C6 and 15. RGB value is (167,198,21). Sum of RGB (Red+Green+Blue) = 167+198+21=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C615 is #5839EA. Grayscale: #A9A9A9. Windows color (decimal): -5781995 or 1427111. OLE color: 1427111.
HSL color Cylindrical-coordinate representation of color #A7C615: hue angle of 70.51º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7C615 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 198 | 21 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.22 |
| HSL | 70.51º | 0.81% | 0.43% | - |
| HSV(B) | 70.51º | 0.89% | 0.78% | - |
| XYZ | 36.27 | 48.66 | 8.19 | - |
| YUV | 168.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 198 | 21 | 0.16 | 0 | 0.89 | 0.22 | 70.51 | 0.81 | 0.43 |
| Hex | A7 | C6 | 15 | 10 | 0 | 59 | 16 | 47 | 51 | 2B |
| Octal | 247 | 306 | 25 | 20 | 0 | 131 | 26 | 107 | 121 | 53 |
| Binary | 10100111 | 11000110 | 10101 | 10000 | 0 | 1011001 | 10110 | 1000111 | 1010001 | 101011 |
Color Harmonies of #A7C615
Complementary color
Monochromatic Colors of #A7C615
Black with #A7C615
Text Example
Text Example
White with #A7C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C615; }
p { color: rgb(167,198,21); }
H1.HeaderClassName
{
color: #A7C615;
}
.AnyTagClassName
{
color: #A7C615;
}
</style>
background-color css
<style>
a { background-color: #A7C615; }
a { background-color: rgb(167,198,21); }
div.DivClassName
{
background-color: #A7C615;
}
.BgClassName
{
background-color: #A7C615;
}
</style>
border-color css
<style>
span { border-color: #A7C615; }
span { border-color: rgb(167,198,21); }
td.TdClassName
{
border-color: #A7C615;
}
.TagClassName
{
border-color: #A7C615;
}
</style>