Shades of Bahia #B1BE29
Tints of Bahia #B1BE29
RGB
CMYK
RGB Variations
Color information
#B1BE29 (or 0xB1BE29) is known color: Bahia. HEX triplet: B1, BE and 29. RGB value is (177,190,41). Sum of RGB (Red+Green+Blue) = 177+190+41=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BE29 is #4E41D6. Grayscale: #A9A9A9. Windows color (decimal): -5128663 or 2735793. OLE color: 2735793.
HSL color Cylindrical-coordinate representation of color #B1BE29: hue angle of 65.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1BE29 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 41 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.25 |
| HSL | 65.23º | 0.65% | 0.45% | - |
| HSV(B) | 65.23º | 0.78% | 0.75% | - |
| XYZ | 36.95 | 46.33 | 9.09 | - |
| YUV | 169.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 41 | 0.07 | 0 | 0.78 | 0.25 | 65.23 | 0.65 | 0.45 |
| Hex | B1 | BE | 29 | 7 | 0 | 4E | 19 | 41 | 41 | 2D |
| Octal | 261 | 276 | 51 | 7 | 0 | 116 | 31 | 101 | 101 | 55 |
| Binary | 10110001 | 10111110 | 101001 | 111 | 0 | 1001110 | 11001 | 1000001 | 1000001 | 101101 |
Color Harmonies of #B1BE29
Complementary color
Monochromatic Colors of #B1BE29
Black with #B1BE29
Text Example
Text Example
White with #B1BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE29; }
p { color: rgb(177,190,41); }
H1.HeaderClassName
{
color: #B1BE29;
}
.AnyTagClassName
{
color: #B1BE29;
}
</style>
background-color css
<style>
a { background-color: #B1BE29; }
a { background-color: rgb(177,190,41); }
div.DivClassName
{
background-color: #B1BE29;
}
.BgClassName
{
background-color: #B1BE29;
}
</style>
border-color css
<style>
span { border-color: #B1BE29; }
span { border-color: rgb(177,190,41); }
td.TdClassName
{
border-color: #B1BE29;
}
.TagClassName
{
border-color: #B1BE29;
}
</style>