Shades of La Rioja #BCC011
Tints of La Rioja #BCC011
RGB
CMYK
RGB Variations
Color information
#BCC011 (or 0xBCC011) is known color: La Rioja. HEX triplet: BC, C0 and 11. RGB value is (188,192,17). Sum of RGB (Red+Green+Blue) = 188+192+17=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC011 is #433FEE. Grayscale: #ABABAB. Windows color (decimal): -4407279 or 1163452. OLE color: 1163452.
HSL color Cylindrical-coordinate representation of color #BCC011: hue angle of 61.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC011 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 17 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.25 |
| HSL | 61.37º | 0.84% | 0.41% | - |
| HSV(B) | 61.37º | 0.91% | 0.75% | - |
| XYZ | 39.69 | 48.43 | 7.79 | - |
| YUV | 170.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 17 | 0.02 | 0 | 0.91 | 0.25 | 61.37 | 0.84 | 0.41 |
| Hex | BC | C0 | 11 | 2 | 0 | 5B | 19 | 3D | 54 | 29 |
| Octal | 274 | 300 | 21 | 2 | 0 | 133 | 31 | 75 | 124 | 51 |
| Binary | 10111100 | 11000000 | 10001 | 10 | 0 | 1011011 | 11001 | 111101 | 1010100 | 101001 |
Color Harmonies of #BCC011
Complementary color
Monochromatic Colors of #BCC011
Black with #BCC011
Text Example
Text Example
White with #BCC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC011; }
p { color: rgb(188,192,17); }
H1.HeaderClassName
{
color: #BCC011;
}
.AnyTagClassName
{
color: #BCC011;
}
</style>
background-color css
<style>
a { background-color: #BCC011; }
a { background-color: rgb(188,192,17); }
div.DivClassName
{
background-color: #BCC011;
}
.BgClassName
{
background-color: #BCC011;
}
</style>
border-color css
<style>
span { border-color: #BCC011; }
span { border-color: rgb(188,192,17); }
td.TdClassName
{
border-color: #BCC011;
}
.TagClassName
{
border-color: #BCC011;
}
</style>