Shades of La Rioja #B1BC04
Tints of La Rioja #B1BC04
RGB
CMYK
RGB Variations
Color information
#B1BC04 (or 0xB1BC04) is known color: La Rioja. HEX triplet: B1, BC and 04. RGB value is (177,188,4). Sum of RGB (Red+Green+Blue) = 177+188+4=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC04 is #4E43FB. Grayscale: #A4A4A4. Windows color (decimal): -5129212 or 310449. OLE color: 310449.
HSL color Cylindrical-coordinate representation of color #B1BC04: hue angle of 63.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1BC04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.26 |
| HSL | 63.59º | 0.96% | 0.38% | - |
| HSV(B) | 63.59º | 0.98% | 0.74% | - |
| XYZ | 36.14 | 45.32 | 6.96 | - |
| YUV | 163.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 4 | 0.06 | 0 | 0.98 | 0.26 | 63.59 | 0.96 | 0.38 |
| Hex | B1 | BC | 4 | 6 | 0 | 62 | 1A | 40 | 60 | 26 |
| Octal | 261 | 274 | 4 | 6 | 0 | 142 | 32 | 100 | 140 | 46 |
| Binary | 10110001 | 10111100 | 100 | 110 | 0 | 1100010 | 11010 | 1000000 | 1100000 | 100110 |
Color Harmonies of #B1BC04
Complementary color
Monochromatic Colors of #B1BC04
Black with #B1BC04
Text Example
Text Example
White with #B1BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC04; }
p { color: rgb(177,188,4); }
H1.HeaderClassName
{
color: #B1BC04;
}
.AnyTagClassName
{
color: #B1BC04;
}
</style>
background-color css
<style>
a { background-color: #B1BC04; }
a { background-color: rgb(177,188,4); }
div.DivClassName
{
background-color: #B1BC04;
}
.BgClassName
{
background-color: #B1BC04;
}
</style>
border-color css
<style>
span { border-color: #B1BC04; }
span { border-color: rgb(177,188,4); }
td.TdClassName
{
border-color: #B1BC04;
}
.TagClassName
{
border-color: #B1BC04;
}
</style>