Shades of La Rioja #BBC000
Tints of La Rioja #BBC000
RGB
CMYK
RGB Variations
Color information
#BBC000 (or 0xBBC000) is known color: La Rioja. HEX triplet: BB, C0 and 00. RGB value is (187,192,0). Sum of RGB (Red+Green+Blue) = 187+192+0=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC000 is #443FFF. Grayscale: #A9A9A9. Windows color (decimal): -4472832 or 49339. OLE color: 49339.
HSL color Cylindrical-coordinate representation of color #BBC000: hue angle of 61.56º 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 #BBC000 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.25 |
| HSL | 61.56º | 1% | 0.38% | - |
| HSV(B) | 61.56º | 1% | 0.75% | - |
| XYZ | 39.34 | 48.26 | 7.24 | - |
| YUV | 168.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 0 | 0.03 | 0 | 1 | 0.25 | 61.56 | 1 | 0.38 |
| Hex | BB | C0 | 0 | 3 | 0 | 64 | 19 | 3E | 64 | 26 |
| Octal | 273 | 300 | 0 | 3 | 0 | 144 | 31 | 76 | 144 | 46 |
| Binary | 10111011 | 11000000 | 0 | 11 | 0 | 1100100 | 11001 | 111110 | 1100100 | 100110 |
Color Harmonies of #BBC000
Complementary color
Monochromatic Colors of #BBC000
Black with #BBC000
Text Example
Text Example
White with #BBC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC000; }
p { color: rgb(187,192,0); }
H1.HeaderClassName
{
color: #BBC000;
}
.AnyTagClassName
{
color: #BBC000;
}
</style>
background-color css
<style>
a { background-color: #BBC000; }
a { background-color: rgb(187,192,0); }
div.DivClassName
{
background-color: #BBC000;
}
.BgClassName
{
background-color: #BBC000;
}
</style>
border-color css
<style>
span { border-color: #BBC000; }
span { border-color: rgb(187,192,0); }
td.TdClassName
{
border-color: #BBC000;
}
.TagClassName
{
border-color: #BBC000;
}
</style>