Shades of La Rioja #BBC103
Tints of La Rioja #BBC103
RGB
CMYK
RGB Variations
Color information
#BBC103 (or 0xBBC103) is known color: La Rioja. HEX triplet: BB, C1 and 03. RGB value is (187,193,3). Sum of RGB (Red+Green+Blue) = 187+193+3=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC103 is #443EFC. Grayscale: #AAAAAA. Windows color (decimal): -4472573 or 246203. OLE color: 246203.
HSL color Cylindrical-coordinate representation of color #BBC103: hue angle of 61.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC103 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.24 |
| HSL | 61.89º | 0.97% | 0.38% | - |
| HSV(B) | 61.89º | 0.98% | 0.76% | - |
| XYZ | 39.58 | 48.71 | 7.4 | - |
| YUV | 169.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 3 | 0.03 | 0 | 0.98 | 0.24 | 61.89 | 0.97 | 0.38 |
| Hex | BB | C1 | 3 | 3 | 0 | 62 | 18 | 3E | 61 | 26 |
| Octal | 273 | 301 | 3 | 3 | 0 | 142 | 30 | 76 | 141 | 46 |
| Binary | 10111011 | 11000001 | 11 | 11 | 0 | 1100010 | 11000 | 111110 | 1100001 | 100110 |
Color Harmonies of #BBC103
Complementary color
Monochromatic Colors of #BBC103
Black with #BBC103
Text Example
Text Example
White with #BBC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC103; }
p { color: rgb(187,193,3); }
H1.HeaderClassName
{
color: #BBC103;
}
.AnyTagClassName
{
color: #BBC103;
}
</style>
background-color css
<style>
a { background-color: #BBC103; }
a { background-color: rgb(187,193,3); }
div.DivClassName
{
background-color: #BBC103;
}
.BgClassName
{
background-color: #BBC103;
}
</style>
border-color css
<style>
span { border-color: #BBC103; }
span { border-color: rgb(187,193,3); }
td.TdClassName
{
border-color: #BBC103;
}
.TagClassName
{
border-color: #BBC103;
}
</style>