Shades of Bahia #A0BA1C
Tints of Bahia #A0BA1C
RGB
CMYK
RGB Variations
Color information
#A0BA1C (or 0xA0BA1C) is known color: Bahia. HEX triplet: A0, BA and 1C. RGB value is (160,186,28). Sum of RGB (Red+Green+Blue) = 160+186+28=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BA1C is #5F45E3. Grayscale: #A0A0A0. Windows color (decimal): -6243812 or 1882784. OLE color: 1882784.
HSL color Cylindrical-coordinate representation of color #A0BA1C: hue angle of 69.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0BA1C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 28 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.27 |
| HSL | 69.87º | 0.74% | 0.42% | - |
| HSV(B) | 69.87º | 0.85% | 0.73% | - |
| XYZ | 32.27 | 42.68 | 7.64 | - |
| YUV | 160.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 28 | 0.14 | 0 | 0.85 | 0.27 | 69.87 | 0.74 | 0.42 |
| Hex | A0 | BA | 1C | E | 0 | 55 | 1B | 46 | 4A | 2A |
| Octal | 240 | 272 | 34 | 16 | 0 | 125 | 33 | 106 | 112 | 52 |
| Binary | 10100000 | 10111010 | 11100 | 1110 | 0 | 1010101 | 11011 | 1000110 | 1001010 | 101010 |
Color Harmonies of #A0BA1C
Complementary color
Monochromatic Colors of #A0BA1C
Black with #A0BA1C
Text Example
Text Example
White with #A0BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA1C; }
p { color: rgb(160,186,28); }
H1.HeaderClassName
{
color: #A0BA1C;
}
.AnyTagClassName
{
color: #A0BA1C;
}
</style>
background-color css
<style>
a { background-color: #A0BA1C; }
a { background-color: rgb(160,186,28); }
div.DivClassName
{
background-color: #A0BA1C;
}
.BgClassName
{
background-color: #A0BA1C;
}
</style>
border-color css
<style>
span { border-color: #A0BA1C; }
span { border-color: rgb(160,186,28); }
td.TdClassName
{
border-color: #A0BA1C;
}
.TagClassName
{
border-color: #A0BA1C;
}
</style>