Shades of La Rioja #BCC406
Tints of La Rioja #BCC406
RGB
CMYK
RGB Variations
Color information
#BCC406 (or 0xBCC406) is known color: La Rioja. HEX triplet: BC, C4 and 06. RGB value is (188,196,6). Sum of RGB (Red+Green+Blue) = 188+196+6=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC406 is #433BF9. Grayscale: #ACACAC. Windows color (decimal): -4406266 or 443580. OLE color: 443580.
HSL color Cylindrical-coordinate representation of color #BCC406: hue angle of 62.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCC406 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.23 |
| HSL | 62.53º | 0.94% | 0.4% | - |
| HSV(B) | 62.53º | 0.97% | 0.77% | - |
| XYZ | 40.51 | 50.18 | 7.72 | - |
| YUV | 171.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 6 | 0.04 | 0 | 0.97 | 0.23 | 62.53 | 0.94 | 0.4 |
| Hex | BC | C4 | 6 | 4 | 0 | 61 | 17 | 3F | 5E | 28 |
| Octal | 274 | 304 | 6 | 4 | 0 | 141 | 27 | 77 | 136 | 50 |
| Binary | 10111100 | 11000100 | 110 | 100 | 0 | 1100001 | 10111 | 111111 | 1011110 | 101000 |
Color Harmonies of #BCC406
Complementary color
Monochromatic Colors of #BCC406
Black with #BCC406
Text Example
Text Example
White with #BCC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC406; }
p { color: rgb(188,196,6); }
H1.HeaderClassName
{
color: #BCC406;
}
.AnyTagClassName
{
color: #BCC406;
}
</style>
background-color css
<style>
a { background-color: #BCC406; }
a { background-color: rgb(188,196,6); }
div.DivClassName
{
background-color: #BCC406;
}
.BgClassName
{
background-color: #BCC406;
}
</style>
border-color css
<style>
span { border-color: #BCC406; }
span { border-color: rgb(188,196,6); }
td.TdClassName
{
border-color: #BCC406;
}
.TagClassName
{
border-color: #BCC406;
}
</style>