Shades of Bahia #A8C516
Tints of Bahia #A8C516
RGB
CMYK
RGB Variations
Color information
#A8C516 (or 0xA8C516) is known color: Bahia. HEX triplet: A8, C5 and 16. RGB value is (168,197,22). Sum of RGB (Red+Green+Blue) = 168+197+22=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C516 is #573AE9. Grayscale: #A9A9A9. Windows color (decimal): -5716714 or 1492392. OLE color: 1492392.
HSL color Cylindrical-coordinate representation of color #A8C516: hue angle of 69.94º degrees, saturation: 0.8, 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 #A8C516 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 22 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.23 |
| HSL | 69.94º | 0.8% | 0.43% | - |
| HSV(B) | 69.94º | 0.89% | 0.77% | - |
| XYZ | 36.26 | 48.32 | 8.17 | - |
| YUV | 168.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 22 | 0.15 | 0 | 0.89 | 0.23 | 69.94 | 0.8 | 0.43 |
| Hex | A8 | C5 | 16 | F | 0 | 59 | 17 | 46 | 50 | 2B |
| Octal | 250 | 305 | 26 | 17 | 0 | 131 | 27 | 106 | 120 | 53 |
| Binary | 10101000 | 11000101 | 10110 | 1111 | 0 | 1011001 | 10111 | 1000110 | 1010000 | 101011 |
Color Harmonies of #A8C516
Complementary color
Monochromatic Colors of #A8C516
Black with #A8C516
Text Example
Text Example
White with #A8C516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C516; }
p { color: rgb(168,197,22); }
H1.HeaderClassName
{
color: #A8C516;
}
.AnyTagClassName
{
color: #A8C516;
}
</style>
background-color css
<style>
a { background-color: #A8C516; }
a { background-color: rgb(168,197,22); }
div.DivClassName
{
background-color: #A8C516;
}
.BgClassName
{
background-color: #A8C516;
}
</style>
border-color css
<style>
span { border-color: #A8C516; }
span { border-color: rgb(168,197,22); }
td.TdClassName
{
border-color: #A8C516;
}
.TagClassName
{
border-color: #A8C516;
}
</style>