Shades of La Rioja #B0BA0E
Tints of La Rioja #B0BA0E
RGB
CMYK
RGB Variations
Color information
#B0BA0E (or 0xB0BA0E) is known color: La Rioja. HEX triplet: B0, BA and 0E. RGB value is (176,186,14). Sum of RGB (Red+Green+Blue) = 176+186+14=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA0E is #4F45F1. Grayscale: #A4A4A4. Windows color (decimal): -5195250 or 965296. OLE color: 965296.
HSL color Cylindrical-coordinate representation of color #B0BA0E: hue angle of 63.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0BA0E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.27 |
| HSL | 63.49º | 0.86% | 0.39% | - |
| HSV(B) | 63.49º | 0.92% | 0.73% | - |
| XYZ | 35.54 | 44.38 | 7.11 | - |
| YUV | 163.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 14 | 0.05 | 0 | 0.92 | 0.27 | 63.49 | 0.86 | 0.39 |
| Hex | B0 | BA | E | 5 | 0 | 5C | 1B | 3F | 56 | 27 |
| Octal | 260 | 272 | 16 | 5 | 0 | 134 | 33 | 77 | 126 | 47 |
| Binary | 10110000 | 10111010 | 1110 | 101 | 0 | 1011100 | 11011 | 111111 | 1010110 | 100111 |
Color Harmonies of #B0BA0E
Complementary color
Monochromatic Colors of #B0BA0E
Black with #B0BA0E
Text Example
Text Example
White with #B0BA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA0E; }
p { color: rgb(176,186,14); }
H1.HeaderClassName
{
color: #B0BA0E;
}
.AnyTagClassName
{
color: #B0BA0E;
}
</style>
background-color css
<style>
a { background-color: #B0BA0E; }
a { background-color: rgb(176,186,14); }
div.DivClassName
{
background-color: #B0BA0E;
}
.BgClassName
{
background-color: #B0BA0E;
}
</style>
border-color css
<style>
span { border-color: #B0BA0E; }
span { border-color: rgb(176,186,14); }
td.TdClassName
{
border-color: #B0BA0E;
}
.TagClassName
{
border-color: #B0BA0E;
}
</style>