Shades of Bahia #B0BA2F
Tints of Bahia #B0BA2F
RGB
CMYK
RGB Variations
Color information
#B0BA2F (or 0xB0BA2F) is known color: Bahia. HEX triplet: B0, BA and 2F. RGB value is (176,186,47). Sum of RGB (Red+Green+Blue) = 176+186+47=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA2F is #4F45D0. Grayscale: #A7A7A7. Windows color (decimal): -5195217 or 3127984. OLE color: 3127984.
HSL color Cylindrical-coordinate representation of color #B0BA2F: hue angle of 64.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0BA2F is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 47 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.27 |
| HSL | 64.32º | 0.6% | 0.46% | - |
| HSV(B) | 64.32º | 0.75% | 0.73% | - |
| XYZ | 35.98 | 44.55 | 9.39 | - |
| YUV | 167.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 47 | 0.05 | 0 | 0.75 | 0.27 | 64.32 | 0.6 | 0.46 |
| Hex | B0 | BA | 2F | 5 | 0 | 4B | 1B | 40 | 3C | 2E |
| Octal | 260 | 272 | 57 | 5 | 0 | 113 | 33 | 100 | 74 | 56 |
| Binary | 10110000 | 10111010 | 101111 | 101 | 0 | 1001011 | 11011 | 1000000 | 111100 | 101110 |
Color Harmonies of #B0BA2F
Complementary color
Monochromatic Colors of #B0BA2F
Black with #B0BA2F
Text Example
Text Example
White with #B0BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA2F; }
p { color: rgb(176,186,47); }
H1.HeaderClassName
{
color: #B0BA2F;
}
.AnyTagClassName
{
color: #B0BA2F;
}
</style>
background-color css
<style>
a { background-color: #B0BA2F; }
a { background-color: rgb(176,186,47); }
div.DivClassName
{
background-color: #B0BA2F;
}
.BgClassName
{
background-color: #B0BA2F;
}
</style>
border-color css
<style>
span { border-color: #B0BA2F; }
span { border-color: rgb(176,186,47); }
td.TdClassName
{
border-color: #B0BA2F;
}
.TagClassName
{
border-color: #B0BA2F;
}
</style>