Shades of La Rioja #BCC904
Tints of La Rioja #BCC904
RGB
CMYK
RGB Variations
Color information
#BCC904 (or 0xBCC904) is known color: La Rioja. HEX triplet: BC, C9 and 04. RGB value is (188,201,4). Sum of RGB (Red+Green+Blue) = 188+201+4=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC904 is #4336FB. Grayscale: #AFAFAF. Windows color (decimal): -4404988 or 313788. OLE color: 313788.
HSL color Cylindrical-coordinate representation of color #BCC904: hue angle of 63.96º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCC904 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.21 |
| HSL | 63.96º | 0.96% | 0.4% | - |
| HSV(B) | 63.96º | 0.98% | 0.79% | - |
| XYZ | 41.65 | 52.47 | 8.05 | - |
| YUV | 174.66 | 31.69 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 4 | 0.06 | 0 | 0.98 | 0.21 | 63.96 | 0.96 | 0.4 |
| Hex | BC | C9 | 4 | 6 | 0 | 62 | 15 | 40 | 60 | 28 |
| Octal | 274 | 311 | 4 | 6 | 0 | 142 | 25 | 100 | 140 | 50 |
| Binary | 10111100 | 11001001 | 100 | 110 | 0 | 1100010 | 10101 | 1000000 | 1100000 | 101000 |
Color Harmonies of #BCC904
Complementary color
Monochromatic Colors of #BCC904
Black with #BCC904
Text Example
Text Example
White with #BCC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC904; }
p { color: rgb(188,201,4); }
H1.HeaderClassName
{
color: #BCC904;
}
.AnyTagClassName
{
color: #BCC904;
}
</style>
background-color css
<style>
a { background-color: #BCC904; }
a { background-color: rgb(188,201,4); }
div.DivClassName
{
background-color: #BCC904;
}
.BgClassName
{
background-color: #BCC904;
}
</style>
border-color css
<style>
span { border-color: #BCC904; }
span { border-color: rgb(188,201,4); }
td.TdClassName
{
border-color: #BCC904;
}
.TagClassName
{
border-color: #BCC904;
}
</style>