Shades of Bahia #B3BB2E
Tints of Bahia #B3BB2E
RGB
CMYK
RGB Variations
Color information
#B3BB2E (or 0xB3BB2E) is known color: Bahia. HEX triplet: B3, BB and 2E. RGB value is (179,187,46). Sum of RGB (Red+Green+Blue) = 179+187+46=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB2E is #4C44D1. Grayscale: #A9A9A9. Windows color (decimal): -4998354 or 3062707. OLE color: 3062707.
HSL color Cylindrical-coordinate representation of color #B3BB2E: hue angle of 63.4º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3BB2E is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 46 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.27 |
| HSL | 63.4º | 0.61% | 0.46% | - |
| HSV(B) | 63.4º | 0.75% | 0.73% | - |
| XYZ | 36.85 | 45.32 | 9.39 | - |
| YUV | 168.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 46 | 0.04 | 0 | 0.75 | 0.27 | 63.4 | 0.61 | 0.46 |
| Hex | B3 | BB | 2E | 4 | 0 | 4B | 1B | 3F | 3D | 2E |
| Octal | 263 | 273 | 56 | 4 | 0 | 113 | 33 | 77 | 75 | 56 |
| Binary | 10110011 | 10111011 | 101110 | 100 | 0 | 1001011 | 11011 | 111111 | 111101 | 101110 |
Color Harmonies of #B3BB2E
Complementary color
Monochromatic Colors of #B3BB2E
Black with #B3BB2E
Text Example
Text Example
White with #B3BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB2E; }
p { color: rgb(179,187,46); }
H1.HeaderClassName
{
color: #B3BB2E;
}
.AnyTagClassName
{
color: #B3BB2E;
}
</style>
background-color css
<style>
a { background-color: #B3BB2E; }
a { background-color: rgb(179,187,46); }
div.DivClassName
{
background-color: #B3BB2E;
}
.BgClassName
{
background-color: #B3BB2E;
}
</style>
border-color css
<style>
span { border-color: #B3BB2E; }
span { border-color: rgb(179,187,46); }
td.TdClassName
{
border-color: #B3BB2E;
}
.TagClassName
{
border-color: #B3BB2E;
}
</style>