Shades of La Rioja #BCD507
Tints of La Rioja #BCD507
RGB
CMYK
RGB Variations
Color information
#BCD507 (or 0xBCD507) is known color: La Rioja. HEX triplet: BC, D5 and 07. RGB value is (188,213,7). Sum of RGB (Red+Green+Blue) = 188+213+7=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD507 is #432AF8. Grayscale: #B6B6B6. Windows color (decimal): -4401913 or 513468. OLE color: 513468.
HSL color Cylindrical-coordinate representation of color #BCD507: hue angle of 67.28º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD507 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 7 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.16 |
| HSL | 67.28º | 0.94% | 0.43% | - |
| HSV(B) | 67.28º | 0.97% | 0.84% | - |
| XYZ | 44.57 | 58.3 | 9.1 | - |
| YUV | 182.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 7 | 0.12 | 0 | 0.97 | 0.16 | 67.28 | 0.94 | 0.43 |
| Hex | BC | D5 | 7 | C | 0 | 61 | 10 | 43 | 5E | 2B |
| Octal | 274 | 325 | 7 | 14 | 0 | 141 | 20 | 103 | 136 | 53 |
| Binary | 10111100 | 11010101 | 111 | 1100 | 0 | 1100001 | 10000 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BCD507
Complementary color
Monochromatic Colors of #BCD507
Black with #BCD507
Text Example
Text Example
White with #BCD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD507; }
p { color: rgb(188,213,7); }
H1.HeaderClassName
{
color: #BCD507;
}
.AnyTagClassName
{
color: #BCD507;
}
</style>
background-color css
<style>
a { background-color: #BCD507; }
a { background-color: rgb(188,213,7); }
div.DivClassName
{
background-color: #BCD507;
}
.BgClassName
{
background-color: #BCD507;
}
</style>
border-color css
<style>
span { border-color: #BCD507; }
span { border-color: rgb(188,213,7); }
td.TdClassName
{
border-color: #BCD507;
}
.TagClassName
{
border-color: #BCD507;
}
</style>