Shades of Bahia #A0C517
Tints of Bahia #A0C517
RGB
CMYK
RGB Variations
Color information
#A0C517 (or 0xA0C517) is known color: Bahia. HEX triplet: A0, C5 and 17. RGB value is (160,197,23). Sum of RGB (Red+Green+Blue) = 160+197+23=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C517 is #5F3AE8. Grayscale: #A6A6A6. Windows color (decimal): -6241001 or 1557920. OLE color: 1557920.
HSL color Cylindrical-coordinate representation of color #A0C517: hue angle of 72.76º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C517 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 23 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.23 |
| HSL | 72.76º | 0.79% | 0.43% | - |
| HSV(B) | 72.76º | 0.88% | 0.77% | - |
| XYZ | 34.62 | 47.47 | 8.15 | - |
| YUV | 166.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 23 | 0.19 | 0 | 0.88 | 0.23 | 72.76 | 0.79 | 0.43 |
| Hex | A0 | C5 | 17 | 13 | 0 | 58 | 17 | 49 | 4F | 2B |
| Octal | 240 | 305 | 27 | 23 | 0 | 130 | 27 | 111 | 117 | 53 |
| Binary | 10100000 | 11000101 | 10111 | 10011 | 0 | 1011000 | 10111 | 1001001 | 1001111 | 101011 |
Color Harmonies of #A0C517
Complementary color
Monochromatic Colors of #A0C517
Black with #A0C517
Text Example
Text Example
White with #A0C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C517; }
p { color: rgb(160,197,23); }
H1.HeaderClassName
{
color: #A0C517;
}
.AnyTagClassName
{
color: #A0C517;
}
</style>
background-color css
<style>
a { background-color: #A0C517; }
a { background-color: rgb(160,197,23); }
div.DivClassName
{
background-color: #A0C517;
}
.BgClassName
{
background-color: #A0C517;
}
</style>
border-color css
<style>
span { border-color: #A0C517; }
span { border-color: rgb(160,197,23); }
td.TdClassName
{
border-color: #A0C517;
}
.TagClassName
{
border-color: #A0C517;
}
</style>