Shades of Bahia #A0BC1C
Tints of Bahia #A0BC1C
RGB
CMYK
RGB Variations
Color information
#A0BC1C (or 0xA0BC1C) is known color: Bahia. HEX triplet: A0, BC and 1C. RGB value is (160,188,28). Sum of RGB (Red+Green+Blue) = 160+188+28=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC1C is #5F43E3. Grayscale: #A2A2A2. Windows color (decimal): -6243300 or 1883296. OLE color: 1883296.
HSL color Cylindrical-coordinate representation of color #A0BC1C: hue angle of 70.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0BC1C is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 28 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.26 |
| HSL | 70.5º | 0.74% | 0.42% | - |
| HSV(B) | 70.5º | 0.85% | 0.74% | - |
| XYZ | 32.69 | 43.52 | 7.78 | - |
| YUV | 161.39 | 52.72 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 28 | 0.15 | 0 | 0.85 | 0.26 | 70.5 | 0.74 | 0.42 |
| Hex | A0 | BC | 1C | F | 0 | 55 | 1A | 46 | 4A | 2A |
| Octal | 240 | 274 | 34 | 17 | 0 | 125 | 32 | 106 | 112 | 52 |
| Binary | 10100000 | 10111100 | 11100 | 1111 | 0 | 1010101 | 11010 | 1000110 | 1001010 | 101010 |
Color Harmonies of #A0BC1C
Complementary color
Monochromatic Colors of #A0BC1C
Black with #A0BC1C
Text Example
Text Example
White with #A0BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC1C; }
p { color: rgb(160,188,28); }
H1.HeaderClassName
{
color: #A0BC1C;
}
.AnyTagClassName
{
color: #A0BC1C;
}
</style>
background-color css
<style>
a { background-color: #A0BC1C; }
a { background-color: rgb(160,188,28); }
div.DivClassName
{
background-color: #A0BC1C;
}
.BgClassName
{
background-color: #A0BC1C;
}
</style>
border-color css
<style>
span { border-color: #A0BC1C; }
span { border-color: rgb(160,188,28); }
td.TdClassName
{
border-color: #A0BC1C;
}
.TagClassName
{
border-color: #A0BC1C;
}
</style>