Shades of La Rioja #B0BA04
Tints of La Rioja #B0BA04
RGB
CMYK
RGB Variations
Color information
#B0BA04 (or 0xB0BA04) is known color: La Rioja. HEX triplet: B0, BA and 04. RGB value is (176,186,4). Sum of RGB (Red+Green+Blue) = 176+186+4=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA04 is #4F45FB. Grayscale: #A2A2A2. Windows color (decimal): -5195260 or 309936. OLE color: 309936.
HSL color Cylindrical-coordinate representation of color #B0BA04: hue angle of 63.3º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0BA04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.27 |
| HSL | 63.3º | 0.96% | 0.37% | - |
| HSV(B) | 63.3º | 0.98% | 0.73% | - |
| XYZ | 35.49 | 44.36 | 6.81 | - |
| YUV | 162.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 4 | 0.05 | 0 | 0.98 | 0.27 | 63.3 | 0.96 | 0.37 |
| Hex | B0 | BA | 4 | 5 | 0 | 62 | 1B | 3F | 60 | 25 |
| Octal | 260 | 272 | 4 | 5 | 0 | 142 | 33 | 77 | 140 | 45 |
| Binary | 10110000 | 10111010 | 100 | 101 | 0 | 1100010 | 11011 | 111111 | 1100000 | 100101 |
Color Harmonies of #B0BA04
Complementary color
Monochromatic Colors of #B0BA04
Black with #B0BA04
Text Example
Text Example
White with #B0BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA04; }
p { color: rgb(176,186,4); }
H1.HeaderClassName
{
color: #B0BA04;
}
.AnyTagClassName
{
color: #B0BA04;
}
</style>
background-color css
<style>
a { background-color: #B0BA04; }
a { background-color: rgb(176,186,4); }
div.DivClassName
{
background-color: #B0BA04;
}
.BgClassName
{
background-color: #B0BA04;
}
</style>
border-color css
<style>
span { border-color: #B0BA04; }
span { border-color: rgb(176,186,4); }
td.TdClassName
{
border-color: #B0BA04;
}
.TagClassName
{
border-color: #B0BA04;
}
</style>