Shades of La Rioja #B5B90B
Tints of La Rioja #B5B90B
RGB
CMYK
RGB Variations
Color information
#B5B90B (or 0xB5B90B) is known color: La Rioja. HEX triplet: B5, B9 and 0B. RGB value is (181,185,11). Sum of RGB (Red+Green+Blue) = 181+185+11=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B90B is #4A46F4. Grayscale: #A4A4A4. Windows color (decimal): -4867829 or 768437. OLE color: 768437.
HSL color Cylindrical-coordinate representation of color #B5B90B: hue angle of 61.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5B90B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.27 |
| HSL | 61.38º | 0.89% | 0.38% | - |
| HSV(B) | 61.38º | 0.94% | 0.73% | - |
| XYZ | 36.47 | 44.55 | 6.99 | - |
| YUV | 163.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 11 | 0.02 | 0 | 0.94 | 0.27 | 61.38 | 0.89 | 0.38 |
| Hex | B5 | B9 | B | 2 | 0 | 5E | 1B | 3D | 59 | 26 |
| Octal | 265 | 271 | 13 | 2 | 0 | 136 | 33 | 75 | 131 | 46 |
| Binary | 10110101 | 10111001 | 1011 | 10 | 0 | 1011110 | 11011 | 111101 | 1011001 | 100110 |
Color Harmonies of #B5B90B
Complementary color
Monochromatic Colors of #B5B90B
Black with #B5B90B
Text Example
Text Example
White with #B5B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B90B; }
p { color: rgb(181,185,11); }
H1.HeaderClassName
{
color: #B5B90B;
}
.AnyTagClassName
{
color: #B5B90B;
}
</style>
background-color css
<style>
a { background-color: #B5B90B; }
a { background-color: rgb(181,185,11); }
div.DivClassName
{
background-color: #B5B90B;
}
.BgClassName
{
background-color: #B5B90B;
}
</style>
border-color css
<style>
span { border-color: #B5B90B; }
span { border-color: rgb(181,185,11); }
td.TdClassName
{
border-color: #B5B90B;
}
.TagClassName
{
border-color: #B5B90B;
}
</style>