Shades of La Rioja #BCC90F
Tints of La Rioja #BCC90F
RGB
CMYK
RGB Variations
Color information
#BCC90F (or 0xBCC90F) is known color: La Rioja. HEX triplet: BC, C9 and 0F. RGB value is (188,201,15). Sum of RGB (Red+Green+Blue) = 188+201+15=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90F is #4336F0. Grayscale: #B0B0B0. Windows color (decimal): -4404977 or 1034684. OLE color: 1034684.
HSL color Cylindrical-coordinate representation of color #BCC90F: hue angle of 64.19º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC90F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.21 |
| HSL | 64.19º | 0.86% | 0.42% | - |
| HSV(B) | 64.19º | 0.93% | 0.79% | - |
| XYZ | 41.71 | 52.5 | 8.39 | - |
| YUV | 175.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 15 | 0.06 | 0 | 0.93 | 0.21 | 64.19 | 0.86 | 0.42 |
| Hex | BC | C9 | F | 6 | 0 | 5D | 15 | 40 | 56 | 2A |
| Octal | 274 | 311 | 17 | 6 | 0 | 135 | 25 | 100 | 126 | 52 |
| Binary | 10111100 | 11001001 | 1111 | 110 | 0 | 1011101 | 10101 | 1000000 | 1010110 | 101010 |
Color Harmonies of #BCC90F
Complementary color
Monochromatic Colors of #BCC90F
Black with #BCC90F
Text Example
Text Example
White with #BCC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC90F; }
p { color: rgb(188,201,15); }
H1.HeaderClassName
{
color: #BCC90F;
}
.AnyTagClassName
{
color: #BCC90F;
}
</style>
background-color css
<style>
a { background-color: #BCC90F; }
a { background-color: rgb(188,201,15); }
div.DivClassName
{
background-color: #BCC90F;
}
.BgClassName
{
background-color: #BCC90F;
}
</style>
border-color css
<style>
span { border-color: #BCC90F; }
span { border-color: rgb(188,201,15); }
td.TdClassName
{
border-color: #BCC90F;
}
.TagClassName
{
border-color: #BCC90F;
}
</style>