Shades of La Rioja #BBC100
Tints of La Rioja #BBC100
RGB
CMYK
RGB Variations
Color information
#BBC100 (or 0xBBC100) is known color: La Rioja. HEX triplet: BB, C1 and 00. RGB value is (187,193,0). Sum of RGB (Red+Green+Blue) = 187+193+0=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC100 is #443EFF. Grayscale: #A9A9A9. Windows color (decimal): -4472576 or 49595. OLE color: 49595.
HSL color Cylindrical-coordinate representation of color #BBC100: hue angle of 61.87º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.24 |
| HSL | 61.87º | 1% | 0.38% | - |
| HSV(B) | 61.87º | 1% | 0.76% | - |
| XYZ | 39.56 | 48.7 | 7.32 | - |
| YUV | 169.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 0 | 0.03 | 0 | 1 | 0.24 | 61.87 | 1 | 0.38 |
| Hex | BB | C1 | 0 | 3 | 0 | 64 | 18 | 3E | 64 | 26 |
| Octal | 273 | 301 | 0 | 3 | 0 | 144 | 30 | 76 | 144 | 46 |
| Binary | 10111011 | 11000001 | 0 | 11 | 0 | 1100100 | 11000 | 111110 | 1100100 | 100110 |
Color Harmonies of #BBC100
Complementary color
Monochromatic Colors of #BBC100
Black with #BBC100
Text Example
Text Example
White with #BBC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC100; }
p { color: rgb(187,193,0); }
H1.HeaderClassName
{
color: #BBC100;
}
.AnyTagClassName
{
color: #BBC100;
}
</style>
background-color css
<style>
a { background-color: #BBC100; }
a { background-color: rgb(187,193,0); }
div.DivClassName
{
background-color: #BBC100;
}
.BgClassName
{
background-color: #BBC100;
}
</style>
border-color css
<style>
span { border-color: #BBC100; }
span { border-color: rgb(187,193,0); }
td.TdClassName
{
border-color: #BBC100;
}
.TagClassName
{
border-color: #BBC100;
}
</style>