Shades of Bahia #B1BE2B
Tints of Bahia #B1BE2B
RGB
CMYK
RGB Variations
Color information
#B1BE2B (or 0xB1BE2B) is known color: Bahia. HEX triplet: B1, BE and 2B. RGB value is (177,190,43). Sum of RGB (Red+Green+Blue) = 177+190+43=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BE2B is #4E41D4. Grayscale: #A9A9A9. Windows color (decimal): -5128661 or 2866865. OLE color: 2866865.
HSL color Cylindrical-coordinate representation of color #B1BE2B: hue angle of 65.31º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1BE2B is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 43 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.25 |
| HSL | 65.31º | 0.63% | 0.46% | - |
| HSV(B) | 65.31º | 0.77% | 0.75% | - |
| XYZ | 36.98 | 46.35 | 9.28 | - |
| YUV | 169.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 43 | 0.07 | 0 | 0.77 | 0.25 | 65.31 | 0.63 | 0.46 |
| Hex | B1 | BE | 2B | 7 | 0 | 4D | 19 | 41 | 3F | 2E |
| Octal | 261 | 276 | 53 | 7 | 0 | 115 | 31 | 101 | 77 | 56 |
| Binary | 10110001 | 10111110 | 101011 | 111 | 0 | 1001101 | 11001 | 1000001 | 111111 | 101110 |
Color Harmonies of #B1BE2B
Complementary color
Monochromatic Colors of #B1BE2B
Black with #B1BE2B
Text Example
Text Example
White with #B1BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE2B; }
p { color: rgb(177,190,43); }
H1.HeaderClassName
{
color: #B1BE2B;
}
.AnyTagClassName
{
color: #B1BE2B;
}
</style>
background-color css
<style>
a { background-color: #B1BE2B; }
a { background-color: rgb(177,190,43); }
div.DivClassName
{
background-color: #B1BE2B;
}
.BgClassName
{
background-color: #B1BE2B;
}
</style>
border-color css
<style>
span { border-color: #B1BE2B; }
span { border-color: rgb(177,190,43); }
td.TdClassName
{
border-color: #B1BE2B;
}
.TagClassName
{
border-color: #B1BE2B;
}
</style>