Shades of La Rioja #BCC508
Tints of La Rioja #BCC508
RGB
CMYK
RGB Variations
Color information
#BCC508 (or 0xBCC508) is known color: La Rioja. HEX triplet: BC, C5 and 08. RGB value is (188,197,8). Sum of RGB (Red+Green+Blue) = 188+197+8=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC508 is #433AF7. Grayscale: #ADADAD. Windows color (decimal): -4406008 or 574908. OLE color: 574908.
HSL color Cylindrical-coordinate representation of color #BCC508: hue angle of 62.86º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC508 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.23 |
| HSL | 62.86º | 0.92% | 0.4% | - |
| HSV(B) | 62.86º | 0.96% | 0.77% | - |
| XYZ | 40.75 | 50.64 | 7.86 | - |
| YUV | 172.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 8 | 0.05 | 0 | 0.96 | 0.23 | 62.86 | 0.92 | 0.4 |
| Hex | BC | C5 | 8 | 5 | 0 | 60 | 17 | 3F | 5C | 28 |
| Octal | 274 | 305 | 10 | 5 | 0 | 140 | 27 | 77 | 134 | 50 |
| Binary | 10111100 | 11000101 | 1000 | 101 | 0 | 1100000 | 10111 | 111111 | 1011100 | 101000 |
Color Harmonies of #BCC508
Complementary color
Monochromatic Colors of #BCC508
Black with #BCC508
Text Example
Text Example
White with #BCC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC508; }
p { color: rgb(188,197,8); }
H1.HeaderClassName
{
color: #BCC508;
}
.AnyTagClassName
{
color: #BCC508;
}
</style>
background-color css
<style>
a { background-color: #BCC508; }
a { background-color: rgb(188,197,8); }
div.DivClassName
{
background-color: #BCC508;
}
.BgClassName
{
background-color: #BCC508;
}
</style>
border-color css
<style>
span { border-color: #BCC508; }
span { border-color: rgb(188,197,8); }
td.TdClassName
{
border-color: #BCC508;
}
.TagClassName
{
border-color: #BCC508;
}
</style>