Shades of Bahia #B4BB2D
Tints of Bahia #B4BB2D
RGB
CMYK
RGB Variations
Color information
#B4BB2D (or 0xB4BB2D) is known color: Bahia. HEX triplet: B4, BB and 2D. RGB value is (180,187,45). Sum of RGB (Red+Green+Blue) = 180+187+45=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB2D is #4B44D2. Grayscale: #A9A9A9. Windows color (decimal): -4932819 or 2997172. OLE color: 2997172.
HSL color Cylindrical-coordinate representation of color #B4BB2D: hue angle of 62.96º 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 #B4BB2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 45 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.27 |
| HSL | 62.96º | 0.61% | 0.45% | - |
| HSV(B) | 62.96º | 0.76% | 0.73% | - |
| XYZ | 37.07 | 45.43 | 9.3 | - |
| YUV | 168.72 | 58.18 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 45 | 0.04 | 0 | 0.76 | 0.27 | 62.96 | 0.61 | 0.45 |
| Hex | B4 | BB | 2D | 4 | 0 | 4C | 1B | 3F | 3D | 2D |
| Octal | 264 | 273 | 55 | 4 | 0 | 114 | 33 | 77 | 75 | 55 |
| Binary | 10110100 | 10111011 | 101101 | 100 | 0 | 1001100 | 11011 | 111111 | 111101 | 101101 |
Color Harmonies of #B4BB2D
Complementary color
Monochromatic Colors of #B4BB2D
Black with #B4BB2D
Text Example
Text Example
White with #B4BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB2D; }
p { color: rgb(180,187,45); }
H1.HeaderClassName
{
color: #B4BB2D;
}
.AnyTagClassName
{
color: #B4BB2D;
}
</style>
background-color css
<style>
a { background-color: #B4BB2D; }
a { background-color: rgb(180,187,45); }
div.DivClassName
{
background-color: #B4BB2D;
}
.BgClassName
{
background-color: #B4BB2D;
}
</style>
border-color css
<style>
span { border-color: #B4BB2D; }
span { border-color: rgb(180,187,45); }
td.TdClassName
{
border-color: #B4BB2D;
}
.TagClassName
{
border-color: #B4BB2D;
}
</style>