Shades of La Rioja #BCD204
Tints of La Rioja #BCD204
RGB
CMYK
RGB Variations
Color information
#BCD204 (or 0xBCD204) is known color: La Rioja. HEX triplet: BC, D2 and 04. RGB value is (188,210,4). Sum of RGB (Red+Green+Blue) = 188+210+4=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD204 is #432DFB. Grayscale: #B4B4B4. Windows color (decimal): -4402684 or 316092. OLE color: 316092.
HSL color Cylindrical-coordinate representation of color #BCD204: hue angle of 66.41º 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 #BCD204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.18 |
| HSL | 66.41º | 0.96% | 0.42% | - |
| HSV(B) | 66.41º | 0.98% | 0.82% | - |
| XYZ | 43.81 | 56.79 | 8.77 | - |
| YUV | 179.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 4 | 0.10 | 0 | 0.98 | 0.18 | 66.41 | 0.96 | 0.42 |
| Hex | BC | D2 | 4 | A | 0 | 62 | 12 | 42 | 60 | 2A |
| Octal | 274 | 322 | 4 | 12 | 0 | 142 | 22 | 102 | 140 | 52 |
| Binary | 10111100 | 11010010 | 100 | 1010 | 0 | 1100010 | 10010 | 1000010 | 1100000 | 101010 |
Color Harmonies of #BCD204
Complementary color
Monochromatic Colors of #BCD204
Black with #BCD204
Text Example
Text Example
White with #BCD204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD204; }
p { color: rgb(188,210,4); }
H1.HeaderClassName
{
color: #BCD204;
}
.AnyTagClassName
{
color: #BCD204;
}
</style>
background-color css
<style>
a { background-color: #BCD204; }
a { background-color: rgb(188,210,4); }
div.DivClassName
{
background-color: #BCD204;
}
.BgClassName
{
background-color: #BCD204;
}
</style>
border-color css
<style>
span { border-color: #BCD204; }
span { border-color: rgb(188,210,4); }
td.TdClassName
{
border-color: #BCD204;
}
.TagClassName
{
border-color: #BCD204;
}
</style>