Shades of La Rioja #BCC514
Tints of La Rioja #BCC514
RGB
CMYK
RGB Variations
Color information
#BCC514 (or 0xBCC514) is known color: La Rioja. HEX triplet: BC, C5 and 14. RGB value is (188,197,20). Sum of RGB (Red+Green+Blue) = 188+197+20=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC514 is #433AEB. Grayscale: #AEAEAE. Windows color (decimal): -4405996 or 1361340. OLE color: 1361340.
HSL color Cylindrical-coordinate representation of color #BCC514: hue angle of 63.05º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC514 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 20 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.23 |
| HSL | 63.05º | 0.82% | 0.43% | - |
| HSV(B) | 63.05º | 0.9% | 0.77% | - |
| XYZ | 40.83 | 50.67 | 8.29 | - |
| YUV | 174.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 20 | 0.05 | 0 | 0.90 | 0.23 | 63.05 | 0.82 | 0.43 |
| Hex | BC | C5 | 14 | 5 | 0 | 5A | 17 | 3F | 52 | 2B |
| Octal | 274 | 305 | 24 | 5 | 0 | 132 | 27 | 77 | 122 | 53 |
| Binary | 10111100 | 11000101 | 10100 | 101 | 0 | 1011010 | 10111 | 111111 | 1010010 | 101011 |
Color Harmonies of #BCC514
Complementary color
Monochromatic Colors of #BCC514
Black with #BCC514
Text Example
Text Example
White with #BCC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC514; }
p { color: rgb(188,197,20); }
H1.HeaderClassName
{
color: #BCC514;
}
.AnyTagClassName
{
color: #BCC514;
}
</style>
background-color css
<style>
a { background-color: #BCC514; }
a { background-color: rgb(188,197,20); }
div.DivClassName
{
background-color: #BCC514;
}
.BgClassName
{
background-color: #BCC514;
}
</style>
border-color css
<style>
span { border-color: #BCC514; }
span { border-color: rgb(188,197,20); }
td.TdClassName
{
border-color: #BCC514;
}
.TagClassName
{
border-color: #BCC514;
}
</style>