Shades of La Rioja #BCC90C
Tints of La Rioja #BCC90C
RGB
CMYK
RGB Variations
Color information
#BCC90C (or 0xBCC90C) is known color: La Rioja. HEX triplet: BC, C9 and 0C. RGB value is (188,201,12). Sum of RGB (Red+Green+Blue) = 188+201+12=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90C is #4336F3. Grayscale: #B0B0B0. Windows color (decimal): -4404980 or 838076. OLE color: 838076.
HSL color Cylindrical-coordinate representation of color #BCC90C: hue angle of 64.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC90C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 12 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.21 |
| HSL | 64.13º | 0.89% | 0.42% | - |
| HSV(B) | 64.13º | 0.94% | 0.79% | - |
| XYZ | 41.69 | 52.49 | 8.28 | - |
| YUV | 175.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 12 | 0.06 | 0 | 0.94 | 0.21 | 64.13 | 0.89 | 0.42 |
| Hex | BC | C9 | C | 6 | 0 | 5E | 15 | 40 | 59 | 2A |
| Octal | 274 | 311 | 14 | 6 | 0 | 136 | 25 | 100 | 131 | 52 |
| Binary | 10111100 | 11001001 | 1100 | 110 | 0 | 1011110 | 10101 | 1000000 | 1011001 | 101010 |
Color Harmonies of #BCC90C
Complementary color
Monochromatic Colors of #BCC90C
Black with #BCC90C
Text Example
Text Example
White with #BCC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC90C; }
p { color: rgb(188,201,12); }
H1.HeaderClassName
{
color: #BCC90C;
}
.AnyTagClassName
{
color: #BCC90C;
}
</style>
background-color css
<style>
a { background-color: #BCC90C; }
a { background-color: rgb(188,201,12); }
div.DivClassName
{
background-color: #BCC90C;
}
.BgClassName
{
background-color: #BCC90C;
}
</style>
border-color css
<style>
span { border-color: #BCC90C; }
span { border-color: rgb(188,201,12); }
td.TdClassName
{
border-color: #BCC90C;
}
.TagClassName
{
border-color: #BCC90C;
}
</style>