Shades of Bahia #B1BA19
Tints of Bahia #B1BA19
RGB
CMYK
RGB Variations
Color information
#B1BA19 (or 0xB1BA19) is known color: Bahia. HEX triplet: B1, BA and 19. RGB value is (177,186,25). Sum of RGB (Red+Green+Blue) = 177+186+25=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA19 is #4E45E6. Grayscale: #A5A5A5. Windows color (decimal): -5129703 or 1686193. OLE color: 1686193.
HSL color Cylindrical-coordinate representation of color #B1BA19: hue angle of 63.35º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1BA19 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 25 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.27 |
| HSL | 63.35º | 0.76% | 0.41% | - |
| HSV(B) | 63.35º | 0.87% | 0.73% | - |
| XYZ | 35.87 | 44.54 | 7.63 | - |
| YUV | 164.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 25 | 0.05 | 0 | 0.87 | 0.27 | 63.35 | 0.76 | 0.41 |
| Hex | B1 | BA | 19 | 5 | 0 | 57 | 1B | 3F | 4C | 29 |
| Octal | 261 | 272 | 31 | 5 | 0 | 127 | 33 | 77 | 114 | 51 |
| Binary | 10110001 | 10111010 | 11001 | 101 | 0 | 1010111 | 11011 | 111111 | 1001100 | 101001 |
Color Harmonies of #B1BA19
Complementary color
Monochromatic Colors of #B1BA19
Black with #B1BA19
Text Example
Text Example
White with #B1BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA19; }
p { color: rgb(177,186,25); }
H1.HeaderClassName
{
color: #B1BA19;
}
.AnyTagClassName
{
color: #B1BA19;
}
</style>
background-color css
<style>
a { background-color: #B1BA19; }
a { background-color: rgb(177,186,25); }
div.DivClassName
{
background-color: #B1BA19;
}
.BgClassName
{
background-color: #B1BA19;
}
</style>
border-color css
<style>
span { border-color: #B1BA19; }
span { border-color: rgb(177,186,25); }
td.TdClassName
{
border-color: #B1BA19;
}
.TagClassName
{
border-color: #B1BA19;
}
</style>