Shades of Bahia #A1BB1D
Tints of Bahia #A1BB1D
RGB
CMYK
RGB Variations
Color information
#A1BB1D (or 0xA1BB1D) is known color: Bahia. HEX triplet: A1, BB and 1D. RGB value is (161,187,29). Sum of RGB (Red+Green+Blue) = 161+187+29=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB1D is #5E44E2. Grayscale: #A1A1A1. Windows color (decimal): -6178019 or 1948577. OLE color: 1948577.
HSL color Cylindrical-coordinate representation of color #A1BB1D: hue angle of 69.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1BB1D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 29 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.27 |
| HSL | 69.87º | 0.73% | 0.42% | - |
| HSV(B) | 69.87º | 0.84% | 0.73% | - |
| XYZ | 32.69 | 43.21 | 7.78 | - |
| YUV | 161.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 29 | 0.14 | 0 | 0.84 | 0.27 | 69.87 | 0.73 | 0.42 |
| Hex | A1 | BB | 1D | E | 0 | 54 | 1B | 46 | 49 | 2A |
| Octal | 241 | 273 | 35 | 16 | 0 | 124 | 33 | 106 | 111 | 52 |
| Binary | 10100001 | 10111011 | 11101 | 1110 | 0 | 1010100 | 11011 | 1000110 | 1001001 | 101010 |
Color Harmonies of #A1BB1D
Complementary color
Monochromatic Colors of #A1BB1D
Black with #A1BB1D
Text Example
Text Example
White with #A1BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB1D; }
p { color: rgb(161,187,29); }
H1.HeaderClassName
{
color: #A1BB1D;
}
.AnyTagClassName
{
color: #A1BB1D;
}
</style>
background-color css
<style>
a { background-color: #A1BB1D; }
a { background-color: rgb(161,187,29); }
div.DivClassName
{
background-color: #A1BB1D;
}
.BgClassName
{
background-color: #A1BB1D;
}
</style>
border-color css
<style>
span { border-color: #A1BB1D; }
span { border-color: rgb(161,187,29); }
td.TdClassName
{
border-color: #A1BB1D;
}
.TagClassName
{
border-color: #A1BB1D;
}
</style>