Shades of Bahia #B0BC2C
Tints of Bahia #B0BC2C
RGB
CMYK
RGB Variations
Color information
#B0BC2C (or 0xB0BC2C) is known color: Bahia. HEX triplet: B0, BC and 2C. RGB value is (176,188,44). Sum of RGB (Red+Green+Blue) = 176+188+44=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC2C is #4F43D3. Grayscale: #A8A8A8. Windows color (decimal): -5194708 or 2931888. OLE color: 2931888.
HSL color Cylindrical-coordinate representation of color #B0BC2C: hue angle of 65º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0BC2C is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 44 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.26 |
| HSL | 65º | 0.62% | 0.45% | - |
| HSV(B) | 65º | 0.77% | 0.74% | - |
| XYZ | 36.34 | 45.38 | 9.23 | - |
| YUV | 168 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 44 | 0.06 | 0 | 0.77 | 0.26 | 65 | 0.62 | 0.45 |
| Hex | B0 | BC | 2C | 6 | 0 | 4D | 1A | 41 | 3E | 2D |
| Octal | 260 | 274 | 54 | 6 | 0 | 115 | 32 | 101 | 76 | 55 |
| Binary | 10110000 | 10111100 | 101100 | 110 | 0 | 1001101 | 11010 | 1000001 | 111110 | 101101 |
Color Harmonies of #B0BC2C
Complementary color
Monochromatic Colors of #B0BC2C
Black with #B0BC2C
Text Example
Text Example
White with #B0BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC2C; }
p { color: rgb(176,188,44); }
H1.HeaderClassName
{
color: #B0BC2C;
}
.AnyTagClassName
{
color: #B0BC2C;
}
</style>
background-color css
<style>
a { background-color: #B0BC2C; }
a { background-color: rgb(176,188,44); }
div.DivClassName
{
background-color: #B0BC2C;
}
.BgClassName
{
background-color: #B0BC2C;
}
</style>
border-color css
<style>
span { border-color: #B0BC2C; }
span { border-color: rgb(176,188,44); }
td.TdClassName
{
border-color: #B0BC2C;
}
.TagClassName
{
border-color: #B0BC2C;
}
</style>