Shades of La Rioja #BCC110
Tints of La Rioja #BCC110
RGB
CMYK
RGB Variations
Color information
#BCC110 (or 0xBCC110) is known color: La Rioja. HEX triplet: BC, C1 and 10. RGB value is (188,193,16). Sum of RGB (Red+Green+Blue) = 188+193+16=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC110 is #433EEF. Grayscale: #ACACAC. Windows color (decimal): -4407024 or 1098172. OLE color: 1098172.
HSL color Cylindrical-coordinate representation of color #BCC110: hue angle of 61.69º 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 #BCC110 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.24 |
| HSL | 61.69º | 0.85% | 0.41% | - |
| HSV(B) | 61.69º | 0.92% | 0.76% | - |
| XYZ | 39.9 | 48.87 | 7.82 | - |
| YUV | 171.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 16 | 0.03 | 0 | 0.92 | 0.24 | 61.69 | 0.85 | 0.41 |
| Hex | BC | C1 | 10 | 3 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 274 | 301 | 20 | 3 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111100 | 11000001 | 10000 | 11 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BCC110
Complementary color
Monochromatic Colors of #BCC110
Black with #BCC110
Text Example
Text Example
White with #BCC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC110; }
p { color: rgb(188,193,16); }
H1.HeaderClassName
{
color: #BCC110;
}
.AnyTagClassName
{
color: #BCC110;
}
</style>
background-color css
<style>
a { background-color: #BCC110; }
a { background-color: rgb(188,193,16); }
div.DivClassName
{
background-color: #BCC110;
}
.BgClassName
{
background-color: #BCC110;
}
</style>
border-color css
<style>
span { border-color: #BCC110; }
span { border-color: rgb(188,193,16); }
td.TdClassName
{
border-color: #BCC110;
}
.TagClassName
{
border-color: #BCC110;
}
</style>