Shades of Bahia #B1BB1D
Tints of Bahia #B1BB1D
RGB
CMYK
RGB Variations
Color information
#B1BB1D (or 0xB1BB1D) is known color: Bahia. HEX triplet: B1, BB and 1D. RGB value is (177,187,29). Sum of RGB (Red+Green+Blue) = 177+187+29=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BB1D is #4E44E2. Grayscale: #A6A6A6. Windows color (decimal): -5129443 or 1948593. OLE color: 1948593.
HSL color Cylindrical-coordinate representation of color #B1BB1D: hue angle of 63.8º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1BB1D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 187 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.27 |
| HSL | 63.8º | 0.73% | 0.42% | - |
| HSV(B) | 63.8º | 0.84% | 0.73% | - |
| XYZ | 36.12 | 44.98 | 7.94 | - |
| YUV | 166 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 29 | 0.05 | 0 | 0.84 | 0.27 | 63.8 | 0.73 | 0.42 |
| Hex | B1 | BB | 1D | 5 | 0 | 54 | 1B | 40 | 49 | 2A |
| Octal | 261 | 273 | 35 | 5 | 0 | 124 | 33 | 100 | 111 | 52 |
| Binary | 10110001 | 10111011 | 11101 | 101 | 0 | 1010100 | 11011 | 1000000 | 1001001 | 101010 |
Color Harmonies of #B1BB1D
Complementary color
Monochromatic Colors of #B1BB1D
Black with #B1BB1D
Text Example
Text Example
White with #B1BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BB1D; }
p { color: rgb(177,187,29); }
H1.HeaderClassName
{
color: #B1BB1D;
}
.AnyTagClassName
{
color: #B1BB1D;
}
</style>
background-color css
<style>
a { background-color: #B1BB1D; }
a { background-color: rgb(177,187,29); }
div.DivClassName
{
background-color: #B1BB1D;
}
.BgClassName
{
background-color: #B1BB1D;
}
</style>
border-color css
<style>
span { border-color: #B1BB1D; }
span { border-color: rgb(177,187,29); }
td.TdClassName
{
border-color: #B1BB1D;
}
.TagClassName
{
border-color: #B1BB1D;
}
</style>