Shades of La Rioja #BCC006
Tints of La Rioja #BCC006
RGB
CMYK
RGB Variations
Color information
#BCC006 (or 0xBCC006) is known color: La Rioja. HEX triplet: BC, C0 and 06. RGB value is (188,192,6). Sum of RGB (Red+Green+Blue) = 188+192+6=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC006 is #433FF9. Grayscale: #AAAAAA. Windows color (decimal): -4407290 or 442556. OLE color: 442556.
HSL color Cylindrical-coordinate representation of color #BCC006: hue angle of 61.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCC006 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 6 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.25 |
| HSL | 61.29º | 0.94% | 0.39% | - |
| HSV(B) | 61.29º | 0.97% | 0.75% | - |
| XYZ | 39.62 | 48.4 | 7.43 | - |
| YUV | 169.6 | 35.67 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 6 | 0.02 | 0 | 0.97 | 0.25 | 61.29 | 0.94 | 0.39 |
| Hex | BC | C0 | 6 | 2 | 0 | 61 | 19 | 3D | 5E | 27 |
| Octal | 274 | 300 | 6 | 2 | 0 | 141 | 31 | 75 | 136 | 47 |
| Binary | 10111100 | 11000000 | 110 | 10 | 0 | 1100001 | 11001 | 111101 | 1011110 | 100111 |
Color Harmonies of #BCC006
Complementary color
Monochromatic Colors of #BCC006
Black with #BCC006
Text Example
Text Example
White with #BCC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC006; }
p { color: rgb(188,192,6); }
H1.HeaderClassName
{
color: #BCC006;
}
.AnyTagClassName
{
color: #BCC006;
}
</style>
background-color css
<style>
a { background-color: #BCC006; }
a { background-color: rgb(188,192,6); }
div.DivClassName
{
background-color: #BCC006;
}
.BgClassName
{
background-color: #BCC006;
}
</style>
border-color css
<style>
span { border-color: #BCC006; }
span { border-color: rgb(188,192,6); }
td.TdClassName
{
border-color: #BCC006;
}
.TagClassName
{
border-color: #BCC006;
}
</style>