Shades of Bahia #B3BB32
Tints of Bahia #B3BB32
RGB
CMYK
RGB Variations
Color information
#B3BB32 (or 0xB3BB32) is known color: Bahia. HEX triplet: B3, BB and 32. RGB value is (179,187,50). Sum of RGB (Red+Green+Blue) = 179+187+50=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB32 is #4C44CD. Grayscale: #A9A9A9. Windows color (decimal): -4998350 or 3324851. OLE color: 3324851.
HSL color Cylindrical-coordinate representation of color #B3BB32: hue angle of 63.5º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3BB32 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 50 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.27 |
| HSL | 63.5º | 0.58% | 0.46% | - |
| HSV(B) | 63.5º | 0.73% | 0.73% | - |
| XYZ | 36.94 | 45.35 | 9.83 | - |
| YUV | 168.99 | 60.85 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 50 | 0.04 | 0 | 0.73 | 0.27 | 63.5 | 0.58 | 0.46 |
| Hex | B3 | BB | 32 | 4 | 0 | 49 | 1B | 40 | 3A | 2E |
| Octal | 263 | 273 | 62 | 4 | 0 | 111 | 33 | 100 | 72 | 56 |
| Binary | 10110011 | 10111011 | 110010 | 100 | 0 | 1001001 | 11011 | 1000000 | 111010 | 101110 |
Color Harmonies of #B3BB32
Complementary color
Monochromatic Colors of #B3BB32
Black with #B3BB32
Text Example
Text Example
White with #B3BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB32; }
p { color: rgb(179,187,50); }
H1.HeaderClassName
{
color: #B3BB32;
}
.AnyTagClassName
{
color: #B3BB32;
}
</style>
background-color css
<style>
a { background-color: #B3BB32; }
a { background-color: rgb(179,187,50); }
div.DivClassName
{
background-color: #B3BB32;
}
.BgClassName
{
background-color: #B3BB32;
}
</style>
border-color css
<style>
span { border-color: #B3BB32; }
span { border-color: rgb(179,187,50); }
td.TdClassName
{
border-color: #B3BB32;
}
.TagClassName
{
border-color: #B3BB32;
}
</style>