Shades of La Rioja #BCC310
Tints of La Rioja #BCC310
RGB
CMYK
RGB Variations
Color information
#BCC310 (or 0xBCC310) is known color: La Rioja. HEX triplet: BC, C3 and 10. RGB value is (188,195,16). Sum of RGB (Red+Green+Blue) = 188+195+16=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC310 is #433CEF. Grayscale: #ADADAD. Windows color (decimal): -4406512 or 1098684. OLE color: 1098684.
HSL color Cylindrical-coordinate representation of color #BCC310: hue angle of 62.35º 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 #BCC310 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.24 |
| HSL | 62.35º | 0.85% | 0.41% | - |
| HSV(B) | 62.35º | 0.92% | 0.76% | - |
| XYZ | 40.35 | 49.76 | 7.97 | - |
| YUV | 172.5 | 39.68 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 16 | 0.04 | 0 | 0.92 | 0.24 | 62.35 | 0.85 | 0.41 |
| Hex | BC | C3 | 10 | 4 | 0 | 5C | 18 | 3E | 55 | 29 |
| Octal | 274 | 303 | 20 | 4 | 0 | 134 | 30 | 76 | 125 | 51 |
| Binary | 10111100 | 11000011 | 10000 | 100 | 0 | 1011100 | 11000 | 111110 | 1010101 | 101001 |
Color Harmonies of #BCC310
Complementary color
Monochromatic Colors of #BCC310
Black with #BCC310
Text Example
Text Example
White with #BCC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC310; }
p { color: rgb(188,195,16); }
H1.HeaderClassName
{
color: #BCC310;
}
.AnyTagClassName
{
color: #BCC310;
}
</style>
background-color css
<style>
a { background-color: #BCC310; }
a { background-color: rgb(188,195,16); }
div.DivClassName
{
background-color: #BCC310;
}
.BgClassName
{
background-color: #BCC310;
}
</style>
border-color css
<style>
span { border-color: #BCC310; }
span { border-color: rgb(188,195,16); }
td.TdClassName
{
border-color: #BCC310;
}
.TagClassName
{
border-color: #BCC310;
}
</style>