Shades of Bahia #B1BC2B
Tints of Bahia #B1BC2B
RGB
CMYK
RGB Variations
Color information
#B1BC2B (or 0xB1BC2B) is known color: Bahia. HEX triplet: B1, BC and 2B. RGB value is (177,188,43). Sum of RGB (Red+Green+Blue) = 177+188+43=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC2B is #4E43D4. Grayscale: #A8A8A8. Windows color (decimal): -5129173 or 2866353. OLE color: 2866353.
HSL color Cylindrical-coordinate representation of color #B1BC2B: hue angle of 64.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1BC2B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 43 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.26 |
| HSL | 64.55º | 0.63% | 0.45% | - |
| HSV(B) | 64.55º | 0.77% | 0.74% | - |
| XYZ | 36.55 | 45.49 | 9.14 | - |
| YUV | 168.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 43 | 0.06 | 0 | 0.77 | 0.26 | 64.55 | 0.63 | 0.45 |
| Hex | B1 | BC | 2B | 6 | 0 | 4D | 1A | 41 | 3F | 2D |
| Octal | 261 | 274 | 53 | 6 | 0 | 115 | 32 | 101 | 77 | 55 |
| Binary | 10110001 | 10111100 | 101011 | 110 | 0 | 1001101 | 11010 | 1000001 | 111111 | 101101 |
Color Harmonies of #B1BC2B
Complementary color
Monochromatic Colors of #B1BC2B
Black with #B1BC2B
Text Example
Text Example
White with #B1BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC2B; }
p { color: rgb(177,188,43); }
H1.HeaderClassName
{
color: #B1BC2B;
}
.AnyTagClassName
{
color: #B1BC2B;
}
</style>
background-color css
<style>
a { background-color: #B1BC2B; }
a { background-color: rgb(177,188,43); }
div.DivClassName
{
background-color: #B1BC2B;
}
.BgClassName
{
background-color: #B1BC2B;
}
</style>
border-color css
<style>
span { border-color: #B1BC2B; }
span { border-color: rgb(177,188,43); }
td.TdClassName
{
border-color: #B1BC2B;
}
.TagClassName
{
border-color: #B1BC2B;
}
</style>