Shades of Bahia #B0BC16
Tints of Bahia #B0BC16
RGB
CMYK
RGB Variations
Color information
#B0BC16 (or 0xB0BC16) is known color: Bahia. HEX triplet: B0, BC and 16. RGB value is (176,188,22). Sum of RGB (Red+Green+Blue) = 176+188+22=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC16 is #4F43E9. Grayscale: #A6A6A6. Windows color (decimal): -5194730 or 1490096. OLE color: 1490096.
HSL color Cylindrical-coordinate representation of color #B0BC16: hue angle of 64.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0BC16 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 22 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.26 |
| HSL | 64.34º | 0.79% | 0.41% | - |
| HSV(B) | 64.34º | 0.88% | 0.74% | - |
| XYZ | 36.03 | 45.25 | 7.59 | - |
| YUV | 165.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 22 | 0.06 | 0 | 0.88 | 0.26 | 64.34 | 0.79 | 0.41 |
| Hex | B0 | BC | 16 | 6 | 0 | 58 | 1A | 40 | 4F | 29 |
| Octal | 260 | 274 | 26 | 6 | 0 | 130 | 32 | 100 | 117 | 51 |
| Binary | 10110000 | 10111100 | 10110 | 110 | 0 | 1011000 | 11010 | 1000000 | 1001111 | 101001 |
Color Harmonies of #B0BC16
Complementary color
Monochromatic Colors of #B0BC16
Black with #B0BC16
Text Example
Text Example
White with #B0BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC16; }
p { color: rgb(176,188,22); }
H1.HeaderClassName
{
color: #B0BC16;
}
.AnyTagClassName
{
color: #B0BC16;
}
</style>
background-color css
<style>
a { background-color: #B0BC16; }
a { background-color: rgb(176,188,22); }
div.DivClassName
{
background-color: #B0BC16;
}
.BgClassName
{
background-color: #B0BC16;
}
</style>
border-color css
<style>
span { border-color: #B0BC16; }
span { border-color: rgb(176,188,22); }
td.TdClassName
{
border-color: #B0BC16;
}
.TagClassName
{
border-color: #B0BC16;
}
</style>