Shades of La Rioja #BCC50B
Tints of La Rioja #BCC50B
RGB
CMYK
RGB Variations
Color information
#BCC50B (or 0xBCC50B) is known color: La Rioja. HEX triplet: BC, C5 and 0B. RGB value is (188,197,11). Sum of RGB (Red+Green+Blue) = 188+197+11=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC50B is #433AF4. Grayscale: #ADADAD. Windows color (decimal): -4406005 or 771516. OLE color: 771516.
HSL color Cylindrical-coordinate representation of color #BCC50B: hue angle of 62.9º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC50B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.23 |
| HSL | 62.9º | 0.89% | 0.41% | - |
| HSV(B) | 62.9º | 0.94% | 0.77% | - |
| XYZ | 40.77 | 50.65 | 7.94 | - |
| YUV | 173.11 | 36.52 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 11 | 0.05 | 0 | 0.94 | 0.23 | 62.9 | 0.89 | 0.41 |
| Hex | BC | C5 | B | 5 | 0 | 5E | 17 | 3F | 59 | 29 |
| Octal | 274 | 305 | 13 | 5 | 0 | 136 | 27 | 77 | 131 | 51 |
| Binary | 10111100 | 11000101 | 1011 | 101 | 0 | 1011110 | 10111 | 111111 | 1011001 | 101001 |
Color Harmonies of #BCC50B
Complementary color
Monochromatic Colors of #BCC50B
Black with #BCC50B
Text Example
Text Example
White with #BCC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC50B; }
p { color: rgb(188,197,11); }
H1.HeaderClassName
{
color: #BCC50B;
}
.AnyTagClassName
{
color: #BCC50B;
}
</style>
background-color css
<style>
a { background-color: #BCC50B; }
a { background-color: rgb(188,197,11); }
div.DivClassName
{
background-color: #BCC50B;
}
.BgClassName
{
background-color: #BCC50B;
}
</style>
border-color css
<style>
span { border-color: #BCC50B; }
span { border-color: rgb(188,197,11); }
td.TdClassName
{
border-color: #BCC50B;
}
.TagClassName
{
border-color: #BCC50B;
}
</style>