Shades of La Rioja #B5BD0F
Tints of La Rioja #B5BD0F
RGB
CMYK
RGB Variations
Color information
#B5BD0F (or 0xB5BD0F) is known color: La Rioja. HEX triplet: B5, BD and 0F. RGB value is (181,189,15). Sum of RGB (Red+Green+Blue) = 181+189+15=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BD0F is #4A42F0. Grayscale: #A7A7A7. Windows color (decimal): -4866801 or 1031605. OLE color: 1031605.
HSL color Cylindrical-coordinate representation of color #B5BD0F: hue angle of 62.76º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5BD0F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.26 |
| HSL | 62.76º | 0.85% | 0.4% | - |
| HSV(B) | 62.76º | 0.92% | 0.74% | - |
| XYZ | 37.34 | 46.25 | 7.41 | - |
| YUV | 166.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 15 | 0.04 | 0 | 0.92 | 0.26 | 62.76 | 0.85 | 0.4 |
| Hex | B5 | BD | F | 4 | 0 | 5C | 1A | 3F | 55 | 28 |
| Octal | 265 | 275 | 17 | 4 | 0 | 134 | 32 | 77 | 125 | 50 |
| Binary | 10110101 | 10111101 | 1111 | 100 | 0 | 1011100 | 11010 | 111111 | 1010101 | 101000 |
Color Harmonies of #B5BD0F
Complementary color
Monochromatic Colors of #B5BD0F
Black with #B5BD0F
Text Example
Text Example
White with #B5BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD0F; }
p { color: rgb(181,189,15); }
H1.HeaderClassName
{
color: #B5BD0F;
}
.AnyTagClassName
{
color: #B5BD0F;
}
</style>
background-color css
<style>
a { background-color: #B5BD0F; }
a { background-color: rgb(181,189,15); }
div.DivClassName
{
background-color: #B5BD0F;
}
.BgClassName
{
background-color: #B5BD0F;
}
</style>
border-color css
<style>
span { border-color: #B5BD0F; }
span { border-color: rgb(181,189,15); }
td.TdClassName
{
border-color: #B5BD0F;
}
.TagClassName
{
border-color: #B5BD0F;
}
</style>