Shades of Bahia #B0BE2E
Tints of Bahia #B0BE2E
RGB
CMYK
RGB Variations
Color information
#B0BE2E (or 0xB0BE2E) is known color: Bahia. HEX triplet: B0, BE and 2E. RGB value is (176,190,46). Sum of RGB (Red+Green+Blue) = 176+190+46=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE2E is #4F41D1. Grayscale: #A9A9A9. Windows color (decimal): -5194194 or 3063472. OLE color: 3063472.
HSL color Cylindrical-coordinate representation of color #B0BE2E: hue angle of 65.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0BE2E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 46 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.25 |
| HSL | 65.83º | 0.61% | 0.46% | - |
| HSV(B) | 65.83º | 0.76% | 0.75% | - |
| XYZ | 36.81 | 46.25 | 9.57 | - |
| YUV | 169.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 46 | 0.07 | 0 | 0.76 | 0.25 | 65.83 | 0.61 | 0.46 |
| Hex | B0 | BE | 2E | 7 | 0 | 4C | 19 | 42 | 3D | 2E |
| Octal | 260 | 276 | 56 | 7 | 0 | 114 | 31 | 102 | 75 | 56 |
| Binary | 10110000 | 10111110 | 101110 | 111 | 0 | 1001100 | 11001 | 1000010 | 111101 | 101110 |
Color Harmonies of #B0BE2E
Complementary color
Monochromatic Colors of #B0BE2E
Black with #B0BE2E
Text Example
Text Example
White with #B0BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE2E; }
p { color: rgb(176,190,46); }
H1.HeaderClassName
{
color: #B0BE2E;
}
.AnyTagClassName
{
color: #B0BE2E;
}
</style>
background-color css
<style>
a { background-color: #B0BE2E; }
a { background-color: rgb(176,190,46); }
div.DivClassName
{
background-color: #B0BE2E;
}
.BgClassName
{
background-color: #B0BE2E;
}
</style>
border-color css
<style>
span { border-color: #B0BE2E; }
span { border-color: rgb(176,190,46); }
td.TdClassName
{
border-color: #B0BE2E;
}
.TagClassName
{
border-color: #B0BE2E;
}
</style>