Shades of Bahia #B2BA32
Tints of Bahia #B2BA32
RGB
CMYK
RGB Variations
Color information
#B2BA32 (or 0xB2BA32) is known color: Bahia. HEX triplet: B2, BA and 32. RGB value is (178,186,50). Sum of RGB (Red+Green+Blue) = 178+186+50=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA32 is #4D45CD. Grayscale: #A8A8A8. Windows color (decimal): -5064142 or 3324594. OLE color: 3324594.
HSL color Cylindrical-coordinate representation of color #B2BA32: hue angle of 63.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2BA32 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 50 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.27 |
| HSL | 63.53º | 0.58% | 0.46% | - |
| HSV(B) | 63.53º | 0.73% | 0.73% | - |
| XYZ | 36.49 | 44.81 | 9.74 | - |
| YUV | 168.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 50 | 0.04 | 0 | 0.73 | 0.27 | 63.53 | 0.58 | 0.46 |
| Hex | B2 | BA | 32 | 4 | 0 | 49 | 1B | 40 | 3A | 2E |
| Octal | 262 | 272 | 62 | 4 | 0 | 111 | 33 | 100 | 72 | 56 |
| Binary | 10110010 | 10111010 | 110010 | 100 | 0 | 1001001 | 11011 | 1000000 | 111010 | 101110 |
Color Harmonies of #B2BA32
Complementary color
Monochromatic Colors of #B2BA32
Black with #B2BA32
Text Example
Text Example
White with #B2BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA32; }
p { color: rgb(178,186,50); }
H1.HeaderClassName
{
color: #B2BA32;
}
.AnyTagClassName
{
color: #B2BA32;
}
</style>
background-color css
<style>
a { background-color: #B2BA32; }
a { background-color: rgb(178,186,50); }
div.DivClassName
{
background-color: #B2BA32;
}
.BgClassName
{
background-color: #B2BA32;
}
</style>
border-color css
<style>
span { border-color: #B2BA32; }
span { border-color: rgb(178,186,50); }
td.TdClassName
{
border-color: #B2BA32;
}
.TagClassName
{
border-color: #B2BA32;
}
</style>