Shades of La Rioja #BCC314
Tints of La Rioja #BCC314
RGB
CMYK
RGB Variations
Color information
#BCC314 (or 0xBCC314) is known color: La Rioja. HEX triplet: BC, C3 and 14. RGB value is (188,195,20). Sum of RGB (Red+Green+Blue) = 188+195+20=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC314 is #433CEB. Grayscale: #ADADAD. Windows color (decimal): -4406508 or 1360828. OLE color: 1360828.
HSL color Cylindrical-coordinate representation of color #BCC314: hue angle of 62.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC314 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 20 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.24 |
| HSL | 62.4º | 0.81% | 0.42% | - |
| HSV(B) | 62.4º | 0.9% | 0.76% | - |
| XYZ | 40.38 | 49.77 | 8.14 | - |
| YUV | 172.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 20 | 0.04 | 0 | 0.90 | 0.24 | 62.4 | 0.81 | 0.42 |
| Hex | BC | C3 | 14 | 4 | 0 | 5A | 18 | 3E | 51 | 2A |
| Octal | 274 | 303 | 24 | 4 | 0 | 132 | 30 | 76 | 121 | 52 |
| Binary | 10111100 | 11000011 | 10100 | 100 | 0 | 1011010 | 11000 | 111110 | 1010001 | 101010 |
Color Harmonies of #BCC314
Complementary color
Monochromatic Colors of #BCC314
Black with #BCC314
Text Example
Text Example
White with #BCC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC314; }
p { color: rgb(188,195,20); }
H1.HeaderClassName
{
color: #BCC314;
}
.AnyTagClassName
{
color: #BCC314;
}
</style>
background-color css
<style>
a { background-color: #BCC314; }
a { background-color: rgb(188,195,20); }
div.DivClassName
{
background-color: #BCC314;
}
.BgClassName
{
background-color: #BCC314;
}
</style>
border-color css
<style>
span { border-color: #BCC314; }
span { border-color: rgb(188,195,20); }
td.TdClassName
{
border-color: #BCC314;
}
.TagClassName
{
border-color: #BCC314;
}
</style>