Shades of La Rioja #BCD506
Tints of La Rioja #BCD506
RGB
CMYK
RGB Variations
Color information
#BCD506 (or 0xBCD506) is known color: La Rioja. HEX triplet: BC, D5 and 06. RGB value is (188,213,6). Sum of RGB (Red+Green+Blue) = 188+213+6=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD506 is #432AF9. Grayscale: #B6B6B6. Windows color (decimal): -4401914 or 447932. OLE color: 447932.
HSL color Cylindrical-coordinate representation of color #BCD506: hue angle of 67.25º degrees, saturation: 0.95, 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 #BCD506 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 6 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.16 |
| HSL | 67.25º | 0.95% | 0.43% | - |
| HSV(B) | 67.25º | 0.97% | 0.84% | - |
| XYZ | 44.57 | 58.29 | 9.08 | - |
| YUV | 181.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 6 | 0.12 | 0 | 0.97 | 0.16 | 67.25 | 0.95 | 0.43 |
| Hex | BC | D5 | 6 | C | 0 | 61 | 10 | 43 | 5F | 2B |
| Octal | 274 | 325 | 6 | 14 | 0 | 141 | 20 | 103 | 137 | 53 |
| Binary | 10111100 | 11010101 | 110 | 1100 | 0 | 1100001 | 10000 | 1000011 | 1011111 | 101011 |
Color Harmonies of #BCD506
Complementary color
Monochromatic Colors of #BCD506
Black with #BCD506
Text Example
Text Example
White with #BCD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD506; }
p { color: rgb(188,213,6); }
H1.HeaderClassName
{
color: #BCD506;
}
.AnyTagClassName
{
color: #BCD506;
}
</style>
background-color css
<style>
a { background-color: #BCD506; }
a { background-color: rgb(188,213,6); }
div.DivClassName
{
background-color: #BCD506;
}
.BgClassName
{
background-color: #BCD506;
}
</style>
border-color css
<style>
span { border-color: #BCD506; }
span { border-color: rgb(188,213,6); }
td.TdClassName
{
border-color: #BCD506;
}
.TagClassName
{
border-color: #BCD506;
}
</style>