Shades of Bahia #B1B51E
Tints of Bahia #B1B51E
RGB
CMYK
RGB Variations
Color information
#B1B51E (or 0xB1B51E) is known color: Bahia. HEX triplet: B1, B5 and 1E. RGB value is (177,181,30). Sum of RGB (Red+Green+Blue) = 177+181+30=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B51E is #4E4AE1. Grayscale: #A3A3A3. Windows color (decimal): -5130978 or 2012593. OLE color: 2012593.
HSL color Cylindrical-coordinate representation of color #B1B51E: hue angle of 61.59º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1B51E is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 30 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.29 |
| HSL | 61.59º | 0.72% | 0.41% | - |
| HSV(B) | 61.59º | 0.83% | 0.71% | - |
| XYZ | 34.89 | 42.49 | 7.59 | - |
| YUV | 162.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 30 | 0.02 | 0 | 0.83 | 0.29 | 61.59 | 0.72 | 0.41 |
| Hex | B1 | B5 | 1E | 2 | 0 | 53 | 1D | 3E | 48 | 29 |
| Octal | 261 | 265 | 36 | 2 | 0 | 123 | 35 | 76 | 110 | 51 |
| Binary | 10110001 | 10110101 | 11110 | 10 | 0 | 1010011 | 11101 | 111110 | 1001000 | 101001 |
Color Harmonies of #B1B51E
Complementary color
Monochromatic Colors of #B1B51E
Black with #B1B51E
Text Example
Text Example
White with #B1B51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B51E; }
p { color: rgb(177,181,30); }
H1.HeaderClassName
{
color: #B1B51E;
}
.AnyTagClassName
{
color: #B1B51E;
}
</style>
background-color css
<style>
a { background-color: #B1B51E; }
a { background-color: rgb(177,181,30); }
div.DivClassName
{
background-color: #B1B51E;
}
.BgClassName
{
background-color: #B1B51E;
}
</style>
border-color css
<style>
span { border-color: #B1B51E; }
span { border-color: rgb(177,181,30); }
td.TdClassName
{
border-color: #B1B51E;
}
.TagClassName
{
border-color: #B1B51E;
}
</style>