Shades of La Rioja #B1BC10
Tints of La Rioja #B1BC10
RGB
CMYK
RGB Variations
Color information
#B1BC10 (or 0xB1BC10) is known color: La Rioja. HEX triplet: B1, BC and 10. RGB value is (177,188,16). Sum of RGB (Red+Green+Blue) = 177+188+16=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC10 is #4E43EF. Grayscale: #A5A5A5. Windows color (decimal): -5129200 or 1096881. OLE color: 1096881.
HSL color Cylindrical-coordinate representation of color #B1BC10: hue angle of 63.84º 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 #B1BC10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.26 |
| HSL | 63.84º | 0.84% | 0.4% | - |
| HSV(B) | 63.84º | 0.91% | 0.74% | - |
| XYZ | 36.21 | 45.35 | 7.34 | - |
| YUV | 165.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 16 | 0.06 | 0 | 0.91 | 0.26 | 63.84 | 0.84 | 0.4 |
| Hex | B1 | BC | 10 | 6 | 0 | 5B | 1A | 40 | 54 | 28 |
| Octal | 261 | 274 | 20 | 6 | 0 | 133 | 32 | 100 | 124 | 50 |
| Binary | 10110001 | 10111100 | 10000 | 110 | 0 | 1011011 | 11010 | 1000000 | 1010100 | 101000 |
Color Harmonies of #B1BC10
Complementary color
Monochromatic Colors of #B1BC10
Black with #B1BC10
Text Example
Text Example
White with #B1BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC10; }
p { color: rgb(177,188,16); }
H1.HeaderClassName
{
color: #B1BC10;
}
.AnyTagClassName
{
color: #B1BC10;
}
</style>
background-color css
<style>
a { background-color: #B1BC10; }
a { background-color: rgb(177,188,16); }
div.DivClassName
{
background-color: #B1BC10;
}
.BgClassName
{
background-color: #B1BC10;
}
</style>
border-color css
<style>
span { border-color: #B1BC10; }
span { border-color: rgb(177,188,16); }
td.TdClassName
{
border-color: #B1BC10;
}
.TagClassName
{
border-color: #B1BC10;
}
</style>