Shades of Bahia #B1BB2B
Tints of Bahia #B1BB2B
RGB
CMYK
RGB Variations
Color information
#B1BB2B (or 0xB1BB2B) is known color: Bahia. HEX triplet: B1, BB and 2B. RGB value is (177,187,43). Sum of RGB (Red+Green+Blue) = 177+187+43=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BB2B is #4E44D4. Grayscale: #A8A8A8. Windows color (decimal): -5129429 or 2866097. OLE color: 2866097.
HSL color Cylindrical-coordinate representation of color #B1BB2B: hue angle of 64.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1BB2B is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 43 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.27 |
| HSL | 64.17º | 0.63% | 0.45% | - |
| HSV(B) | 64.17º | 0.77% | 0.73% | - |
| XYZ | 36.34 | 45.06 | 9.07 | - |
| YUV | 167.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 43 | 0.05 | 0 | 0.77 | 0.27 | 64.17 | 0.63 | 0.45 |
| Hex | B1 | BB | 2B | 5 | 0 | 4D | 1B | 40 | 3F | 2D |
| Octal | 261 | 273 | 53 | 5 | 0 | 115 | 33 | 100 | 77 | 55 |
| Binary | 10110001 | 10111011 | 101011 | 101 | 0 | 1001101 | 11011 | 1000000 | 111111 | 101101 |
Color Harmonies of #B1BB2B
Complementary color
Monochromatic Colors of #B1BB2B
Black with #B1BB2B
Text Example
Text Example
White with #B1BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB2B; }
p { color: rgb(177,187,43); }
H1.HeaderClassName
{
color: #B1BB2B;
}
.AnyTagClassName
{
color: #B1BB2B;
}
</style>
background-color css
<style>
a { background-color: #B1BB2B; }
a { background-color: rgb(177,187,43); }
div.DivClassName
{
background-color: #B1BB2B;
}
.BgClassName
{
background-color: #B1BB2B;
}
</style>
border-color css
<style>
span { border-color: #B1BB2B; }
span { border-color: rgb(177,187,43); }
td.TdClassName
{
border-color: #B1BB2B;
}
.TagClassName
{
border-color: #B1BB2B;
}
</style>