Shades of La Rioja #BCC40B
Tints of La Rioja #BCC40B
RGB
CMYK
RGB Variations
Color information
#BCC40B (or 0xBCC40B) is known color: La Rioja. HEX triplet: BC, C4 and 0B. RGB value is (188,196,11). Sum of RGB (Red+Green+Blue) = 188+196+11=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC40B is #433BF4. Grayscale: #ADADAD. Windows color (decimal): -4406261 or 771260. OLE color: 771260.
HSL color Cylindrical-coordinate representation of color #BCC40B: hue angle of 62.59º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC40B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.23 |
| HSL | 62.59º | 0.89% | 0.41% | - |
| HSV(B) | 62.59º | 0.94% | 0.77% | - |
| XYZ | 40.54 | 50.2 | 7.87 | - |
| YUV | 172.52 | 36.85 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 11 | 0.04 | 0 | 0.94 | 0.23 | 62.59 | 0.89 | 0.41 |
| Hex | BC | C4 | B | 4 | 0 | 5E | 17 | 3F | 59 | 29 |
| Octal | 274 | 304 | 13 | 4 | 0 | 136 | 27 | 77 | 131 | 51 |
| Binary | 10111100 | 11000100 | 1011 | 100 | 0 | 1011110 | 10111 | 111111 | 1011001 | 101001 |
Color Harmonies of #BCC40B
Complementary color
Monochromatic Colors of #BCC40B
Black with #BCC40B
Text Example
Text Example
White with #BCC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC40B; }
p { color: rgb(188,196,11); }
H1.HeaderClassName
{
color: #BCC40B;
}
.AnyTagClassName
{
color: #BCC40B;
}
</style>
background-color css
<style>
a { background-color: #BCC40B; }
a { background-color: rgb(188,196,11); }
div.DivClassName
{
background-color: #BCC40B;
}
.BgClassName
{
background-color: #BCC40B;
}
</style>
border-color css
<style>
span { border-color: #BCC40B; }
span { border-color: rgb(188,196,11); }
td.TdClassName
{
border-color: #BCC40B;
}
.TagClassName
{
border-color: #BCC40B;
}
</style>