Shades of La Rioja #BCD600
Tints of La Rioja #BCD600
RGB
CMYK
RGB Variations
Color information
#BCD600 (or 0xBCD600) is known color: La Rioja. HEX triplet: BC, D6 and 00. RGB value is (188,214,0). Sum of RGB (Red+Green+Blue) = 188+214+0=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD600 is #4329FF. Grayscale: #B6B6B6. Windows color (decimal): -4401664 or 54972. OLE color: 54972.
HSL color Cylindrical-coordinate representation of color #BCD600: hue angle of 67.29º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCD600 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.16 |
| HSL | 67.29º | 1% | 0.42% | - |
| HSV(B) | 67.29º | 1% | 0.84% | - |
| XYZ | 44.79 | 58.78 | 8.99 | - |
| YUV | 181.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 0 | 0.12 | 0 | 1 | 0.16 | 67.29 | 1 | 0.42 |
| Hex | BC | D6 | 0 | C | 0 | 64 | 10 | 43 | 64 | 2A |
| Octal | 274 | 326 | 0 | 14 | 0 | 144 | 20 | 103 | 144 | 52 |
| Binary | 10111100 | 11010110 | 0 | 1100 | 0 | 1100100 | 10000 | 1000011 | 1100100 | 101010 |
Color Harmonies of #BCD600
Complementary color
Monochromatic Colors of #BCD600
Black with #BCD600
Text Example
Text Example
White with #BCD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD600; }
p { color: rgb(188,214,0); }
H1.HeaderClassName
{
color: #BCD600;
}
.AnyTagClassName
{
color: #BCD600;
}
</style>
background-color css
<style>
a { background-color: #BCD600; }
a { background-color: rgb(188,214,0); }
div.DivClassName
{
background-color: #BCD600;
}
.BgClassName
{
background-color: #BCD600;
}
</style>
border-color css
<style>
span { border-color: #BCD600; }
span { border-color: rgb(188,214,0); }
td.TdClassName
{
border-color: #BCD600;
}
.TagClassName
{
border-color: #BCD600;
}
</style>