Shades of La Rioja #BCC510
Tints of La Rioja #BCC510
RGB
CMYK
RGB Variations
Color information
#BCC510 (or 0xBCC510) is known color: La Rioja. HEX triplet: BC, C5 and 10. RGB value is (188,197,16). Sum of RGB (Red+Green+Blue) = 188+197+16=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC510 is #433AEF. Grayscale: #AEAEAE. Windows color (decimal): -4406000 or 1099196. OLE color: 1099196.
HSL color Cylindrical-coordinate representation of color #BCC510: hue angle of 62.98º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCC510 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 16 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.23 |
| HSL | 62.98º | 0.85% | 0.42% | - |
| HSV(B) | 62.98º | 0.92% | 0.77% | - |
| XYZ | 40.8 | 50.66 | 8.12 | - |
| YUV | 173.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 16 | 0.05 | 0 | 0.92 | 0.23 | 62.98 | 0.85 | 0.42 |
| Hex | BC | C5 | 10 | 5 | 0 | 5C | 17 | 3F | 55 | 2A |
| Octal | 274 | 305 | 20 | 5 | 0 | 134 | 27 | 77 | 125 | 52 |
| Binary | 10111100 | 11000101 | 10000 | 101 | 0 | 1011100 | 10111 | 111111 | 1010101 | 101010 |
Color Harmonies of #BCC510
Complementary color
Monochromatic Colors of #BCC510
Black with #BCC510
Text Example
Text Example
White with #BCC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC510; }
p { color: rgb(188,197,16); }
H1.HeaderClassName
{
color: #BCC510;
}
.AnyTagClassName
{
color: #BCC510;
}
</style>
background-color css
<style>
a { background-color: #BCC510; }
a { background-color: rgb(188,197,16); }
div.DivClassName
{
background-color: #BCC510;
}
.BgClassName
{
background-color: #BCC510;
}
</style>
border-color css
<style>
span { border-color: #BCC510; }
span { border-color: rgb(188,197,16); }
td.TdClassName
{
border-color: #BCC510;
}
.TagClassName
{
border-color: #BCC510;
}
</style>