Shades of La Rioja #BCD004
Tints of La Rioja #BCD004
RGB
CMYK
RGB Variations
Color information
#BCD004 (or 0xBCD004) is known color: La Rioja. HEX triplet: BC, D0 and 04. RGB value is (188,208,4). Sum of RGB (Red+Green+Blue) = 188+208+4=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD004 is #432FFB. Grayscale: #B3B3B3. Windows color (decimal): -4403196 or 315580. OLE color: 315580.
HSL color Cylindrical-coordinate representation of color #BCD004: hue angle of 65.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD004 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 65.88º | 0.96% | 0.42% | - |
| HSV(B) | 65.88º | 0.98% | 0.82% | - |
| XYZ | 43.32 | 55.81 | 8.6 | - |
| YUV | 178.76 | 29.37 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 4 | 0.10 | 0 | 0.98 | 0.18 | 65.88 | 0.96 | 0.42 |
| Hex | BC | D0 | 4 | A | 0 | 62 | 12 | 42 | 60 | 2A |
| Octal | 274 | 320 | 4 | 12 | 0 | 142 | 22 | 102 | 140 | 52 |
| Binary | 10111100 | 11010000 | 100 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1100000 | 101010 |
Color Harmonies of #BCD004
Complementary color
Monochromatic Colors of #BCD004
Black with #BCD004
Text Example
Text Example
White with #BCD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD004; }
p { color: rgb(188,208,4); }
H1.HeaderClassName
{
color: #BCD004;
}
.AnyTagClassName
{
color: #BCD004;
}
</style>
background-color css
<style>
a { background-color: #BCD004; }
a { background-color: rgb(188,208,4); }
div.DivClassName
{
background-color: #BCD004;
}
.BgClassName
{
background-color: #BCD004;
}
</style>
border-color css
<style>
span { border-color: #BCD004; }
span { border-color: rgb(188,208,4); }
td.TdClassName
{
border-color: #BCD004;
}
.TagClassName
{
border-color: #BCD004;
}
</style>