Shades of Bahia #B0BF16
Tints of Bahia #B0BF16
RGB
CMYK
RGB Variations
Color information
#B0BF16 (or 0xB0BF16) is known color: Bahia. HEX triplet: B0, BF and 16. RGB value is (176,191,22). Sum of RGB (Red+Green+Blue) = 176+191+22=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF16 is #4F40E9. Grayscale: #A7A7A7. Windows color (decimal): -5193962 or 1490864. OLE color: 1490864.
HSL color Cylindrical-coordinate representation of color #B0BF16: hue angle of 65.33º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0BF16 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 22 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.25 |
| HSL | 65.33º | 0.79% | 0.42% | - |
| HSV(B) | 65.33º | 0.88% | 0.75% | - |
| XYZ | 36.68 | 46.55 | 7.81 | - |
| YUV | 167.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 22 | 0.08 | 0 | 0.88 | 0.25 | 65.33 | 0.79 | 0.42 |
| Hex | B0 | BF | 16 | 8 | 0 | 58 | 19 | 41 | 4F | 2A |
| Octal | 260 | 277 | 26 | 10 | 0 | 130 | 31 | 101 | 117 | 52 |
| Binary | 10110000 | 10111111 | 10110 | 1000 | 0 | 1011000 | 11001 | 1000001 | 1001111 | 101010 |
Color Harmonies of #B0BF16
Complementary color
Monochromatic Colors of #B0BF16
Black with #B0BF16
Text Example
Text Example
White with #B0BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF16; }
p { color: rgb(176,191,22); }
H1.HeaderClassName
{
color: #B0BF16;
}
.AnyTagClassName
{
color: #B0BF16;
}
</style>
background-color css
<style>
a { background-color: #B0BF16; }
a { background-color: rgb(176,191,22); }
div.DivClassName
{
background-color: #B0BF16;
}
.BgClassName
{
background-color: #B0BF16;
}
</style>
border-color css
<style>
span { border-color: #B0BF16; }
span { border-color: rgb(176,191,22); }
td.TdClassName
{
border-color: #B0BF16;
}
.TagClassName
{
border-color: #B0BF16;
}
</style>