Shades of La Rioja #BCC00B
Tints of La Rioja #BCC00B
RGB
CMYK
RGB Variations
Color information
#BCC00B (or 0xBCC00B) is known color: La Rioja. HEX triplet: BC, C0 and 0B. RGB value is (188,192,11). Sum of RGB (Red+Green+Blue) = 188+192+11=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC00B is #433FF4. Grayscale: #AAAAAA. Windows color (decimal): -4407285 or 770236. OLE color: 770236.
HSL color Cylindrical-coordinate representation of color #BCC00B: hue angle of 61.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC00B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.25 |
| HSL | 61.33º | 0.89% | 0.4% | - |
| HSV(B) | 61.33º | 0.94% | 0.75% | - |
| XYZ | 39.65 | 48.41 | 7.57 | - |
| YUV | 170.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 11 | 0.02 | 0 | 0.94 | 0.25 | 61.33 | 0.89 | 0.4 |
| Hex | BC | C0 | B | 2 | 0 | 5E | 19 | 3D | 59 | 28 |
| Octal | 274 | 300 | 13 | 2 | 0 | 136 | 31 | 75 | 131 | 50 |
| Binary | 10111100 | 11000000 | 1011 | 10 | 0 | 1011110 | 11001 | 111101 | 1011001 | 101000 |
Color Harmonies of #BCC00B
Complementary color
Monochromatic Colors of #BCC00B
Black with #BCC00B
Text Example
Text Example
White with #BCC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC00B; }
p { color: rgb(188,192,11); }
H1.HeaderClassName
{
color: #BCC00B;
}
.AnyTagClassName
{
color: #BCC00B;
}
</style>
background-color css
<style>
a { background-color: #BCC00B; }
a { background-color: rgb(188,192,11); }
div.DivClassName
{
background-color: #BCC00B;
}
.BgClassName
{
background-color: #BCC00B;
}
</style>
border-color css
<style>
span { border-color: #BCC00B; }
span { border-color: rgb(188,192,11); }
td.TdClassName
{
border-color: #BCC00B;
}
.TagClassName
{
border-color: #BCC00B;
}
</style>