Shades of Bahia #A1BC1D
Tints of Bahia #A1BC1D
RGB
CMYK
RGB Variations
Color information
#A1BC1D (or 0xA1BC1D) is known color: Bahia. HEX triplet: A1, BC and 1D. RGB value is (161,188,29). Sum of RGB (Red+Green+Blue) = 161+188+29=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC1D is #5E43E2. Grayscale: #A2A2A2. Windows color (decimal): -6177763 or 1948833. OLE color: 1948833.
HSL color Cylindrical-coordinate representation of color #A1BC1D: hue angle of 70.19º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1BC1D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 29 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.26 |
| HSL | 70.19º | 0.73% | 0.43% | - |
| HSV(B) | 70.19º | 0.85% | 0.74% | - |
| XYZ | 32.9 | 43.63 | 7.85 | - |
| YUV | 161.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 29 | 0.14 | 0 | 0.85 | 0.26 | 70.19 | 0.73 | 0.43 |
| Hex | A1 | BC | 1D | E | 0 | 55 | 1A | 46 | 49 | 2B |
| Octal | 241 | 274 | 35 | 16 | 0 | 125 | 32 | 106 | 111 | 53 |
| Binary | 10100001 | 10111100 | 11101 | 1110 | 0 | 1010101 | 11010 | 1000110 | 1001001 | 101011 |
Color Harmonies of #A1BC1D
Complementary color
Monochromatic Colors of #A1BC1D
Black with #A1BC1D
Text Example
Text Example
White with #A1BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC1D; }
p { color: rgb(161,188,29); }
H1.HeaderClassName
{
color: #A1BC1D;
}
.AnyTagClassName
{
color: #A1BC1D;
}
</style>
background-color css
<style>
a { background-color: #A1BC1D; }
a { background-color: rgb(161,188,29); }
div.DivClassName
{
background-color: #A1BC1D;
}
.BgClassName
{
background-color: #A1BC1D;
}
</style>
border-color css
<style>
span { border-color: #A1BC1D; }
span { border-color: rgb(161,188,29); }
td.TdClassName
{
border-color: #A1BC1D;
}
.TagClassName
{
border-color: #A1BC1D;
}
</style>