Shades of Bahia #B1BA26
Tints of Bahia #B1BA26
RGB
CMYK
RGB Variations
Color information
#B1BA26 (or 0xB1BA26) is known color: Bahia. HEX triplet: B1, BA and 26. RGB value is (177,186,38). Sum of RGB (Red+Green+Blue) = 177+186+38=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA26 is #4E45D9. Grayscale: #A7A7A7. Windows color (decimal): -5129690 or 2538161. OLE color: 2538161.
HSL color Cylindrical-coordinate representation of color #B1BA26: hue angle of 63.65º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1BA26 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 38 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.27 |
| HSL | 63.65º | 0.66% | 0.44% | - |
| HSV(B) | 63.65º | 0.8% | 0.73% | - |
| XYZ | 36.04 | 44.6 | 8.54 | - |
| YUV | 166.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 38 | 0.05 | 0 | 0.80 | 0.27 | 63.65 | 0.66 | 0.44 |
| Hex | B1 | BA | 26 | 5 | 0 | 50 | 1B | 40 | 42 | 2C |
| Octal | 261 | 272 | 46 | 5 | 0 | 120 | 33 | 100 | 102 | 54 |
| Binary | 10110001 | 10111010 | 100110 | 101 | 0 | 1010000 | 11011 | 1000000 | 1000010 | 101100 |
Color Harmonies of #B1BA26
Complementary color
Monochromatic Colors of #B1BA26
Black with #B1BA26
Text Example
Text Example
White with #B1BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA26; }
p { color: rgb(177,186,38); }
H1.HeaderClassName
{
color: #B1BA26;
}
.AnyTagClassName
{
color: #B1BA26;
}
</style>
background-color css
<style>
a { background-color: #B1BA26; }
a { background-color: rgb(177,186,38); }
div.DivClassName
{
background-color: #B1BA26;
}
.BgClassName
{
background-color: #B1BA26;
}
</style>
border-color css
<style>
span { border-color: #B1BA26; }
span { border-color: rgb(177,186,38); }
td.TdClassName
{
border-color: #B1BA26;
}
.TagClassName
{
border-color: #B1BA26;
}
</style>