Shades of Bahia #B0BC2F
Tints of Bahia #B0BC2F
RGB
CMYK
RGB Variations
Color information
#B0BC2F (or 0xB0BC2F) is known color: Bahia. HEX triplet: B0, BC and 2F. RGB value is (176,188,47). Sum of RGB (Red+Green+Blue) = 176+188+47=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC2F is #4F43D0. Grayscale: #A8A8A8. Windows color (decimal): -5194705 or 3128496. OLE color: 3128496.
HSL color Cylindrical-coordinate representation of color #B0BC2F: hue angle of 65.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0BC2F is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 47 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.26 |
| HSL | 65.11º | 0.6% | 0.46% | - |
| HSV(B) | 65.11º | 0.75% | 0.74% | - |
| XYZ | 36.4 | 45.4 | 9.53 | - |
| YUV | 168.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 47 | 0.06 | 0 | 0.75 | 0.26 | 65.11 | 0.6 | 0.46 |
| Hex | B0 | BC | 2F | 6 | 0 | 4B | 1A | 41 | 3C | 2E |
| Octal | 260 | 274 | 57 | 6 | 0 | 113 | 32 | 101 | 74 | 56 |
| Binary | 10110000 | 10111100 | 101111 | 110 | 0 | 1001011 | 11010 | 1000001 | 111100 | 101110 |
Color Harmonies of #B0BC2F
Complementary color
Monochromatic Colors of #B0BC2F
Black with #B0BC2F
Text Example
Text Example
White with #B0BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC2F; }
p { color: rgb(176,188,47); }
H1.HeaderClassName
{
color: #B0BC2F;
}
.AnyTagClassName
{
color: #B0BC2F;
}
</style>
background-color css
<style>
a { background-color: #B0BC2F; }
a { background-color: rgb(176,188,47); }
div.DivClassName
{
background-color: #B0BC2F;
}
.BgClassName
{
background-color: #B0BC2F;
}
</style>
border-color css
<style>
span { border-color: #B0BC2F; }
span { border-color: rgb(176,188,47); }
td.TdClassName
{
border-color: #B0BC2F;
}
.TagClassName
{
border-color: #B0BC2F;
}
</style>