Shades of La Rioja #B5BC11
Tints of La Rioja #B5BC11
RGB
CMYK
RGB Variations
Color information
#B5BC11 (or 0xB5BC11) is known color: La Rioja. HEX triplet: B5, BC and 11. RGB value is (181,188,17). Sum of RGB (Red+Green+Blue) = 181+188+17=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC11 is #4A43EE. Grayscale: #A7A7A7. Windows color (decimal): -4867055 or 1162421. OLE color: 1162421.
HSL color Cylindrical-coordinate representation of color #B5BC11: hue angle of 62.46º 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 #B5BC11 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 17 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.26 |
| HSL | 62.46º | 0.83% | 0.4% | - |
| HSV(B) | 62.46º | 0.91% | 0.74% | - |
| XYZ | 37.14 | 45.83 | 7.42 | - |
| YUV | 166.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 17 | 0.04 | 0 | 0.91 | 0.26 | 62.46 | 0.83 | 0.4 |
| Hex | B5 | BC | 11 | 4 | 0 | 5B | 1A | 3E | 53 | 28 |
| Octal | 265 | 274 | 21 | 4 | 0 | 133 | 32 | 76 | 123 | 50 |
| Binary | 10110101 | 10111100 | 10001 | 100 | 0 | 1011011 | 11010 | 111110 | 1010011 | 101000 |
Color Harmonies of #B5BC11
Complementary color
Monochromatic Colors of #B5BC11
Black with #B5BC11
Text Example
Text Example
White with #B5BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC11; }
p { color: rgb(181,188,17); }
H1.HeaderClassName
{
color: #B5BC11;
}
.AnyTagClassName
{
color: #B5BC11;
}
</style>
background-color css
<style>
a { background-color: #B5BC11; }
a { background-color: rgb(181,188,17); }
div.DivClassName
{
background-color: #B5BC11;
}
.BgClassName
{
background-color: #B5BC11;
}
</style>
border-color css
<style>
span { border-color: #B5BC11; }
span { border-color: rgb(181,188,17); }
td.TdClassName
{
border-color: #B5BC11;
}
.TagClassName
{
border-color: #B5BC11;
}
</style>