Shades of Bahia #A1BF2B
Tints of Bahia #A1BF2B
RGB
CMYK
RGB Variations
Color information
#A1BF2B (or 0xA1BF2B) is known color: Bahia. HEX triplet: A1, BF and 2B. RGB value is (161,191,43). Sum of RGB (Red+Green+Blue) = 161+191+43=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BF2B is #5E40D4. Grayscale: #A5A5A5. Windows color (decimal): -6176981 or 2867105. OLE color: 2867105.
HSL color Cylindrical-coordinate representation of color #A1BF2B: hue angle of 72.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1BF2B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 43 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.25 |
| HSL | 72.16º | 0.63% | 0.46% | - |
| HSV(B) | 72.16º | 0.77% | 0.75% | - |
| XYZ | 33.76 | 45.01 | 9.19 | - |
| YUV | 165.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 43 | 0.16 | 0 | 0.77 | 0.25 | 72.16 | 0.63 | 0.46 |
| Hex | A1 | BF | 2B | 10 | 0 | 4D | 19 | 48 | 3F | 2E |
| Octal | 241 | 277 | 53 | 20 | 0 | 115 | 31 | 110 | 77 | 56 |
| Binary | 10100001 | 10111111 | 101011 | 10000 | 0 | 1001101 | 11001 | 1001000 | 111111 | 101110 |
Color Harmonies of #A1BF2B
Complementary color
Monochromatic Colors of #A1BF2B
Black with #A1BF2B
Text Example
Text Example
White with #A1BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF2B; }
p { color: rgb(161,191,43); }
H1.HeaderClassName
{
color: #A1BF2B;
}
.AnyTagClassName
{
color: #A1BF2B;
}
</style>
background-color css
<style>
a { background-color: #A1BF2B; }
a { background-color: rgb(161,191,43); }
div.DivClassName
{
background-color: #A1BF2B;
}
.BgClassName
{
background-color: #A1BF2B;
}
</style>
border-color css
<style>
span { border-color: #A1BF2B; }
span { border-color: rgb(161,191,43); }
td.TdClassName
{
border-color: #A1BF2B;
}
.TagClassName
{
border-color: #A1BF2B;
}
</style>