Shades of Bahia #B1BC1D
Tints of Bahia #B1BC1D
RGB
CMYK
RGB Variations
Color information
#B1BC1D (or 0xB1BC1D) is known color: Bahia. HEX triplet: B1, BC and 1D. RGB value is (177,188,29). Sum of RGB (Red+Green+Blue) = 177+188+29=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC1D is #4E43E2. Grayscale: #A7A7A7. Windows color (decimal): -5129187 or 1948849. OLE color: 1948849.
HSL color Cylindrical-coordinate representation of color #B1BC1D: hue angle of 64.15º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1BC1D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 29 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.26 |
| HSL | 64.15º | 0.73% | 0.43% | - |
| HSV(B) | 64.15º | 0.85% | 0.74% | - |
| XYZ | 36.34 | 45.4 | 8.01 | - |
| YUV | 166.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 29 | 0.06 | 0 | 0.85 | 0.26 | 64.15 | 0.73 | 0.43 |
| Hex | B1 | BC | 1D | 6 | 0 | 55 | 1A | 40 | 49 | 2B |
| Octal | 261 | 274 | 35 | 6 | 0 | 125 | 32 | 100 | 111 | 53 |
| Binary | 10110001 | 10111100 | 11101 | 110 | 0 | 1010101 | 11010 | 1000000 | 1001001 | 101011 |
Color Harmonies of #B1BC1D
Complementary color
Monochromatic Colors of #B1BC1D
Black with #B1BC1D
Text Example
Text Example
White with #B1BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC1D; }
p { color: rgb(177,188,29); }
H1.HeaderClassName
{
color: #B1BC1D;
}
.AnyTagClassName
{
color: #B1BC1D;
}
</style>
background-color css
<style>
a { background-color: #B1BC1D; }
a { background-color: rgb(177,188,29); }
div.DivClassName
{
background-color: #B1BC1D;
}
.BgClassName
{
background-color: #B1BC1D;
}
</style>
border-color css
<style>
span { border-color: #B1BC1D; }
span { border-color: rgb(177,188,29); }
td.TdClassName
{
border-color: #B1BC1D;
}
.TagClassName
{
border-color: #B1BC1D;
}
</style>