Shades of La Rioja #B3BC01
Tints of La Rioja #B3BC01
RGB
CMYK
RGB Variations
Color information
#B3BC01 (or 0xB3BC01) is known color: La Rioja. HEX triplet: B3, BC and 01. RGB value is (179,188,1). Sum of RGB (Red+Green+Blue) = 179+188+1=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC01 is #4C43FE. Grayscale: #A4A4A4. Windows color (decimal): -4998143 or 113843. OLE color: 113843.
HSL color Cylindrical-coordinate representation of color #B3BC01: hue angle of 62.89º 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 #B3BC01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.26 |
| HSL | 62.89º | 0.99% | 0.37% | - |
| HSV(B) | 62.89º | 0.99% | 0.74% | - |
| XYZ | 36.58 | 45.55 | 6.89 | - |
| YUV | 163.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 1 | 0.05 | 0 | 0.99 | 0.26 | 62.89 | 0.99 | 0.37 |
| Hex | B3 | BC | 1 | 5 | 0 | 63 | 1A | 3F | 63 | 25 |
| Octal | 263 | 274 | 1 | 5 | 0 | 143 | 32 | 77 | 143 | 45 |
| Binary | 10110011 | 10111100 | 1 | 101 | 0 | 1100011 | 11010 | 111111 | 1100011 | 100101 |
Color Harmonies of #B3BC01
Complementary color
Monochromatic Colors of #B3BC01
Black with #B3BC01
Text Example
Text Example
White with #B3BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC01; }
p { color: rgb(179,188,1); }
H1.HeaderClassName
{
color: #B3BC01;
}
.AnyTagClassName
{
color: #B3BC01;
}
</style>
background-color css
<style>
a { background-color: #B3BC01; }
a { background-color: rgb(179,188,1); }
div.DivClassName
{
background-color: #B3BC01;
}
.BgClassName
{
background-color: #B3BC01;
}
</style>
border-color css
<style>
span { border-color: #B3BC01; }
span { border-color: rgb(179,188,1); }
td.TdClassName
{
border-color: #B3BC01;
}
.TagClassName
{
border-color: #B3BC01;
}
</style>