Shades of Bahia #B1BA1E
Tints of Bahia #B1BA1E
RGB
CMYK
RGB Variations
Color information
#B1BA1E (or 0xB1BA1E) is known color: Bahia. HEX triplet: B1, BA and 1E. RGB value is (177,186,30). Sum of RGB (Red+Green+Blue) = 177+186+30=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA1E is #4E45E1. Grayscale: #A6A6A6. Windows color (decimal): -5129698 or 2013873. OLE color: 2013873.
HSL color Cylindrical-coordinate representation of color #B1BA1E: hue angle of 63.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1BA1E is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 30 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.27 |
| HSL | 63.46º | 0.72% | 0.42% | - |
| HSV(B) | 63.46º | 0.84% | 0.73% | - |
| XYZ | 35.92 | 44.56 | 7.94 | - |
| YUV | 165.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 30 | 0.05 | 0 | 0.84 | 0.27 | 63.46 | 0.72 | 0.42 |
| Hex | B1 | BA | 1E | 5 | 0 | 54 | 1B | 3F | 48 | 2A |
| Octal | 261 | 272 | 36 | 5 | 0 | 124 | 33 | 77 | 110 | 52 |
| Binary | 10110001 | 10111010 | 11110 | 101 | 0 | 1010100 | 11011 | 111111 | 1001000 | 101010 |
Color Harmonies of #B1BA1E
Complementary color
Monochromatic Colors of #B1BA1E
Black with #B1BA1E
Text Example
Text Example
White with #B1BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA1E; }
p { color: rgb(177,186,30); }
H1.HeaderClassName
{
color: #B1BA1E;
}
.AnyTagClassName
{
color: #B1BA1E;
}
</style>
background-color css
<style>
a { background-color: #B1BA1E; }
a { background-color: rgb(177,186,30); }
div.DivClassName
{
background-color: #B1BA1E;
}
.BgClassName
{
background-color: #B1BA1E;
}
</style>
border-color css
<style>
span { border-color: #B1BA1E; }
span { border-color: rgb(177,186,30); }
td.TdClassName
{
border-color: #B1BA1E;
}
.TagClassName
{
border-color: #B1BA1E;
}
</style>