Shades of La Rioja #BCCB01
Tints of La Rioja #BCCB01
RGB
CMYK
RGB Variations
Color information
#BCCB01 (or 0xBCCB01) is known color: La Rioja. HEX triplet: BC, CB and 01. RGB value is (188,203,1). Sum of RGB (Red+Green+Blue) = 188+203+1=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB01 is #4334FE. Grayscale: #B0B0B0. Windows color (decimal): -4404479 or 117692. OLE color: 117692.
HSL color Cylindrical-coordinate representation of color #BCCB01: hue angle of 64.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCCB01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 1 | - |
| CMYK | 0.07 | 0 | 1.00 | 0.20 |
| HSL | 64.46º | 0.99% | 0.4% | - |
| HSV(B) | 64.46º | 1% | 0.8% | - |
| XYZ | 42.1 | 53.41 | 8.12 | - |
| YUV | 175.49 | 29.53 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 1 | 0.07 | 0 | 1.00 | 0.20 | 64.46 | 0.99 | 0.4 |
| Hex | BC | CB | 1 | 7 | 0 | 64 | 14 | 40 | 63 | 28 |
| Octal | 274 | 313 | 1 | 7 | 0 | 144 | 24 | 100 | 143 | 50 |
| Binary | 10111100 | 11001011 | 1 | 111 | 0 | 1100100 | 10100 | 1000000 | 1100011 | 101000 |
Color Harmonies of #BCCB01
Complementary color
Monochromatic Colors of #BCCB01
Black with #BCCB01
Text Example
Text Example
White with #BCCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB01; }
p { color: rgb(188,203,1); }
H1.HeaderClassName
{
color: #BCCB01;
}
.AnyTagClassName
{
color: #BCCB01;
}
</style>
background-color css
<style>
a { background-color: #BCCB01; }
a { background-color: rgb(188,203,1); }
div.DivClassName
{
background-color: #BCCB01;
}
.BgClassName
{
background-color: #BCCB01;
}
</style>
border-color css
<style>
span { border-color: #BCCB01; }
span { border-color: rgb(188,203,1); }
td.TdClassName
{
border-color: #BCCB01;
}
.TagClassName
{
border-color: #BCCB01;
}
</style>