Shades of Bahia #A0BC16
Tints of Bahia #A0BC16
RGB
CMYK
RGB Variations
Color information
#A0BC16 (or 0xA0BC16) is known color: Bahia. HEX triplet: A0, BC and 16. RGB value is (160,188,22). Sum of RGB (Red+Green+Blue) = 160+188+22=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC16 is #5F43E9. Grayscale: #A1A1A1. Windows color (decimal): -6243306 or 1490080. OLE color: 1490080.
HSL color Cylindrical-coordinate representation of color #A0BC16: hue angle of 70.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0BC16 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 22 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.26 |
| HSL | 70.12º | 0.79% | 0.41% | - |
| HSV(B) | 70.12º | 0.88% | 0.74% | - |
| XYZ | 32.63 | 43.5 | 7.44 | - |
| YUV | 160.7 | 49.72 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 22 | 0.15 | 0 | 0.88 | 0.26 | 70.12 | 0.79 | 0.41 |
| Hex | A0 | BC | 16 | F | 0 | 58 | 1A | 46 | 4F | 29 |
| Octal | 240 | 274 | 26 | 17 | 0 | 130 | 32 | 106 | 117 | 51 |
| Binary | 10100000 | 10111100 | 10110 | 1111 | 0 | 1011000 | 11010 | 1000110 | 1001111 | 101001 |
Color Harmonies of #A0BC16
Complementary color
Monochromatic Colors of #A0BC16
Black with #A0BC16
Text Example
Text Example
White with #A0BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC16; }
p { color: rgb(160,188,22); }
H1.HeaderClassName
{
color: #A0BC16;
}
.AnyTagClassName
{
color: #A0BC16;
}
</style>
background-color css
<style>
a { background-color: #A0BC16; }
a { background-color: rgb(160,188,22); }
div.DivClassName
{
background-color: #A0BC16;
}
.BgClassName
{
background-color: #A0BC16;
}
</style>
border-color css
<style>
span { border-color: #A0BC16; }
span { border-color: rgb(160,188,22); }
td.TdClassName
{
border-color: #A0BC16;
}
.TagClassName
{
border-color: #A0BC16;
}
</style>