Shades of La Rioja #BCC901
Tints of La Rioja #BCC901
RGB
CMYK
RGB Variations
Color information
#BCC901 (or 0xBCC901) is known color: La Rioja. HEX triplet: BC, C9 and 01. RGB value is (188,201,1). Sum of RGB (Red+Green+Blue) = 188+201+1=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC901 is #4336FE. Grayscale: #AFAFAF. Windows color (decimal): -4404991 or 117180. OLE color: 117180.
HSL color Cylindrical-coordinate representation of color #BCC901: hue angle of 63.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCC901 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.21 |
| HSL | 63.9º | 0.99% | 0.4% | - |
| HSV(B) | 63.9º | 1% | 0.79% | - |
| XYZ | 41.63 | 52.47 | 7.96 | - |
| YUV | 174.31 | 30.19 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 1 | 0.06 | 0 | 1.00 | 0.21 | 63.9 | 0.99 | 0.4 |
| Hex | BC | C9 | 1 | 6 | 0 | 64 | 15 | 40 | 63 | 28 |
| Octal | 274 | 311 | 1 | 6 | 0 | 144 | 25 | 100 | 143 | 50 |
| Binary | 10111100 | 11001001 | 1 | 110 | 0 | 1100100 | 10101 | 1000000 | 1100011 | 101000 |
Color Harmonies of #BCC901
Complementary color
Monochromatic Colors of #BCC901
Black with #BCC901
Text Example
Text Example
White with #BCC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC901; }
p { color: rgb(188,201,1); }
H1.HeaderClassName
{
color: #BCC901;
}
.AnyTagClassName
{
color: #BCC901;
}
</style>
background-color css
<style>
a { background-color: #BCC901; }
a { background-color: rgb(188,201,1); }
div.DivClassName
{
background-color: #BCC901;
}
.BgClassName
{
background-color: #BCC901;
}
</style>
border-color css
<style>
span { border-color: #BCC901; }
span { border-color: rgb(188,201,1); }
td.TdClassName
{
border-color: #BCC901;
}
.TagClassName
{
border-color: #BCC901;
}
</style>