Shades of Bahia #B2BA2D
Tints of Bahia #B2BA2D
RGB
CMYK
RGB Variations
Color information
#B2BA2D (or 0xB2BA2D) is known color: Bahia. HEX triplet: B2, BA and 2D. RGB value is (178,186,45). Sum of RGB (Red+Green+Blue) = 178+186+45=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA2D is #4D45D2. Grayscale: #A8A8A8. Windows color (decimal): -5064147 or 2996914. OLE color: 2996914.
HSL color Cylindrical-coordinate representation of color #B2BA2D: hue angle of 63.4º 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 #B2BA2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 45 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.27 |
| HSL | 63.4º | 0.61% | 0.45% | - |
| HSV(B) | 63.4º | 0.76% | 0.73% | - |
| XYZ | 36.39 | 44.77 | 9.21 | - |
| YUV | 167.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 45 | 0.04 | 0 | 0.76 | 0.27 | 63.4 | 0.61 | 0.45 |
| Hex | B2 | BA | 2D | 4 | 0 | 4C | 1B | 3F | 3D | 2D |
| Octal | 262 | 272 | 55 | 4 | 0 | 114 | 33 | 77 | 75 | 55 |
| Binary | 10110010 | 10111010 | 101101 | 100 | 0 | 1001100 | 11011 | 111111 | 111101 | 101101 |
Color Harmonies of #B2BA2D
Complementary color
Monochromatic Colors of #B2BA2D
Black with #B2BA2D
Text Example
Text Example
White with #B2BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA2D; }
p { color: rgb(178,186,45); }
H1.HeaderClassName
{
color: #B2BA2D;
}
.AnyTagClassName
{
color: #B2BA2D;
}
</style>
background-color css
<style>
a { background-color: #B2BA2D; }
a { background-color: rgb(178,186,45); }
div.DivClassName
{
background-color: #B2BA2D;
}
.BgClassName
{
background-color: #B2BA2D;
}
</style>
border-color css
<style>
span { border-color: #B2BA2D; }
span { border-color: rgb(178,186,45); }
td.TdClassName
{
border-color: #B2BA2D;
}
.TagClassName
{
border-color: #B2BA2D;
}
</style>