Shades of Bahia #B3BB2C
Tints of Bahia #B3BB2C
RGB
CMYK
RGB Variations
Color information
#B3BB2C (or 0xB3BB2C) is known color: Bahia. HEX triplet: B3, BB and 2C. RGB value is (179,187,44). Sum of RGB (Red+Green+Blue) = 179+187+44=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB2C is #4C44D3. Grayscale: #A8A8A8. Windows color (decimal): -4998356 or 2931635. OLE color: 2931635.
HSL color Cylindrical-coordinate representation of color #B3BB2C: hue angle of 63.36º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3BB2C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 44 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.27 |
| HSL | 63.36º | 0.62% | 0.45% | - |
| HSV(B) | 63.36º | 0.76% | 0.73% | - |
| XYZ | 36.82 | 45.31 | 9.19 | - |
| YUV | 168.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 44 | 0.04 | 0 | 0.76 | 0.27 | 63.36 | 0.62 | 0.45 |
| Hex | B3 | BB | 2C | 4 | 0 | 4C | 1B | 3F | 3E | 2D |
| Octal | 263 | 273 | 54 | 4 | 0 | 114 | 33 | 77 | 76 | 55 |
| Binary | 10110011 | 10111011 | 101100 | 100 | 0 | 1001100 | 11011 | 111111 | 111110 | 101101 |
Color Harmonies of #B3BB2C
Complementary color
Monochromatic Colors of #B3BB2C
Black with #B3BB2C
Text Example
Text Example
White with #B3BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB2C; }
p { color: rgb(179,187,44); }
H1.HeaderClassName
{
color: #B3BB2C;
}
.AnyTagClassName
{
color: #B3BB2C;
}
</style>
background-color css
<style>
a { background-color: #B3BB2C; }
a { background-color: rgb(179,187,44); }
div.DivClassName
{
background-color: #B3BB2C;
}
.BgClassName
{
background-color: #B3BB2C;
}
</style>
border-color css
<style>
span { border-color: #B3BB2C; }
span { border-color: rgb(179,187,44); }
td.TdClassName
{
border-color: #B3BB2C;
}
.TagClassName
{
border-color: #B3BB2C;
}
</style>