Shades of La Rioja #BCCC00
Tints of La Rioja #BCCC00
RGB
CMYK
RGB Variations
Color information
#BCCC00 (or 0xBCCC00) is known color: La Rioja. HEX triplet: BC, CC and 00. RGB value is (188,204,0). Sum of RGB (Red+Green+Blue) = 188+204+0=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC00 is #4333FF. Grayscale: #B0B0B0. Windows color (decimal): -4404224 or 52412. OLE color: 52412.
HSL color Cylindrical-coordinate representation of color #BCCC00: hue angle of 64.71º 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 #BCCC00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.2 |
| HSL | 64.71º | 1% | 0.4% | - |
| HSV(B) | 64.71º | 1% | 0.8% | - |
| XYZ | 42.33 | 53.88 | 8.17 | - |
| YUV | 175.96 | 28.7 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 0 | 0.08 | 0 | 1 | 0.2 | 64.71 | 1 | 0.4 |
| Hex | BC | CC | 0 | 8 | 0 | 64 | 14 | 41 | 64 | 28 |
| Octal | 274 | 314 | 0 | 10 | 0 | 144 | 24 | 101 | 144 | 50 |
| Binary | 10111100 | 11001100 | 0 | 1000 | 0 | 1100100 | 10100 | 1000001 | 1100100 | 101000 |
Color Harmonies of #BCCC00
Complementary color
Monochromatic Colors of #BCCC00
Black with #BCCC00
Text Example
Text Example
White with #BCCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC00; }
p { color: rgb(188,204,0); }
H1.HeaderClassName
{
color: #BCCC00;
}
.AnyTagClassName
{
color: #BCCC00;
}
</style>
background-color css
<style>
a { background-color: #BCCC00; }
a { background-color: rgb(188,204,0); }
div.DivClassName
{
background-color: #BCCC00;
}
.BgClassName
{
background-color: #BCCC00;
}
</style>
border-color css
<style>
span { border-color: #BCCC00; }
span { border-color: rgb(188,204,0); }
td.TdClassName
{
border-color: #BCCC00;
}
.TagClassName
{
border-color: #BCCC00;
}
</style>