Shades of Bahia #B0BB2D
Tints of Bahia #B0BB2D
RGB
CMYK
RGB Variations
Color information
#B0BB2D (or 0xB0BB2D) is known color: Bahia. HEX triplet: B0, BB and 2D. RGB value is (176,187,45). Sum of RGB (Red+Green+Blue) = 176+187+45=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BB2D is #4F44D2. Grayscale: #A8A8A8. Windows color (decimal): -5194963 or 2997168. OLE color: 2997168.
HSL color Cylindrical-coordinate representation of color #B0BB2D: hue angle of 64.65º degrees, saturation: 0.61, 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 #B0BB2D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 45 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.27 |
| HSL | 64.65º | 0.61% | 0.45% | - |
| HSV(B) | 64.65º | 0.76% | 0.73% | - |
| XYZ | 36.15 | 44.96 | 9.26 | - |
| YUV | 167.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 45 | 0.06 | 0 | 0.76 | 0.27 | 64.65 | 0.61 | 0.45 |
| Hex | B0 | BB | 2D | 6 | 0 | 4C | 1B | 41 | 3D | 2D |
| Octal | 260 | 273 | 55 | 6 | 0 | 114 | 33 | 101 | 75 | 55 |
| Binary | 10110000 | 10111011 | 101101 | 110 | 0 | 1001100 | 11011 | 1000001 | 111101 | 101101 |
Color Harmonies of #B0BB2D
Complementary color
Monochromatic Colors of #B0BB2D
Black with #B0BB2D
Text Example
Text Example
White with #B0BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB2D; }
p { color: rgb(176,187,45); }
H1.HeaderClassName
{
color: #B0BB2D;
}
.AnyTagClassName
{
color: #B0BB2D;
}
</style>
background-color css
<style>
a { background-color: #B0BB2D; }
a { background-color: rgb(176,187,45); }
div.DivClassName
{
background-color: #B0BB2D;
}
.BgClassName
{
background-color: #B0BB2D;
}
</style>
border-color css
<style>
span { border-color: #B0BB2D; }
span { border-color: rgb(176,187,45); }
td.TdClassName
{
border-color: #B0BB2D;
}
.TagClassName
{
border-color: #B0BB2D;
}
</style>