Shades of La Rioja #BCC60B
Tints of La Rioja #BCC60B
RGB
CMYK
RGB Variations
Color information
#BCC60B (or 0xBCC60B) is known color: La Rioja. HEX triplet: BC, C6 and 0B. RGB value is (188,198,11). Sum of RGB (Red+Green+Blue) = 188+198+11=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC60B is #4339F4. Grayscale: #AEAEAE. Windows color (decimal): -4405749 or 771772. OLE color: 771772.
HSL color Cylindrical-coordinate representation of color #BCC60B: hue angle of 63.21º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC60B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.22 |
| HSL | 63.21º | 0.89% | 0.41% | - |
| HSV(B) | 63.21º | 0.94% | 0.78% | - |
| XYZ | 40.99 | 51.1 | 8.02 | - |
| YUV | 173.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 11 | 0.05 | 0 | 0.94 | 0.22 | 63.21 | 0.89 | 0.41 |
| Hex | BC | C6 | B | 5 | 0 | 5E | 16 | 3F | 59 | 29 |
| Octal | 274 | 306 | 13 | 5 | 0 | 136 | 26 | 77 | 131 | 51 |
| Binary | 10111100 | 11000110 | 1011 | 101 | 0 | 1011110 | 10110 | 111111 | 1011001 | 101001 |
Color Harmonies of #BCC60B
Complementary color
Monochromatic Colors of #BCC60B
Black with #BCC60B
Text Example
Text Example
White with #BCC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC60B; }
p { color: rgb(188,198,11); }
H1.HeaderClassName
{
color: #BCC60B;
}
.AnyTagClassName
{
color: #BCC60B;
}
</style>
background-color css
<style>
a { background-color: #BCC60B; }
a { background-color: rgb(188,198,11); }
div.DivClassName
{
background-color: #BCC60B;
}
.BgClassName
{
background-color: #BCC60B;
}
</style>
border-color css
<style>
span { border-color: #BCC60B; }
span { border-color: rgb(188,198,11); }
td.TdClassName
{
border-color: #BCC60B;
}
.TagClassName
{
border-color: #BCC60B;
}
</style>