Shades of La Rioja #B3BA14
Tints of La Rioja #B3BA14
RGB
CMYK
RGB Variations
Color information
#B3BA14 (or 0xB3BA14) is known color: La Rioja. HEX triplet: B3, BA and 14. RGB value is (179,186,20). Sum of RGB (Red+Green+Blue) = 179+186+20=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA14 is #4C45EB. Grayscale: #A5A5A5. Windows color (decimal): -4998636 or 1358515. OLE color: 1358515.
HSL color Cylindrical-coordinate representation of color #B3BA14: hue angle of 62.53º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3BA14 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 20 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.27 |
| HSL | 62.53º | 0.81% | 0.4% | - |
| HSV(B) | 62.53º | 0.89% | 0.73% | - |
| XYZ | 36.28 | 44.75 | 7.39 | - |
| YUV | 164.98 | 46.18 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 20 | 0.04 | 0 | 0.89 | 0.27 | 62.53 | 0.81 | 0.4 |
| Hex | B3 | BA | 14 | 4 | 0 | 59 | 1B | 3F | 51 | 28 |
| Octal | 263 | 272 | 24 | 4 | 0 | 131 | 33 | 77 | 121 | 50 |
| Binary | 10110011 | 10111010 | 10100 | 100 | 0 | 1011001 | 11011 | 111111 | 1010001 | 101000 |
Color Harmonies of #B3BA14
Complementary color
Monochromatic Colors of #B3BA14
Black with #B3BA14
Text Example
Text Example
White with #B3BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA14; }
p { color: rgb(179,186,20); }
H1.HeaderClassName
{
color: #B3BA14;
}
.AnyTagClassName
{
color: #B3BA14;
}
</style>
background-color css
<style>
a { background-color: #B3BA14; }
a { background-color: rgb(179,186,20); }
div.DivClassName
{
background-color: #B3BA14;
}
.BgClassName
{
background-color: #B3BA14;
}
</style>
border-color css
<style>
span { border-color: #B3BA14; }
span { border-color: rgb(179,186,20); }
td.TdClassName
{
border-color: #B3BA14;
}
.TagClassName
{
border-color: #B3BA14;
}
</style>