Shades of La Rioja #BCC70B
Tints of La Rioja #BCC70B
RGB
CMYK
RGB Variations
Color information
#BCC70B (or 0xBCC70B) is known color: La Rioja. HEX triplet: BC, C7 and 0B. RGB value is (188,199,11). Sum of RGB (Red+Green+Blue) = 188+199+11=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC70B is #4338F4. Grayscale: #AFAFAF. Windows color (decimal): -4405493 or 772028. OLE color: 772028.
HSL color Cylindrical-coordinate representation of color #BCC70B: hue angle of 63.51º degrees, saturation: 0.9, 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 #BCC70B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.22 |
| HSL | 63.51º | 0.9% | 0.41% | - |
| HSV(B) | 63.51º | 0.94% | 0.78% | - |
| XYZ | 41.22 | 51.56 | 8.1 | - |
| YUV | 174.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 11 | 0.06 | 0 | 0.94 | 0.22 | 63.51 | 0.9 | 0.41 |
| Hex | BC | C7 | B | 6 | 0 | 5E | 16 | 40 | 5A | 29 |
| Octal | 274 | 307 | 13 | 6 | 0 | 136 | 26 | 100 | 132 | 51 |
| Binary | 10111100 | 11000111 | 1011 | 110 | 0 | 1011110 | 10110 | 1000000 | 1011010 | 101001 |
Color Harmonies of #BCC70B
Complementary color
Monochromatic Colors of #BCC70B
Black with #BCC70B
Text Example
Text Example
White with #BCC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC70B; }
p { color: rgb(188,199,11); }
H1.HeaderClassName
{
color: #BCC70B;
}
.AnyTagClassName
{
color: #BCC70B;
}
</style>
background-color css
<style>
a { background-color: #BCC70B; }
a { background-color: rgb(188,199,11); }
div.DivClassName
{
background-color: #BCC70B;
}
.BgClassName
{
background-color: #BCC70B;
}
</style>
border-color css
<style>
span { border-color: #BCC70B; }
span { border-color: rgb(188,199,11); }
td.TdClassName
{
border-color: #BCC70B;
}
.TagClassName
{
border-color: #BCC70B;
}
</style>