Shades of Bahia #B4BA2D
Tints of Bahia #B4BA2D
RGB
CMYK
RGB Variations
Color information
#B4BA2D (or 0xB4BA2D) is known color: Bahia. HEX triplet: B4, BA and 2D. RGB value is (180,186,45). Sum of RGB (Red+Green+Blue) = 180+186+45=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA2D is #4B45D2. Grayscale: #A8A8A8. Windows color (decimal): -4933075 or 2996916. OLE color: 2996916.
HSL color Cylindrical-coordinate representation of color #B4BA2D: hue angle of 62.55º 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 #B4BA2D is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 45 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.27 |
| HSL | 62.55º | 0.61% | 0.45% | - |
| HSV(B) | 62.55º | 0.76% | 0.73% | - |
| XYZ | 36.85 | 45.01 | 9.23 | - |
| YUV | 168.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 45 | 0.03 | 0 | 0.76 | 0.27 | 62.55 | 0.61 | 0.45 |
| Hex | B4 | BA | 2D | 3 | 0 | 4C | 1B | 3F | 3D | 2D |
| Octal | 264 | 272 | 55 | 3 | 0 | 114 | 33 | 77 | 75 | 55 |
| Binary | 10110100 | 10111010 | 101101 | 11 | 0 | 1001100 | 11011 | 111111 | 111101 | 101101 |
Color Harmonies of #B4BA2D
Complementary color
Monochromatic Colors of #B4BA2D
Black with #B4BA2D
Text Example
Text Example
White with #B4BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA2D; }
p { color: rgb(180,186,45); }
H1.HeaderClassName
{
color: #B4BA2D;
}
.AnyTagClassName
{
color: #B4BA2D;
}
</style>
background-color css
<style>
a { background-color: #B4BA2D; }
a { background-color: rgb(180,186,45); }
div.DivClassName
{
background-color: #B4BA2D;
}
.BgClassName
{
background-color: #B4BA2D;
}
</style>
border-color css
<style>
span { border-color: #B4BA2D; }
span { border-color: rgb(180,186,45); }
td.TdClassName
{
border-color: #B4BA2D;
}
.TagClassName
{
border-color: #B4BA2D;
}
</style>