Shades of La Rioja #BCC513
Tints of La Rioja #BCC513
RGB
CMYK
RGB Variations
Color information
#BCC513 (or 0xBCC513) is known color: La Rioja. HEX triplet: BC, C5 and 13. RGB value is (188,197,19). Sum of RGB (Red+Green+Blue) = 188+197+19=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC513 is #433AEC. Grayscale: #AEAEAE. Windows color (decimal): -4405997 or 1295804. OLE color: 1295804.
HSL color Cylindrical-coordinate representation of color #BCC513: hue angle of 63.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC513 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.23 |
| HSL | 63.03º | 0.82% | 0.42% | - |
| HSV(B) | 63.03º | 0.9% | 0.77% | - |
| XYZ | 40.82 | 50.67 | 8.24 | - |
| YUV | 174.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 19 | 0.05 | 0 | 0.90 | 0.23 | 63.03 | 0.82 | 0.42 |
| Hex | BC | C5 | 13 | 5 | 0 | 5A | 17 | 3F | 52 | 2A |
| Octal | 274 | 305 | 23 | 5 | 0 | 132 | 27 | 77 | 122 | 52 |
| Binary | 10111100 | 11000101 | 10011 | 101 | 0 | 1011010 | 10111 | 111111 | 1010010 | 101010 |
Color Harmonies of #BCC513
Complementary color
Monochromatic Colors of #BCC513
Black with #BCC513
Text Example
Text Example
White with #BCC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC513; }
p { color: rgb(188,197,19); }
H1.HeaderClassName
{
color: #BCC513;
}
.AnyTagClassName
{
color: #BCC513;
}
</style>
background-color css
<style>
a { background-color: #BCC513; }
a { background-color: rgb(188,197,19); }
div.DivClassName
{
background-color: #BCC513;
}
.BgClassName
{
background-color: #BCC513;
}
</style>
border-color css
<style>
span { border-color: #BCC513; }
span { border-color: rgb(188,197,19); }
td.TdClassName
{
border-color: #BCC513;
}
.TagClassName
{
border-color: #BCC513;
}
</style>