Shades of La Rioja #BCD006
Tints of La Rioja #BCD006
RGB
CMYK
RGB Variations
Color information
#BCD006 (or 0xBCD006) is known color: La Rioja. HEX triplet: BC, D0 and 06. RGB value is (188,208,6). Sum of RGB (Red+Green+Blue) = 188+208+6=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD006 is #432FF9. Grayscale: #B3B3B3. Windows color (decimal): -4403194 or 446652. OLE color: 446652.
HSL color Cylindrical-coordinate representation of color #BCD006: hue angle of 65.94º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCD006 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.18 |
| HSL | 65.94º | 0.94% | 0.42% | - |
| HSV(B) | 65.94º | 0.97% | 0.82% | - |
| XYZ | 43.33 | 55.82 | 8.66 | - |
| YUV | 178.99 | 30.37 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 6 | 0.10 | 0 | 0.97 | 0.18 | 65.94 | 0.94 | 0.42 |
| Hex | BC | D0 | 6 | A | 0 | 61 | 12 | 42 | 5E | 2A |
| Octal | 274 | 320 | 6 | 12 | 0 | 141 | 22 | 102 | 136 | 52 |
| Binary | 10111100 | 11010000 | 110 | 1010 | 0 | 1100001 | 10010 | 1000010 | 1011110 | 101010 |
Color Harmonies of #BCD006
Complementary color
Monochromatic Colors of #BCD006
Black with #BCD006
Text Example
Text Example
White with #BCD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD006; }
p { color: rgb(188,208,6); }
H1.HeaderClassName
{
color: #BCD006;
}
.AnyTagClassName
{
color: #BCD006;
}
</style>
background-color css
<style>
a { background-color: #BCD006; }
a { background-color: rgb(188,208,6); }
div.DivClassName
{
background-color: #BCD006;
}
.BgClassName
{
background-color: #BCD006;
}
</style>
border-color css
<style>
span { border-color: #BCD006; }
span { border-color: rgb(188,208,6); }
td.TdClassName
{
border-color: #BCD006;
}
.TagClassName
{
border-color: #BCD006;
}
</style>