Shades of La Rioja #BCD501
Tints of La Rioja #BCD501
RGB
CMYK
RGB Variations
Color information
#BCD501 (or 0xBCD501) is known color: La Rioja. HEX triplet: BC, D5 and 01. RGB value is (188,213,1). Sum of RGB (Red+Green+Blue) = 188+213+1=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD501 is #432AFE. Grayscale: #B6B6B6. Windows color (decimal): -4401919 or 120252. OLE color: 120252.
HSL color Cylindrical-coordinate representation of color #BCD501: hue angle of 67.08º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCD501 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.16 |
| HSL | 67.08º | 0.99% | 0.42% | - |
| HSV(B) | 67.08º | 1% | 0.84% | - |
| XYZ | 44.54 | 58.28 | 8.93 | - |
| YUV | 181.36 | 26.22 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 1 | 0.12 | 0 | 1.00 | 0.16 | 67.08 | 0.99 | 0.42 |
| Hex | BC | D5 | 1 | C | 0 | 64 | 10 | 43 | 63 | 2A |
| Octal | 274 | 325 | 1 | 14 | 0 | 144 | 20 | 103 | 143 | 52 |
| Binary | 10111100 | 11010101 | 1 | 1100 | 0 | 1100100 | 10000 | 1000011 | 1100011 | 101010 |
Color Harmonies of #BCD501
Complementary color
Monochromatic Colors of #BCD501
Black with #BCD501
Text Example
Text Example
White with #BCD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD501; }
p { color: rgb(188,213,1); }
H1.HeaderClassName
{
color: #BCD501;
}
.AnyTagClassName
{
color: #BCD501;
}
</style>
background-color css
<style>
a { background-color: #BCD501; }
a { background-color: rgb(188,213,1); }
div.DivClassName
{
background-color: #BCD501;
}
.BgClassName
{
background-color: #BCD501;
}
</style>
border-color css
<style>
span { border-color: #BCD501; }
span { border-color: rgb(188,213,1); }
td.TdClassName
{
border-color: #BCD501;
}
.TagClassName
{
border-color: #BCD501;
}
</style>