Shades of La Rioja #BCC90D
Tints of La Rioja #BCC90D
RGB
CMYK
RGB Variations
Color information
#BCC90D (or 0xBCC90D) is known color: La Rioja. HEX triplet: BC, C9 and 0D. RGB value is (188,201,13). Sum of RGB (Red+Green+Blue) = 188+201+13=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90D is #4336F2. Grayscale: #B0B0B0. Windows color (decimal): -4404979 or 903612. OLE color: 903612.
HSL color Cylindrical-coordinate representation of color #BCC90D: hue angle of 64.15º degrees, saturation: 0.88, 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 #BCC90D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.21 |
| HSL | 64.15º | 0.88% | 0.42% | - |
| HSV(B) | 64.15º | 0.94% | 0.79% | - |
| XYZ | 41.7 | 52.49 | 8.32 | - |
| YUV | 175.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 13 | 0.06 | 0 | 0.94 | 0.21 | 64.15 | 0.88 | 0.42 |
| Hex | BC | C9 | D | 6 | 0 | 5E | 15 | 40 | 58 | 2A |
| Octal | 274 | 311 | 15 | 6 | 0 | 136 | 25 | 100 | 130 | 52 |
| Binary | 10111100 | 11001001 | 1101 | 110 | 0 | 1011110 | 10101 | 1000000 | 1011000 | 101010 |
Color Harmonies of #BCC90D
Complementary color
Monochromatic Colors of #BCC90D
Black with #BCC90D
Text Example
Text Example
White with #BCC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC90D; }
p { color: rgb(188,201,13); }
H1.HeaderClassName
{
color: #BCC90D;
}
.AnyTagClassName
{
color: #BCC90D;
}
</style>
background-color css
<style>
a { background-color: #BCC90D; }
a { background-color: rgb(188,201,13); }
div.DivClassName
{
background-color: #BCC90D;
}
.BgClassName
{
background-color: #BCC90D;
}
</style>
border-color css
<style>
span { border-color: #BCC90D; }
span { border-color: rgb(188,201,13); }
td.TdClassName
{
border-color: #BCC90D;
}
.TagClassName
{
border-color: #BCC90D;
}
</style>