Shades of Bahia #B1BA28
Tints of Bahia #B1BA28
RGB
CMYK
RGB Variations
Color information
#B1BA28 (or 0xB1BA28) is known color: Bahia. HEX triplet: B1, BA and 28. RGB value is (177,186,40). Sum of RGB (Red+Green+Blue) = 177+186+40=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA28 is #4E45D7. Grayscale: #A7A7A7. Windows color (decimal): -5129688 or 2669233. OLE color: 2669233.
HSL color Cylindrical-coordinate representation of color #B1BA28: hue angle of 63.7º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1BA28 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 40 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.27 |
| HSL | 63.7º | 0.65% | 0.44% | - |
| HSV(B) | 63.7º | 0.78% | 0.73% | - |
| XYZ | 36.07 | 44.62 | 8.72 | - |
| YUV | 166.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 40 | 0.05 | 0 | 0.78 | 0.27 | 63.7 | 0.65 | 0.44 |
| Hex | B1 | BA | 28 | 5 | 0 | 4E | 1B | 40 | 41 | 2C |
| Octal | 261 | 272 | 50 | 5 | 0 | 116 | 33 | 100 | 101 | 54 |
| Binary | 10110001 | 10111010 | 101000 | 101 | 0 | 1001110 | 11011 | 1000000 | 1000001 | 101100 |
Color Harmonies of #B1BA28
Complementary color
Monochromatic Colors of #B1BA28
Black with #B1BA28
Text Example
Text Example
White with #B1BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA28; }
p { color: rgb(177,186,40); }
H1.HeaderClassName
{
color: #B1BA28;
}
.AnyTagClassName
{
color: #B1BA28;
}
</style>
background-color css
<style>
a { background-color: #B1BA28; }
a { background-color: rgb(177,186,40); }
div.DivClassName
{
background-color: #B1BA28;
}
.BgClassName
{
background-color: #B1BA28;
}
</style>
border-color css
<style>
span { border-color: #B1BA28; }
span { border-color: rgb(177,186,40); }
td.TdClassName
{
border-color: #B1BA28;
}
.TagClassName
{
border-color: #B1BA28;
}
</style>