Shades of La Rioja #BCC512
Tints of La Rioja #BCC512
RGB
CMYK
RGB Variations
Color information
#BCC512 (or 0xBCC512) is known color: La Rioja. HEX triplet: BC, C5 and 12. RGB value is (188,197,18). Sum of RGB (Red+Green+Blue) = 188+197+18=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC512 is #433AED. Grayscale: #AEAEAE. Windows color (decimal): -4405998 or 1230268. OLE color: 1230268.
HSL color Cylindrical-coordinate representation of color #BCC512: hue angle of 63.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC512 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 18 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.23 |
| HSL | 63.02º | 0.83% | 0.42% | - |
| HSV(B) | 63.02º | 0.91% | 0.77% | - |
| XYZ | 40.81 | 50.67 | 8.2 | - |
| YUV | 173.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 18 | 0.05 | 0 | 0.91 | 0.23 | 63.02 | 0.83 | 0.42 |
| Hex | BC | C5 | 12 | 5 | 0 | 5B | 17 | 3F | 53 | 2A |
| Octal | 274 | 305 | 22 | 5 | 0 | 133 | 27 | 77 | 123 | 52 |
| Binary | 10111100 | 11000101 | 10010 | 101 | 0 | 1011011 | 10111 | 111111 | 1010011 | 101010 |
Color Harmonies of #BCC512
Complementary color
Monochromatic Colors of #BCC512
Black with #BCC512
Text Example
Text Example
White with #BCC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC512; }
p { color: rgb(188,197,18); }
H1.HeaderClassName
{
color: #BCC512;
}
.AnyTagClassName
{
color: #BCC512;
}
</style>
background-color css
<style>
a { background-color: #BCC512; }
a { background-color: rgb(188,197,18); }
div.DivClassName
{
background-color: #BCC512;
}
.BgClassName
{
background-color: #BCC512;
}
</style>
border-color css
<style>
span { border-color: #BCC512; }
span { border-color: rgb(188,197,18); }
td.TdClassName
{
border-color: #BCC512;
}
.TagClassName
{
border-color: #BCC512;
}
</style>