Shades of Bahia #B0B917
Tints of Bahia #B0B917
RGB
CMYK
RGB Variations
Color information
#B0B917 (or 0xB0B917) is known color: Bahia. HEX triplet: B0, B9 and 17. RGB value is (176,185,23). Sum of RGB (Red+Green+Blue) = 176+185+23=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B917 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B917 is #4F46E8. Grayscale: #A4A4A4. Windows color (decimal): -5195497 or 1554864. OLE color: 1554864.
HSL color Cylindrical-coordinate representation of color #B0B917: hue angle of 63.33º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0B917 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 23 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.27 |
| HSL | 63.33º | 0.78% | 0.41% | - |
| HSV(B) | 63.33º | 0.88% | 0.73% | - |
| XYZ | 35.41 | 43.99 | 7.44 | - |
| YUV | 163.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 23 | 0.05 | 0 | 0.88 | 0.27 | 63.33 | 0.78 | 0.41 |
| Hex | B0 | B9 | 17 | 5 | 0 | 58 | 1B | 3F | 4E | 29 |
| Octal | 260 | 271 | 27 | 5 | 0 | 130 | 33 | 77 | 116 | 51 |
| Binary | 10110000 | 10111001 | 10111 | 101 | 0 | 1011000 | 11011 | 111111 | 1001110 | 101001 |
Color Harmonies of #B0B917
Complementary color
Monochromatic Colors of #B0B917
Black with #B0B917
Text Example
Text Example
White with #B0B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B917; }
p { color: rgb(176,185,23); }
H1.HeaderClassName
{
color: #B0B917;
}
.AnyTagClassName
{
color: #B0B917;
}
</style>
background-color css
<style>
a { background-color: #B0B917; }
a { background-color: rgb(176,185,23); }
div.DivClassName
{
background-color: #B0B917;
}
.BgClassName
{
background-color: #B0B917;
}
</style>
border-color css
<style>
span { border-color: #B0B917; }
span { border-color: rgb(176,185,23); }
td.TdClassName
{
border-color: #B0B917;
}
.TagClassName
{
border-color: #B0B917;
}
</style>