Shades of La Rioja #BCC503
Tints of La Rioja #BCC503
RGB
CMYK
RGB Variations
Color information
#BCC503 (or 0xBCC503) is known color: La Rioja. HEX triplet: BC, C5 and 03. RGB value is (188,197,3). Sum of RGB (Red+Green+Blue) = 188+197+3=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC503 is #433AFC. Grayscale: #ACACAC. Windows color (decimal): -4406013 or 247228. OLE color: 247228.
HSL color Cylindrical-coordinate representation of color #BCC503: hue angle of 62.78º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCC503 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.23 |
| HSL | 62.78º | 0.97% | 0.39% | - |
| HSV(B) | 62.78º | 0.98% | 0.77% | - |
| XYZ | 40.72 | 50.63 | 7.71 | - |
| YUV | 172.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 3 | 0.05 | 0 | 0.98 | 0.23 | 62.78 | 0.97 | 0.39 |
| Hex | BC | C5 | 3 | 5 | 0 | 62 | 17 | 3F | 61 | 27 |
| Octal | 274 | 305 | 3 | 5 | 0 | 142 | 27 | 77 | 141 | 47 |
| Binary | 10111100 | 11000101 | 11 | 101 | 0 | 1100010 | 10111 | 111111 | 1100001 | 100111 |
Color Harmonies of #BCC503
Complementary color
Monochromatic Colors of #BCC503
Black with #BCC503
Text Example
Text Example
White with #BCC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC503; }
p { color: rgb(188,197,3); }
H1.HeaderClassName
{
color: #BCC503;
}
.AnyTagClassName
{
color: #BCC503;
}
</style>
background-color css
<style>
a { background-color: #BCC503; }
a { background-color: rgb(188,197,3); }
div.DivClassName
{
background-color: #BCC503;
}
.BgClassName
{
background-color: #BCC503;
}
</style>
border-color css
<style>
span { border-color: #BCC503; }
span { border-color: rgb(188,197,3); }
td.TdClassName
{
border-color: #BCC503;
}
.TagClassName
{
border-color: #BCC503;
}
</style>