Shades of La Rioja #B0BC01
Tints of La Rioja #B0BC01
RGB
CMYK
RGB Variations
Color information
#B0BC01 (or 0xB0BC01) is known color: La Rioja. HEX triplet: B0, BC and 01. RGB value is (176,188,1). Sum of RGB (Red+Green+Blue) = 176+188+1=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BC01 is #4F43FE. Grayscale: #A3A3A3. Windows color (decimal): -5194751 or 113840. OLE color: 113840.
HSL color Cylindrical-coordinate representation of color #B0BC01: hue angle of 63.85º 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 #B0BC01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.26 |
| HSL | 63.85º | 0.99% | 0.37% | - |
| HSV(B) | 63.85º | 0.99% | 0.74% | - |
| XYZ | 35.89 | 45.2 | 6.86 | - |
| YUV | 163.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 1 | 0.06 | 0 | 0.99 | 0.26 | 63.85 | 0.99 | 0.37 |
| Hex | B0 | BC | 1 | 6 | 0 | 63 | 1A | 40 | 63 | 25 |
| Octal | 260 | 274 | 1 | 6 | 0 | 143 | 32 | 100 | 143 | 45 |
| Binary | 10110000 | 10111100 | 1 | 110 | 0 | 1100011 | 11010 | 1000000 | 1100011 | 100101 |
Color Harmonies of #B0BC01
Complementary color
Monochromatic Colors of #B0BC01
Black with #B0BC01
Text Example
Text Example
White with #B0BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC01; }
p { color: rgb(176,188,1); }
H1.HeaderClassName
{
color: #B0BC01;
}
.AnyTagClassName
{
color: #B0BC01;
}
</style>
background-color css
<style>
a { background-color: #B0BC01; }
a { background-color: rgb(176,188,1); }
div.DivClassName
{
background-color: #B0BC01;
}
.BgClassName
{
background-color: #B0BC01;
}
</style>
border-color css
<style>
span { border-color: #B0BC01; }
span { border-color: rgb(176,188,1); }
td.TdClassName
{
border-color: #B0BC01;
}
.TagClassName
{
border-color: #B0BC01;
}
</style>