Shades of Bahia #B1BA2C
Tints of Bahia #B1BA2C
RGB
CMYK
RGB Variations
Color information
#B1BA2C (or 0xB1BA2C) is known color: Bahia. HEX triplet: B1, BA and 2C. RGB value is (177,186,44). Sum of RGB (Red+Green+Blue) = 177+186+44=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA2C is #4E45D3. Grayscale: #A7A7A7. Windows color (decimal): -5129684 or 2931377. OLE color: 2931377.
HSL color Cylindrical-coordinate representation of color #B1BA2C: hue angle of 63.8º degrees, saturation: 0.62, 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 #B1BA2C is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 44 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.27 |
| HSL | 63.8º | 0.62% | 0.45% | - |
| HSV(B) | 63.8º | 0.76% | 0.73% | - |
| XYZ | 36.14 | 44.65 | 9.1 | - |
| YUV | 167.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 44 | 0.05 | 0 | 0.76 | 0.27 | 63.8 | 0.62 | 0.45 |
| Hex | B1 | BA | 2C | 5 | 0 | 4C | 1B | 40 | 3E | 2D |
| Octal | 261 | 272 | 54 | 5 | 0 | 114 | 33 | 100 | 76 | 55 |
| Binary | 10110001 | 10111010 | 101100 | 101 | 0 | 1001100 | 11011 | 1000000 | 111110 | 101101 |
Color Harmonies of #B1BA2C
Complementary color
Monochromatic Colors of #B1BA2C
Black with #B1BA2C
Text Example
Text Example
White with #B1BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA2C; }
p { color: rgb(177,186,44); }
H1.HeaderClassName
{
color: #B1BA2C;
}
.AnyTagClassName
{
color: #B1BA2C;
}
</style>
background-color css
<style>
a { background-color: #B1BA2C; }
a { background-color: rgb(177,186,44); }
div.DivClassName
{
background-color: #B1BA2C;
}
.BgClassName
{
background-color: #B1BA2C;
}
</style>
border-color css
<style>
span { border-color: #B1BA2C; }
span { border-color: rgb(177,186,44); }
td.TdClassName
{
border-color: #B1BA2C;
}
.TagClassName
{
border-color: #B1BA2C;
}
</style>