Shades of La Rioja #B5BC10
Tints of La Rioja #B5BC10
RGB
CMYK
RGB Variations
Color information
#B5BC10 (or 0xB5BC10) is known color: La Rioja. HEX triplet: B5, BC and 10. RGB value is (181,188,16). Sum of RGB (Red+Green+Blue) = 181+188+16=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC10 is #4A43EF. Grayscale: #A6A6A6. Windows color (decimal): -4867056 or 1096885. OLE color: 1096885.
HSL color Cylindrical-coordinate representation of color #B5BC10: hue angle of 62.44º degrees, saturation: 0.84, 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 #B5BC10 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 16 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.26 |
| HSL | 62.44º | 0.84% | 0.4% | - |
| HSV(B) | 62.44º | 0.91% | 0.74% | - |
| XYZ | 37.13 | 45.83 | 7.38 | - |
| YUV | 166.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 16 | 0.04 | 0 | 0.91 | 0.26 | 62.44 | 0.84 | 0.4 |
| Hex | B5 | BC | 10 | 4 | 0 | 5B | 1A | 3E | 54 | 28 |
| Octal | 265 | 274 | 20 | 4 | 0 | 133 | 32 | 76 | 124 | 50 |
| Binary | 10110101 | 10111100 | 10000 | 100 | 0 | 1011011 | 11010 | 111110 | 1010100 | 101000 |
Color Harmonies of #B5BC10
Complementary color
Monochromatic Colors of #B5BC10
Black with #B5BC10
Text Example
Text Example
White with #B5BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC10; }
p { color: rgb(181,188,16); }
H1.HeaderClassName
{
color: #B5BC10;
}
.AnyTagClassName
{
color: #B5BC10;
}
</style>
background-color css
<style>
a { background-color: #B5BC10; }
a { background-color: rgb(181,188,16); }
div.DivClassName
{
background-color: #B5BC10;
}
.BgClassName
{
background-color: #B5BC10;
}
</style>
border-color css
<style>
span { border-color: #B5BC10; }
span { border-color: rgb(181,188,16); }
td.TdClassName
{
border-color: #B5BC10;
}
.TagClassName
{
border-color: #B5BC10;
}
</style>