Shades of La Rioja #BCD504
Tints of La Rioja #BCD504
RGB
CMYK
RGB Variations
Color information
#BCD504 (or 0xBCD504) is known color: La Rioja. HEX triplet: BC, D5 and 04. RGB value is (188,213,4). Sum of RGB (Red+Green+Blue) = 188+213+4=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD504 is #432AFB. Grayscale: #B6B6B6. Windows color (decimal): -4401916 or 316860. OLE color: 316860.
HSL color Cylindrical-coordinate representation of color #BCD504: hue angle of 67.18º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCD504 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.16 |
| HSL | 67.18º | 0.96% | 0.43% | - |
| HSV(B) | 67.18º | 0.98% | 0.84% | - |
| XYZ | 44.56 | 58.29 | 9.02 | - |
| YUV | 181.7 | 27.72 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 4 | 0.12 | 0 | 0.98 | 0.16 | 67.18 | 0.96 | 0.43 |
| Hex | BC | D5 | 4 | C | 0 | 62 | 10 | 43 | 60 | 2B |
| Octal | 274 | 325 | 4 | 14 | 0 | 142 | 20 | 103 | 140 | 53 |
| Binary | 10111100 | 11010101 | 100 | 1100 | 0 | 1100010 | 10000 | 1000011 | 1100000 | 101011 |
Color Harmonies of #BCD504
Complementary color
Monochromatic Colors of #BCD504
Black with #BCD504
Text Example
Text Example
White with #BCD504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD504; }
p { color: rgb(188,213,4); }
H1.HeaderClassName
{
color: #BCD504;
}
.AnyTagClassName
{
color: #BCD504;
}
</style>
background-color css
<style>
a { background-color: #BCD504; }
a { background-color: rgb(188,213,4); }
div.DivClassName
{
background-color: #BCD504;
}
.BgClassName
{
background-color: #BCD504;
}
</style>
border-color css
<style>
span { border-color: #BCD504; }
span { border-color: rgb(188,213,4); }
td.TdClassName
{
border-color: #BCD504;
}
.TagClassName
{
border-color: #BCD504;
}
</style>