Shades of La Rioja #BCC210
Tints of La Rioja #BCC210
RGB
CMYK
RGB Variations
Color information
#BCC210 (or 0xBCC210) is known color: La Rioja. HEX triplet: BC, C2 and 10. RGB value is (188,194,16). Sum of RGB (Red+Green+Blue) = 188+194+16=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC210 is #433DEF. Grayscale: #ACACAC. Windows color (decimal): -4406768 or 1098428. OLE color: 1098428.
HSL color Cylindrical-coordinate representation of color #BCC210: hue angle of 62.02º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCC210 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.24 |
| HSL | 62.02º | 0.85% | 0.41% | - |
| HSV(B) | 62.02º | 0.92% | 0.76% | - |
| XYZ | 40.12 | 49.31 | 7.89 | - |
| YUV | 171.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 16 | 0.03 | 0 | 0.92 | 0.24 | 62.02 | 0.85 | 0.41 |
| Hex | BC | C2 | 10 | 3 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 274 | 302 | 20 | 3 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111100 | 11000010 | 10000 | 11 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BCC210
Complementary color
Monochromatic Colors of #BCC210
Black with #BCC210
Text Example
Text Example
White with #BCC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC210; }
p { color: rgb(188,194,16); }
H1.HeaderClassName
{
color: #BCC210;
}
.AnyTagClassName
{
color: #BCC210;
}
</style>
background-color css
<style>
a { background-color: #BCC210; }
a { background-color: rgb(188,194,16); }
div.DivClassName
{
background-color: #BCC210;
}
.BgClassName
{
background-color: #BCC210;
}
</style>
border-color css
<style>
span { border-color: #BCC210; }
span { border-color: rgb(188,194,16); }
td.TdClassName
{
border-color: #BCC210;
}
.TagClassName
{
border-color: #BCC210;
}
</style>