Shades of La Rioja #BCCB04
Tints of La Rioja #BCCB04
RGB
CMYK
RGB Variations
Color information
#BCCB04 (or 0xBCCB04) is known color: La Rioja. HEX triplet: BC, CB and 04. RGB value is (188,203,4). Sum of RGB (Red+Green+Blue) = 188+203+4=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB04 is #4334FB. Grayscale: #B0B0B0. Windows color (decimal): -4404476 or 314300. OLE color: 314300.
HSL color Cylindrical-coordinate representation of color #BCCB04: hue angle of 64.52º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCB04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.20 |
| HSL | 64.52º | 0.96% | 0.41% | - |
| HSV(B) | 64.52º | 0.98% | 0.8% | - |
| XYZ | 42.12 | 53.41 | 8.2 | - |
| YUV | 175.83 | 31.03 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 4 | 0.07 | 0 | 0.98 | 0.20 | 64.52 | 0.96 | 0.41 |
| Hex | BC | CB | 4 | 7 | 0 | 62 | 14 | 41 | 60 | 29 |
| Octal | 274 | 313 | 4 | 7 | 0 | 142 | 24 | 101 | 140 | 51 |
| Binary | 10111100 | 11001011 | 100 | 111 | 0 | 1100010 | 10100 | 1000001 | 1100000 | 101001 |
Color Harmonies of #BCCB04
Complementary color
Monochromatic Colors of #BCCB04
Black with #BCCB04
Text Example
Text Example
White with #BCCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB04; }
p { color: rgb(188,203,4); }
H1.HeaderClassName
{
color: #BCCB04;
}
.AnyTagClassName
{
color: #BCCB04;
}
</style>
background-color css
<style>
a { background-color: #BCCB04; }
a { background-color: rgb(188,203,4); }
div.DivClassName
{
background-color: #BCCB04;
}
.BgClassName
{
background-color: #BCCB04;
}
</style>
border-color css
<style>
span { border-color: #BCCB04; }
span { border-color: rgb(188,203,4); }
td.TdClassName
{
border-color: #BCCB04;
}
.TagClassName
{
border-color: #BCCB04;
}
</style>