Shades of La Rioja #BCCB00
Tints of La Rioja #BCCB00
RGB
CMYK
RGB Variations
Color information
#BCCB00 (or 0xBCCB00) is known color: La Rioja. HEX triplet: BC, CB and 00. RGB value is (188,203,0). Sum of RGB (Red+Green+Blue) = 188+203+0=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB00 is #4334FF. Grayscale: #B0B0B0. Windows color (decimal): -4404480 or 52156. OLE color: 52156.
HSL color Cylindrical-coordinate representation of color #BCCB00: hue angle of 64.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCCB00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.20 |
| HSL | 64.43º | 1% | 0.4% | - |
| HSV(B) | 64.43º | 1% | 0.8% | - |
| XYZ | 42.09 | 53.4 | 8.09 | - |
| YUV | 175.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 0 | 0.07 | 0 | 1 | 0.20 | 64.43 | 1 | 0.4 |
| Hex | BC | CB | 0 | 7 | 0 | 64 | 14 | 40 | 64 | 28 |
| Octal | 274 | 313 | 0 | 7 | 0 | 144 | 24 | 100 | 144 | 50 |
| Binary | 10111100 | 11001011 | 0 | 111 | 0 | 1100100 | 10100 | 1000000 | 1100100 | 101000 |
Color Harmonies of #BCCB00
Complementary color
Monochromatic Colors of #BCCB00
Black with #BCCB00
Text Example
Text Example
White with #BCCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB00; }
p { color: rgb(188,203,0); }
H1.HeaderClassName
{
color: #BCCB00;
}
.AnyTagClassName
{
color: #BCCB00;
}
</style>
background-color css
<style>
a { background-color: #BCCB00; }
a { background-color: rgb(188,203,0); }
div.DivClassName
{
background-color: #BCCB00;
}
.BgClassName
{
background-color: #BCCB00;
}
</style>
border-color css
<style>
span { border-color: #BCCB00; }
span { border-color: rgb(188,203,0); }
td.TdClassName
{
border-color: #BCCB00;
}
.TagClassName
{
border-color: #BCCB00;
}
</style>