Shades of La Rioja #BBC510
Tints of La Rioja #BBC510
RGB
CMYK
RGB Variations
Color information
#BBC510 (or 0xBBC510) is known color: La Rioja. HEX triplet: BB, C5 and 10. RGB value is (187,197,16). Sum of RGB (Red+Green+Blue) = 187+197+16=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC510 is #443AEF. Grayscale: #AEAEAE. Windows color (decimal): -4471536 or 1099195. OLE color: 1099195.
HSL color Cylindrical-coordinate representation of color #BBC510: hue angle of 63.31º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC510 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.23 |
| HSL | 63.31º | 0.85% | 0.42% | - |
| HSV(B) | 63.31º | 0.92% | 0.77% | - |
| XYZ | 40.55 | 50.53 | 8.11 | - |
| YUV | 173.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 16 | 0.05 | 0 | 0.92 | 0.23 | 63.31 | 0.85 | 0.42 |
| Hex | BB | C5 | 10 | 5 | 0 | 5C | 17 | 3F | 55 | 2A |
| Octal | 273 | 305 | 20 | 5 | 0 | 134 | 27 | 77 | 125 | 52 |
| Binary | 10111011 | 11000101 | 10000 | 101 | 0 | 1011100 | 10111 | 111111 | 1010101 | 101010 |
Color Harmonies of #BBC510
Complementary color
Monochromatic Colors of #BBC510
Black with #BBC510
Text Example
Text Example
White with #BBC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC510; }
p { color: rgb(187,197,16); }
H1.HeaderClassName
{
color: #BBC510;
}
.AnyTagClassName
{
color: #BBC510;
}
</style>
background-color css
<style>
a { background-color: #BBC510; }
a { background-color: rgb(187,197,16); }
div.DivClassName
{
background-color: #BBC510;
}
.BgClassName
{
background-color: #BBC510;
}
</style>
border-color css
<style>
span { border-color: #BBC510; }
span { border-color: rgb(187,197,16); }
td.TdClassName
{
border-color: #BBC510;
}
.TagClassName
{
border-color: #BBC510;
}
</style>