Shades of La Rioja #B0C000
Tints of La Rioja #B0C000
RGB
CMYK
RGB Variations
Color information
#B0C000 (or 0xB0C000) is known color: La Rioja. HEX triplet: B0, C0 and 00. RGB value is (176,192,0). Sum of RGB (Red+Green+Blue) = 176+192+0=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C000 is #4F3FFF. Grayscale: #A6A6A6. Windows color (decimal): -5193728 or 49328. OLE color: 49328.
HSL color Cylindrical-coordinate representation of color #B0C000: hue angle of 65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0C000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.25 |
| HSL | 65º | 1% | 0.38% | - |
| HSV(B) | 65º | 1% | 0.75% | - |
| XYZ | 36.75 | 46.93 | 7.12 | - |
| YUV | 165.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 0 | 0.08 | 0 | 1 | 0.25 | 65 | 1 | 0.38 |
| Hex | B0 | C0 | 0 | 8 | 0 | 64 | 19 | 41 | 64 | 26 |
| Octal | 260 | 300 | 0 | 10 | 0 | 144 | 31 | 101 | 144 | 46 |
| Binary | 10110000 | 11000000 | 0 | 1000 | 0 | 1100100 | 11001 | 1000001 | 1100100 | 100110 |
Color Harmonies of #B0C000
Complementary color
Monochromatic Colors of #B0C000
Black with #B0C000
Text Example
Text Example
White with #B0C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C000; }
p { color: rgb(176,192,0); }
H1.HeaderClassName
{
color: #B0C000;
}
.AnyTagClassName
{
color: #B0C000;
}
</style>
background-color css
<style>
a { background-color: #B0C000; }
a { background-color: rgb(176,192,0); }
div.DivClassName
{
background-color: #B0C000;
}
.BgClassName
{
background-color: #B0C000;
}
</style>
border-color css
<style>
span { border-color: #B0C000; }
span { border-color: rgb(176,192,0); }
td.TdClassName
{
border-color: #B0C000;
}
.TagClassName
{
border-color: #B0C000;
}
</style>