Shades of La Rioja #BBC500
Tints of La Rioja #BBC500
RGB
CMYK
RGB Variations
Color information
#BBC500 (or 0xBBC500) is known color: La Rioja. HEX triplet: BB, C5 and 00. RGB value is (187,197,0). Sum of RGB (Red+Green+Blue) = 187+197+0=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC500 is #443AFF. Grayscale: #ACACAC. Windows color (decimal): -4471552 or 50619. OLE color: 50619.
HSL color Cylindrical-coordinate representation of color #BBC500: hue angle of 63.05º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC500 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.23 |
| HSL | 63.05º | 1% | 0.39% | - |
| HSV(B) | 63.05º | 1% | 0.77% | - |
| XYZ | 40.46 | 50.5 | 7.61 | - |
| YUV | 171.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 0 | 0.05 | 0 | 1 | 0.23 | 63.05 | 1 | 0.39 |
| Hex | BB | C5 | 0 | 5 | 0 | 64 | 17 | 3F | 64 | 27 |
| Octal | 273 | 305 | 0 | 5 | 0 | 144 | 27 | 77 | 144 | 47 |
| Binary | 10111011 | 11000101 | 0 | 101 | 0 | 1100100 | 10111 | 111111 | 1100100 | 100111 |
Color Harmonies of #BBC500
Complementary color
Monochromatic Colors of #BBC500
Black with #BBC500
Text Example
Text Example
White with #BBC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC500; }
p { color: rgb(187,197,0); }
H1.HeaderClassName
{
color: #BBC500;
}
.AnyTagClassName
{
color: #BBC500;
}
</style>
background-color css
<style>
a { background-color: #BBC500; }
a { background-color: rgb(187,197,0); }
div.DivClassName
{
background-color: #BBC500;
}
.BgClassName
{
background-color: #BBC500;
}
</style>
border-color css
<style>
span { border-color: #BBC500; }
span { border-color: rgb(187,197,0); }
td.TdClassName
{
border-color: #BBC500;
}
.TagClassName
{
border-color: #BBC500;
}
</style>