Shades of La Rioja #BCC701
Tints of La Rioja #BCC701
RGB
CMYK
RGB Variations
Color information
#BCC701 (or 0xBCC701) is known color: La Rioja. HEX triplet: BC, C7 and 01. RGB value is (188,199,1). Sum of RGB (Red+Green+Blue) = 188+199+1=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC701 is #4338FE. Grayscale: #ADADAD. Windows color (decimal): -4405503 or 116668. OLE color: 116668.
HSL color Cylindrical-coordinate representation of color #BCC701: hue angle of 63.33º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC701 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.22 |
| HSL | 63.33º | 0.99% | 0.39% | - |
| HSV(B) | 63.33º | 0.99% | 0.78% | - |
| XYZ | 41.17 | 51.54 | 7.81 | - |
| YUV | 173.14 | 30.86 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 1 | 0.06 | 0 | 0.99 | 0.22 | 63.33 | 0.99 | 0.39 |
| Hex | BC | C7 | 1 | 6 | 0 | 63 | 16 | 3F | 63 | 27 |
| Octal | 274 | 307 | 1 | 6 | 0 | 143 | 26 | 77 | 143 | 47 |
| Binary | 10111100 | 11000111 | 1 | 110 | 0 | 1100011 | 10110 | 111111 | 1100011 | 100111 |
Color Harmonies of #BCC701
Complementary color
Monochromatic Colors of #BCC701
Black with #BCC701
Text Example
Text Example
White with #BCC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC701; }
p { color: rgb(188,199,1); }
H1.HeaderClassName
{
color: #BCC701;
}
.AnyTagClassName
{
color: #BCC701;
}
</style>
background-color css
<style>
a { background-color: #BCC701; }
a { background-color: rgb(188,199,1); }
div.DivClassName
{
background-color: #BCC701;
}
.BgClassName
{
background-color: #BCC701;
}
</style>
border-color css
<style>
span { border-color: #BCC701; }
span { border-color: rgb(188,199,1); }
td.TdClassName
{
border-color: #BCC701;
}
.TagClassName
{
border-color: #BCC701;
}
</style>