Shades of Bahia #A1BB2D
Tints of Bahia #A1BB2D
RGB
CMYK
RGB Variations
Color information
#A1BB2D (or 0xA1BB2D) is known color: Bahia. HEX triplet: A1, BB and 2D. RGB value is (161,187,45). Sum of RGB (Red+Green+Blue) = 161+187+45=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB2D is #5E44D2. Grayscale: #A3A3A3. Windows color (decimal): -6178003 or 2997153. OLE color: 2997153.
HSL color Cylindrical-coordinate representation of color #A1BB2D: hue angle of 70.99º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1BB2D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 45 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.27 |
| HSL | 70.99º | 0.61% | 0.45% | - |
| HSV(B) | 70.99º | 0.76% | 0.73% | - |
| XYZ | 32.94 | 43.31 | 9.11 | - |
| YUV | 163.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 45 | 0.14 | 0 | 0.76 | 0.27 | 70.99 | 0.61 | 0.45 |
| Hex | A1 | BB | 2D | E | 0 | 4C | 1B | 47 | 3D | 2D |
| Octal | 241 | 273 | 55 | 16 | 0 | 114 | 33 | 107 | 75 | 55 |
| Binary | 10100001 | 10111011 | 101101 | 1110 | 0 | 1001100 | 11011 | 1000111 | 111101 | 101101 |
Color Harmonies of #A1BB2D
Complementary color
Monochromatic Colors of #A1BB2D
Black with #A1BB2D
Text Example
Text Example
White with #A1BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB2D; }
p { color: rgb(161,187,45); }
H1.HeaderClassName
{
color: #A1BB2D;
}
.AnyTagClassName
{
color: #A1BB2D;
}
</style>
background-color css
<style>
a { background-color: #A1BB2D; }
a { background-color: rgb(161,187,45); }
div.DivClassName
{
background-color: #A1BB2D;
}
.BgClassName
{
background-color: #A1BB2D;
}
</style>
border-color css
<style>
span { border-color: #A1BB2D; }
span { border-color: rgb(161,187,45); }
td.TdClassName
{
border-color: #A1BB2D;
}
.TagClassName
{
border-color: #A1BB2D;
}
</style>