Shades of Bahia #B1BA33
Tints of Bahia #B1BA33
RGB
CMYK
RGB Variations
Color information
#B1BA33 (or 0xB1BA33) is known color: Bahia. HEX triplet: B1, BA and 33. RGB value is (177,186,51). Sum of RGB (Red+Green+Blue) = 177+186+51=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA33 is #4E45CC. Grayscale: #A8A8A8. Windows color (decimal): -5129677 or 3390129. OLE color: 3390129.
HSL color Cylindrical-coordinate representation of color #B1BA33: hue angle of 64º degrees, saturation: 0.57, 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 #B1BA33 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 51 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.27 |
| HSL | 64º | 0.57% | 0.46% | - |
| HSV(B) | 64º | 0.73% | 0.73% | - |
| XYZ | 36.29 | 44.7 | 9.85 | - |
| YUV | 167.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 51 | 0.05 | 0 | 0.73 | 0.27 | 64 | 0.57 | 0.46 |
| Hex | B1 | BA | 33 | 5 | 0 | 49 | 1B | 40 | 39 | 2E |
| Octal | 261 | 272 | 63 | 5 | 0 | 111 | 33 | 100 | 71 | 56 |
| Binary | 10110001 | 10111010 | 110011 | 101 | 0 | 1001001 | 11011 | 1000000 | 111001 | 101110 |
Color Harmonies of #B1BA33
Complementary color
Monochromatic Colors of #B1BA33
Black with #B1BA33
Text Example
Text Example
White with #B1BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA33; }
p { color: rgb(177,186,51); }
H1.HeaderClassName
{
color: #B1BA33;
}
.AnyTagClassName
{
color: #B1BA33;
}
</style>
background-color css
<style>
a { background-color: #B1BA33; }
a { background-color: rgb(177,186,51); }
div.DivClassName
{
background-color: #B1BA33;
}
.BgClassName
{
background-color: #B1BA33;
}
</style>
border-color css
<style>
span { border-color: #B1BA33; }
span { border-color: rgb(177,186,51); }
td.TdClassName
{
border-color: #B1BA33;
}
.TagClassName
{
border-color: #B1BA33;
}
</style>