Shades of La Rioja #B5B90E
Tints of La Rioja #B5B90E
RGB
CMYK
RGB Variations
Color information
#B5B90E (or 0xB5B90E) is known color: La Rioja. HEX triplet: B5, B9 and 0E. RGB value is (181,185,14). Sum of RGB (Red+Green+Blue) = 181+185+14=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B90E is #4A46F1. Grayscale: #A4A4A4. Windows color (decimal): -4867826 or 965045. OLE color: 965045.
HSL color Cylindrical-coordinate representation of color #B5B90E: hue angle of 61.4º 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 #B5B90E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.27 |
| HSL | 61.4º | 0.86% | 0.39% | - |
| HSV(B) | 61.4º | 0.92% | 0.73% | - |
| XYZ | 36.48 | 44.55 | 7.09 | - |
| YUV | 164.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 14 | 0.02 | 0 | 0.92 | 0.27 | 61.4 | 0.86 | 0.39 |
| Hex | B5 | B9 | E | 2 | 0 | 5C | 1B | 3D | 56 | 27 |
| Octal | 265 | 271 | 16 | 2 | 0 | 134 | 33 | 75 | 126 | 47 |
| Binary | 10110101 | 10111001 | 1110 | 10 | 0 | 1011100 | 11011 | 111101 | 1010110 | 100111 |
Color Harmonies of #B5B90E
Complementary color
Monochromatic Colors of #B5B90E
Black with #B5B90E
Text Example
Text Example
White with #B5B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B90E; }
p { color: rgb(181,185,14); }
H1.HeaderClassName
{
color: #B5B90E;
}
.AnyTagClassName
{
color: #B5B90E;
}
</style>
background-color css
<style>
a { background-color: #B5B90E; }
a { background-color: rgb(181,185,14); }
div.DivClassName
{
background-color: #B5B90E;
}
.BgClassName
{
background-color: #B5B90E;
}
</style>
border-color css
<style>
span { border-color: #B5B90E; }
span { border-color: rgb(181,185,14); }
td.TdClassName
{
border-color: #B5B90E;
}
.TagClassName
{
border-color: #B5B90E;
}
</style>