Shades of La Rioja #BCCD04
Tints of La Rioja #BCCD04
RGB
CMYK
RGB Variations
Color information
#BCCD04 (or 0xBCCD04) is known color: La Rioja. HEX triplet: BC, CD and 04. RGB value is (188,205,4). Sum of RGB (Red+Green+Blue) = 188+205+4=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD04 is #4332FB. Grayscale: #B1B1B1. Windows color (decimal): -4403964 or 314812. OLE color: 314812.
HSL color Cylindrical-coordinate representation of color #BCCD04: hue angle of 65.07º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCD04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.20 |
| HSL | 65.07º | 0.96% | 0.41% | - |
| HSV(B) | 65.07º | 0.98% | 0.8% | - |
| XYZ | 42.59 | 54.36 | 8.36 | - |
| YUV | 177 | 30.37 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 4 | 0.08 | 0 | 0.98 | 0.20 | 65.07 | 0.96 | 0.41 |
| Hex | BC | CD | 4 | 8 | 0 | 62 | 14 | 41 | 60 | 29 |
| Octal | 274 | 315 | 4 | 10 | 0 | 142 | 24 | 101 | 140 | 51 |
| Binary | 10111100 | 11001101 | 100 | 1000 | 0 | 1100010 | 10100 | 1000001 | 1100000 | 101001 |
Color Harmonies of #BCCD04
Complementary color
Monochromatic Colors of #BCCD04
Black with #BCCD04
Text Example
Text Example
White with #BCCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD04; }
p { color: rgb(188,205,4); }
H1.HeaderClassName
{
color: #BCCD04;
}
.AnyTagClassName
{
color: #BCCD04;
}
</style>
background-color css
<style>
a { background-color: #BCCD04; }
a { background-color: rgb(188,205,4); }
div.DivClassName
{
background-color: #BCCD04;
}
.BgClassName
{
background-color: #BCCD04;
}
</style>
border-color css
<style>
span { border-color: #BCCD04; }
span { border-color: rgb(188,205,4); }
td.TdClassName
{
border-color: #BCCD04;
}
.TagClassName
{
border-color: #BCCD04;
}
</style>