Shades of La Rioja #BCD603
Tints of La Rioja #BCD603
RGB
CMYK
RGB Variations
Color information
#BCD603 (or 0xBCD603) is known color: La Rioja. HEX triplet: BC, D6 and 03. RGB value is (188,214,3). Sum of RGB (Red+Green+Blue) = 188+214+3=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD603 is #4329FC. Grayscale: #B6B6B6. Windows color (decimal): -4401661 or 251580. OLE color: 251580.
HSL color Cylindrical-coordinate representation of color #BCD603: hue angle of 67.39º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD603 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 3 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.16 |
| HSL | 67.39º | 0.97% | 0.43% | - |
| HSV(B) | 67.39º | 0.99% | 0.84% | - |
| XYZ | 44.8 | 58.79 | 9.07 | - |
| YUV | 182.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 3 | 0.12 | 0 | 0.99 | 0.16 | 67.39 | 0.97 | 0.43 |
| Hex | BC | D6 | 3 | C | 0 | 63 | 10 | 43 | 61 | 2B |
| Octal | 274 | 326 | 3 | 14 | 0 | 143 | 20 | 103 | 141 | 53 |
| Binary | 10111100 | 11010110 | 11 | 1100 | 0 | 1100011 | 10000 | 1000011 | 1100001 | 101011 |
Color Harmonies of #BCD603
Complementary color
Monochromatic Colors of #BCD603
Black with #BCD603
Text Example
Text Example
White with #BCD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD603; }
p { color: rgb(188,214,3); }
H1.HeaderClassName
{
color: #BCD603;
}
.AnyTagClassName
{
color: #BCD603;
}
</style>
background-color css
<style>
a { background-color: #BCD603; }
a { background-color: rgb(188,214,3); }
div.DivClassName
{
background-color: #BCD603;
}
.BgClassName
{
background-color: #BCD603;
}
</style>
border-color css
<style>
span { border-color: #BCD603; }
span { border-color: rgb(188,214,3); }
td.TdClassName
{
border-color: #BCD603;
}
.TagClassName
{
border-color: #BCD603;
}
</style>