Shades of La Rioja #BCC413
Tints of La Rioja #BCC413
RGB
CMYK
RGB Variations
Color information
#BCC413 (or 0xBCC413) is known color: La Rioja. HEX triplet: BC, C4 and 13. RGB value is (188,196,19). Sum of RGB (Red+Green+Blue) = 188+196+19=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC413 is #433BEC. Grayscale: #AEAEAE. Windows color (decimal): -4406253 or 1295548. OLE color: 1295548.
HSL color Cylindrical-coordinate representation of color #BCC413: hue angle of 62.71º 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 #BCC413 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 19 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.23 |
| HSL | 62.71º | 0.82% | 0.42% | - |
| HSV(B) | 62.71º | 0.9% | 0.77% | - |
| XYZ | 40.6 | 50.22 | 8.17 | - |
| YUV | 173.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 19 | 0.04 | 0 | 0.90 | 0.23 | 62.71 | 0.82 | 0.42 |
| Hex | BC | C4 | 13 | 4 | 0 | 5A | 17 | 3F | 52 | 2A |
| Octal | 274 | 304 | 23 | 4 | 0 | 132 | 27 | 77 | 122 | 52 |
| Binary | 10111100 | 11000100 | 10011 | 100 | 0 | 1011010 | 10111 | 111111 | 1010010 | 101010 |
Color Harmonies of #BCC413
Complementary color
Monochromatic Colors of #BCC413
Black with #BCC413
Text Example
Text Example
White with #BCC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC413; }
p { color: rgb(188,196,19); }
H1.HeaderClassName
{
color: #BCC413;
}
.AnyTagClassName
{
color: #BCC413;
}
</style>
background-color css
<style>
a { background-color: #BCC413; }
a { background-color: rgb(188,196,19); }
div.DivClassName
{
background-color: #BCC413;
}
.BgClassName
{
background-color: #BCC413;
}
</style>
border-color css
<style>
span { border-color: #BCC413; }
span { border-color: rgb(188,196,19); }
td.TdClassName
{
border-color: #BCC413;
}
.TagClassName
{
border-color: #BCC413;
}
</style>