Shades of La Rioja #B5BD11
Tints of La Rioja #B5BD11
RGB
CMYK
RGB Variations
Color information
#B5BD11 (or 0xB5BD11) is known color: La Rioja. HEX triplet: B5, BD and 11. RGB value is (181,189,17). Sum of RGB (Red+Green+Blue) = 181+189+17=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BD11 is #4A42EE. Grayscale: #A7A7A7. Windows color (decimal): -4866799 or 1162677. OLE color: 1162677.
HSL color Cylindrical-coordinate representation of color #B5BD11: hue angle of 62.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5BD11 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.26 |
| HSL | 62.79º | 0.83% | 0.4% | - |
| HSV(B) | 62.79º | 0.91% | 0.74% | - |
| XYZ | 37.35 | 46.26 | 7.49 | - |
| YUV | 167 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 17 | 0.04 | 0 | 0.91 | 0.26 | 62.79 | 0.83 | 0.4 |
| Hex | B5 | BD | 11 | 4 | 0 | 5B | 1A | 3F | 53 | 28 |
| Octal | 265 | 275 | 21 | 4 | 0 | 133 | 32 | 77 | 123 | 50 |
| Binary | 10110101 | 10111101 | 10001 | 100 | 0 | 1011011 | 11010 | 111111 | 1010011 | 101000 |
Color Harmonies of #B5BD11
Complementary color
Monochromatic Colors of #B5BD11
Black with #B5BD11
Text Example
Text Example
White with #B5BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD11; }
p { color: rgb(181,189,17); }
H1.HeaderClassName
{
color: #B5BD11;
}
.AnyTagClassName
{
color: #B5BD11;
}
</style>
background-color css
<style>
a { background-color: #B5BD11; }
a { background-color: rgb(181,189,17); }
div.DivClassName
{
background-color: #B5BD11;
}
.BgClassName
{
background-color: #B5BD11;
}
</style>
border-color css
<style>
span { border-color: #B5BD11; }
span { border-color: rgb(181,189,17); }
td.TdClassName
{
border-color: #B5BD11;
}
.TagClassName
{
border-color: #B5BD11;
}
</style>