Shades of La Rioja #B5BA14
Tints of La Rioja #B5BA14
RGB
CMYK
RGB Variations
Color information
#B5BA14 (or 0xB5BA14) is known color: La Rioja. HEX triplet: B5, BA and 14. RGB value is (181,186,20). Sum of RGB (Red+Green+Blue) = 181+186+20=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BA14 is #4A45EB. Grayscale: #A6A6A6. Windows color (decimal): -4867564 or 1358517. OLE color: 1358517.
HSL color Cylindrical-coordinate representation of color #B5BA14: hue angle of 61.81º 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 #B5BA14 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 20 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.27 |
| HSL | 61.81º | 0.81% | 0.4% | - |
| HSV(B) | 61.81º | 0.89% | 0.73% | - |
| XYZ | 36.74 | 44.99 | 7.41 | - |
| YUV | 165.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 20 | 0.03 | 0 | 0.89 | 0.27 | 61.81 | 0.81 | 0.4 |
| Hex | B5 | BA | 14 | 3 | 0 | 59 | 1B | 3E | 51 | 28 |
| Octal | 265 | 272 | 24 | 3 | 0 | 131 | 33 | 76 | 121 | 50 |
| Binary | 10110101 | 10111010 | 10100 | 11 | 0 | 1011001 | 11011 | 111110 | 1010001 | 101000 |
Color Harmonies of #B5BA14
Complementary color
Monochromatic Colors of #B5BA14
Black with #B5BA14
Text Example
Text Example
White with #B5BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA14; }
p { color: rgb(181,186,20); }
H1.HeaderClassName
{
color: #B5BA14;
}
.AnyTagClassName
{
color: #B5BA14;
}
</style>
background-color css
<style>
a { background-color: #B5BA14; }
a { background-color: rgb(181,186,20); }
div.DivClassName
{
background-color: #B5BA14;
}
.BgClassName
{
background-color: #B5BA14;
}
</style>
border-color css
<style>
span { border-color: #B5BA14; }
span { border-color: rgb(181,186,20); }
td.TdClassName
{
border-color: #B5BA14;
}
.TagClassName
{
border-color: #B5BA14;
}
</style>