Shades of Bahia #A8C515
Tints of Bahia #A8C515
RGB
CMYK
RGB Variations
Color information
#A8C515 (or 0xA8C515) is known color: Bahia. HEX triplet: A8, C5 and 15. RGB value is (168,197,21). Sum of RGB (Red+Green+Blue) = 168+197+21=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C515 is #573AEA. Grayscale: #A8A8A8. Windows color (decimal): -5716715 or 1426856. OLE color: 1426856.
HSL color Cylindrical-coordinate representation of color #A8C515: hue angle of 69.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8C515 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 21 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.23 |
| HSL | 69.89º | 0.81% | 0.43% | - |
| HSV(B) | 69.89º | 0.89% | 0.77% | - |
| XYZ | 36.25 | 48.31 | 8.12 | - |
| YUV | 168.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 21 | 0.15 | 0 | 0.89 | 0.23 | 69.89 | 0.81 | 0.43 |
| Hex | A8 | C5 | 15 | F | 0 | 59 | 17 | 46 | 51 | 2B |
| Octal | 250 | 305 | 25 | 17 | 0 | 131 | 27 | 106 | 121 | 53 |
| Binary | 10101000 | 11000101 | 10101 | 1111 | 0 | 1011001 | 10111 | 1000110 | 1010001 | 101011 |
Color Harmonies of #A8C515
Complementary color
Monochromatic Colors of #A8C515
Black with #A8C515
Text Example
Text Example
White with #A8C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C515; }
p { color: rgb(168,197,21); }
H1.HeaderClassName
{
color: #A8C515;
}
.AnyTagClassName
{
color: #A8C515;
}
</style>
background-color css
<style>
a { background-color: #A8C515; }
a { background-color: rgb(168,197,21); }
div.DivClassName
{
background-color: #A8C515;
}
.BgClassName
{
background-color: #A8C515;
}
</style>
border-color css
<style>
span { border-color: #A8C515; }
span { border-color: rgb(168,197,21); }
td.TdClassName
{
border-color: #A8C515;
}
.TagClassName
{
border-color: #A8C515;
}
</style>