Shades of La Rioja #B1BC01
Tints of La Rioja #B1BC01
RGB
CMYK
RGB Variations
Color information
#B1BC01 (or 0xB1BC01) is known color: La Rioja. HEX triplet: B1, BC and 01. RGB value is (177,188,1). Sum of RGB (Red+Green+Blue) = 177+188+1=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC01 is #4E43FE. Grayscale: #A4A4A4. Windows color (decimal): -5129215 or 113841. OLE color: 113841.
HSL color Cylindrical-coordinate representation of color #B1BC01: hue angle of 63.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1BC01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.26 |
| HSL | 63.53º | 0.99% | 0.37% | - |
| HSV(B) | 63.53º | 0.99% | 0.74% | - |
| XYZ | 36.12 | 45.32 | 6.87 | - |
| YUV | 163.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 1 | 0.06 | 0 | 0.99 | 0.26 | 63.53 | 0.99 | 0.37 |
| Hex | B1 | BC | 1 | 6 | 0 | 63 | 1A | 40 | 63 | 25 |
| Octal | 261 | 274 | 1 | 6 | 0 | 143 | 32 | 100 | 143 | 45 |
| Binary | 10110001 | 10111100 | 1 | 110 | 0 | 1100011 | 11010 | 1000000 | 1100011 | 100101 |
Color Harmonies of #B1BC01
Complementary color
Monochromatic Colors of #B1BC01
Black with #B1BC01
Text Example
Text Example
White with #B1BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC01; }
p { color: rgb(177,188,1); }
H1.HeaderClassName
{
color: #B1BC01;
}
.AnyTagClassName
{
color: #B1BC01;
}
</style>
background-color css
<style>
a { background-color: #B1BC01; }
a { background-color: rgb(177,188,1); }
div.DivClassName
{
background-color: #B1BC01;
}
.BgClassName
{
background-color: #B1BC01;
}
</style>
border-color css
<style>
span { border-color: #B1BC01; }
span { border-color: rgb(177,188,1); }
td.TdClassName
{
border-color: #B1BC01;
}
.TagClassName
{
border-color: #B1BC01;
}
</style>