Shades of La Rioja #BCCB0B
Tints of La Rioja #BCCB0B
RGB
CMYK
RGB Variations
Color information
#BCCB0B (or 0xBCCB0B) is known color: La Rioja. HEX triplet: BC, CB and 0B. RGB value is (188,203,11). Sum of RGB (Red+Green+Blue) = 188+203+11=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB0B is #4334F4. Grayscale: #B1B1B1. Windows color (decimal): -4404469 or 773052. OLE color: 773052.
HSL color Cylindrical-coordinate representation of color #BCCB0B: hue angle of 64.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCCB0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.20 |
| HSL | 64.69º | 0.9% | 0.42% | - |
| HSV(B) | 64.69º | 0.95% | 0.8% | - |
| XYZ | 42.16 | 53.43 | 8.41 | - |
| YUV | 176.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 11 | 0.07 | 0 | 0.95 | 0.20 | 64.69 | 0.9 | 0.42 |
| Hex | BC | CB | B | 7 | 0 | 5F | 14 | 41 | 5A | 2A |
| Octal | 274 | 313 | 13 | 7 | 0 | 137 | 24 | 101 | 132 | 52 |
| Binary | 10111100 | 11001011 | 1011 | 111 | 0 | 1011111 | 10100 | 1000001 | 1011010 | 101010 |
Color Harmonies of #BCCB0B
Complementary color
Monochromatic Colors of #BCCB0B
Black with #BCCB0B
Text Example
Text Example
White with #BCCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB0B; }
p { color: rgb(188,203,11); }
H1.HeaderClassName
{
color: #BCCB0B;
}
.AnyTagClassName
{
color: #BCCB0B;
}
</style>
background-color css
<style>
a { background-color: #BCCB0B; }
a { background-color: rgb(188,203,11); }
div.DivClassName
{
background-color: #BCCB0B;
}
.BgClassName
{
background-color: #BCCB0B;
}
</style>
border-color css
<style>
span { border-color: #BCCB0B; }
span { border-color: rgb(188,203,11); }
td.TdClassName
{
border-color: #BCCB0B;
}
.TagClassName
{
border-color: #BCCB0B;
}
</style>