Shades of Bahia #B2BC2D
Tints of Bahia #B2BC2D
RGB
CMYK
RGB Variations
Color information
#B2BC2D (or 0xB2BC2D) is known color: Bahia. HEX triplet: B2, BC and 2D. RGB value is (178,188,45). Sum of RGB (Red+Green+Blue) = 178+188+45=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC2D is #4D43D2. Grayscale: #A9A9A9. Windows color (decimal): -5063635 or 2997426. OLE color: 2997426.
HSL color Cylindrical-coordinate representation of color #B2BC2D: hue angle of 64.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2BC2D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 45 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.26 |
| HSL | 64.2º | 0.61% | 0.46% | - |
| HSV(B) | 64.2º | 0.76% | 0.74% | - |
| XYZ | 36.82 | 45.62 | 9.35 | - |
| YUV | 168.71 | 58.19 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 45 | 0.05 | 0 | 0.76 | 0.26 | 64.2 | 0.61 | 0.46 |
| Hex | B2 | BC | 2D | 5 | 0 | 4C | 1A | 40 | 3D | 2E |
| Octal | 262 | 274 | 55 | 5 | 0 | 114 | 32 | 100 | 75 | 56 |
| Binary | 10110010 | 10111100 | 101101 | 101 | 0 | 1001100 | 11010 | 1000000 | 111101 | 101110 |
Color Harmonies of #B2BC2D
Complementary color
Monochromatic Colors of #B2BC2D
Black with #B2BC2D
Text Example
Text Example
White with #B2BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC2D; }
p { color: rgb(178,188,45); }
H1.HeaderClassName
{
color: #B2BC2D;
}
.AnyTagClassName
{
color: #B2BC2D;
}
</style>
background-color css
<style>
a { background-color: #B2BC2D; }
a { background-color: rgb(178,188,45); }
div.DivClassName
{
background-color: #B2BC2D;
}
.BgClassName
{
background-color: #B2BC2D;
}
</style>
border-color css
<style>
span { border-color: #B2BC2D; }
span { border-color: rgb(178,188,45); }
td.TdClassName
{
border-color: #B2BC2D;
}
.TagClassName
{
border-color: #B2BC2D;
}
</style>