Shades of La Rioja #BCC015
Tints of La Rioja #BCC015
RGB
CMYK
RGB Variations
Color information
#BCC015 (or 0xBCC015) is known color: La Rioja. HEX triplet: BC, C0 and 15. RGB value is (188,192,21). Sum of RGB (Red+Green+Blue) = 188+192+21=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC015 is #433FEA. Grayscale: #ABABAB. Windows color (decimal): -4407275 or 1425596. OLE color: 1425596.
HSL color Cylindrical-coordinate representation of color #BCC015: hue angle of 61.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC015 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 21 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.25 |
| HSL | 61.4º | 0.8% | 0.42% | - |
| HSV(B) | 61.4º | 0.89% | 0.75% | - |
| XYZ | 39.72 | 48.44 | 7.97 | - |
| YUV | 171.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 21 | 0.02 | 0 | 0.89 | 0.25 | 61.4 | 0.8 | 0.42 |
| Hex | BC | C0 | 15 | 2 | 0 | 59 | 19 | 3D | 50 | 2A |
| Octal | 274 | 300 | 25 | 2 | 0 | 131 | 31 | 75 | 120 | 52 |
| Binary | 10111100 | 11000000 | 10101 | 10 | 0 | 1011001 | 11001 | 111101 | 1010000 | 101010 |
Color Harmonies of #BCC015
Complementary color
Monochromatic Colors of #BCC015
Black with #BCC015
Text Example
Text Example
White with #BCC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC015; }
p { color: rgb(188,192,21); }
H1.HeaderClassName
{
color: #BCC015;
}
.AnyTagClassName
{
color: #BCC015;
}
</style>
background-color css
<style>
a { background-color: #BCC015; }
a { background-color: rgb(188,192,21); }
div.DivClassName
{
background-color: #BCC015;
}
.BgClassName
{
background-color: #BCC015;
}
</style>
border-color css
<style>
span { border-color: #BCC015; }
span { border-color: rgb(188,192,21); }
td.TdClassName
{
border-color: #BCC015;
}
.TagClassName
{
border-color: #BCC015;
}
</style>