Shades of La Rioja #BCD304
Tints of La Rioja #BCD304
RGB
CMYK
RGB Variations
Color information
#BCD304 (or 0xBCD304) is known color: La Rioja. HEX triplet: BC, D3 and 04. RGB value is (188,211,4). Sum of RGB (Red+Green+Blue) = 188+211+4=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD304 is #432CFB. Grayscale: #B5B5B5. Windows color (decimal): -4402428 or 316348. OLE color: 316348.
HSL color Cylindrical-coordinate representation of color #BCD304: hue angle of 66.67º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD304 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 4 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.17 |
| HSL | 66.67º | 0.96% | 0.42% | - |
| HSV(B) | 66.67º | 0.98% | 0.83% | - |
| XYZ | 44.06 | 57.29 | 8.85 | - |
| YUV | 180.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 4 | 0.11 | 0 | 0.98 | 0.17 | 66.67 | 0.96 | 0.42 |
| Hex | BC | D3 | 4 | B | 0 | 62 | 11 | 43 | 60 | 2A |
| Octal | 274 | 323 | 4 | 13 | 0 | 142 | 21 | 103 | 140 | 52 |
| Binary | 10111100 | 11010011 | 100 | 1011 | 0 | 1100010 | 10001 | 1000011 | 1100000 | 101010 |
Color Harmonies of #BCD304
Complementary color
Monochromatic Colors of #BCD304
Black with #BCD304
Text Example
Text Example
White with #BCD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD304; }
p { color: rgb(188,211,4); }
H1.HeaderClassName
{
color: #BCD304;
}
.AnyTagClassName
{
color: #BCD304;
}
</style>
background-color css
<style>
a { background-color: #BCD304; }
a { background-color: rgb(188,211,4); }
div.DivClassName
{
background-color: #BCD304;
}
.BgClassName
{
background-color: #BCD304;
}
</style>
border-color css
<style>
span { border-color: #BCD304; }
span { border-color: rgb(188,211,4); }
td.TdClassName
{
border-color: #BCD304;
}
.TagClassName
{
border-color: #BCD304;
}
</style>