Shades of La Rioja #BCCE04
Tints of La Rioja #BCCE04
RGB
CMYK
RGB Variations
Color information
#BCCE04 (or 0xBCCE04) is known color: La Rioja. HEX triplet: BC, CE and 04. RGB value is (188,206,4). Sum of RGB (Red+Green+Blue) = 188+206+4=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE04 is #4331FB. Grayscale: #B2B2B2. Windows color (decimal): -4403708 or 315068. OLE color: 315068.
HSL color Cylindrical-coordinate representation of color #BCCE04: hue angle of 65.35º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCE04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.19 |
| HSL | 65.35º | 0.96% | 0.41% | - |
| HSV(B) | 65.35º | 0.98% | 0.81% | - |
| XYZ | 42.83 | 54.84 | 8.44 | - |
| YUV | 177.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 4 | 0.09 | 0 | 0.98 | 0.19 | 65.35 | 0.96 | 0.41 |
| Hex | BC | CE | 4 | 9 | 0 | 62 | 13 | 41 | 60 | 29 |
| Octal | 274 | 316 | 4 | 11 | 0 | 142 | 23 | 101 | 140 | 51 |
| Binary | 10111100 | 11001110 | 100 | 1001 | 0 | 1100010 | 10011 | 1000001 | 1100000 | 101001 |
Color Harmonies of #BCCE04
Complementary color
Monochromatic Colors of #BCCE04
Black with #BCCE04
Text Example
Text Example
White with #BCCE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE04; }
p { color: rgb(188,206,4); }
H1.HeaderClassName
{
color: #BCCE04;
}
.AnyTagClassName
{
color: #BCCE04;
}
</style>
background-color css
<style>
a { background-color: #BCCE04; }
a { background-color: rgb(188,206,4); }
div.DivClassName
{
background-color: #BCCE04;
}
.BgClassName
{
background-color: #BCCE04;
}
</style>
border-color css
<style>
span { border-color: #BCCE04; }
span { border-color: rgb(188,206,4); }
td.TdClassName
{
border-color: #BCCE04;
}
.TagClassName
{
border-color: #BCCE04;
}
</style>