Shades of Bahia #A1BB2F
Tints of Bahia #A1BB2F
RGB
CMYK
RGB Variations
Color information
#A1BB2F (or 0xA1BB2F) is known color: Bahia. HEX triplet: A1, BB and 2F. RGB value is (161,187,47). Sum of RGB (Red+Green+Blue) = 161+187+47=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB2F is #5E44D0. Grayscale: #A3A3A3. Windows color (decimal): -6178001 or 3128225. OLE color: 3128225.
HSL color Cylindrical-coordinate representation of color #A1BB2F: hue angle of 71.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1BB2F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 47 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.27 |
| HSL | 71.14º | 0.6% | 0.46% | - |
| HSV(B) | 71.14º | 0.75% | 0.73% | - |
| XYZ | 32.98 | 43.32 | 9.31 | - |
| YUV | 163.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 47 | 0.14 | 0 | 0.75 | 0.27 | 71.14 | 0.6 | 0.46 |
| Hex | A1 | BB | 2F | E | 0 | 4B | 1B | 47 | 3C | 2E |
| Octal | 241 | 273 | 57 | 16 | 0 | 113 | 33 | 107 | 74 | 56 |
| Binary | 10100001 | 10111011 | 101111 | 1110 | 0 | 1001011 | 11011 | 1000111 | 111100 | 101110 |
Color Harmonies of #A1BB2F
Complementary color
Monochromatic Colors of #A1BB2F
Black with #A1BB2F
Text Example
Text Example
White with #A1BB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB2F; }
p { color: rgb(161,187,47); }
H1.HeaderClassName
{
color: #A1BB2F;
}
.AnyTagClassName
{
color: #A1BB2F;
}
</style>
background-color css
<style>
a { background-color: #A1BB2F; }
a { background-color: rgb(161,187,47); }
div.DivClassName
{
background-color: #A1BB2F;
}
.BgClassName
{
background-color: #A1BB2F;
}
</style>
border-color css
<style>
span { border-color: #A1BB2F; }
span { border-color: rgb(161,187,47); }
td.TdClassName
{
border-color: #A1BB2F;
}
.TagClassName
{
border-color: #A1BB2F;
}
</style>