Shades of La Rioja #BCC010
Tints of La Rioja #BCC010
RGB
CMYK
RGB Variations
Color information
#BCC010 (or 0xBCC010) is known color: La Rioja. HEX triplet: BC, C0 and 10. RGB value is (188,192,16). Sum of RGB (Red+Green+Blue) = 188+192+16=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC010 is #433FEF. Grayscale: #ABABAB. Windows color (decimal): -4407280 or 1097916. OLE color: 1097916.
HSL color Cylindrical-coordinate representation of color #BCC010: hue angle of 61.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCC010 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.25 |
| HSL | 61.36º | 0.85% | 0.41% | - |
| HSV(B) | 61.36º | 0.92% | 0.75% | - |
| XYZ | 39.68 | 48.43 | 7.75 | - |
| YUV | 170.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 16 | 0.02 | 0 | 0.92 | 0.25 | 61.36 | 0.85 | 0.41 |
| Hex | BC | C0 | 10 | 2 | 0 | 5C | 19 | 3D | 55 | 29 |
| Octal | 274 | 300 | 20 | 2 | 0 | 134 | 31 | 75 | 125 | 51 |
| Binary | 10111100 | 11000000 | 10000 | 10 | 0 | 1011100 | 11001 | 111101 | 1010101 | 101001 |
Color Harmonies of #BCC010
Complementary color
Monochromatic Colors of #BCC010
Black with #BCC010
Text Example
Text Example
White with #BCC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC010; }
p { color: rgb(188,192,16); }
H1.HeaderClassName
{
color: #BCC010;
}
.AnyTagClassName
{
color: #BCC010;
}
</style>
background-color css
<style>
a { background-color: #BCC010; }
a { background-color: rgb(188,192,16); }
div.DivClassName
{
background-color: #BCC010;
}
.BgClassName
{
background-color: #BCC010;
}
</style>
border-color css
<style>
span { border-color: #BCC010; }
span { border-color: rgb(188,192,16); }
td.TdClassName
{
border-color: #BCC010;
}
.TagClassName
{
border-color: #BCC010;
}
</style>