Shades of La Rioja #BCCB05
Tints of La Rioja #BCCB05
RGB
CMYK
RGB Variations
Color information
#BCCB05 (or 0xBCCB05) is known color: La Rioja. HEX triplet: BC, CB and 05. RGB value is (188,203,5). Sum of RGB (Red+Green+Blue) = 188+203+5=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB05 is #4334FA. Grayscale: #B0B0B0. Windows color (decimal): -4404475 or 379836. OLE color: 379836.
HSL color Cylindrical-coordinate representation of color #BCCB05: hue angle of 64.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCCB05 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 5 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.20 |
| HSL | 64.55º | 0.95% | 0.41% | - |
| HSV(B) | 64.55º | 0.98% | 0.8% | - |
| XYZ | 42.12 | 53.41 | 8.23 | - |
| YUV | 175.94 | 31.53 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 5 | 0.07 | 0 | 0.98 | 0.20 | 64.55 | 0.95 | 0.41 |
| Hex | BC | CB | 5 | 7 | 0 | 62 | 14 | 41 | 5F | 29 |
| Octal | 274 | 313 | 5 | 7 | 0 | 142 | 24 | 101 | 137 | 51 |
| Binary | 10111100 | 11001011 | 101 | 111 | 0 | 1100010 | 10100 | 1000001 | 1011111 | 101001 |
Color Harmonies of #BCCB05
Complementary color
Monochromatic Colors of #BCCB05
Black with #BCCB05
Text Example
Text Example
White with #BCCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB05; }
p { color: rgb(188,203,5); }
H1.HeaderClassName
{
color: #BCCB05;
}
.AnyTagClassName
{
color: #BCCB05;
}
</style>
background-color css
<style>
a { background-color: #BCCB05; }
a { background-color: rgb(188,203,5); }
div.DivClassName
{
background-color: #BCCB05;
}
.BgClassName
{
background-color: #BCCB05;
}
</style>
border-color css
<style>
span { border-color: #BCCB05; }
span { border-color: rgb(188,203,5); }
td.TdClassName
{
border-color: #BCCB05;
}
.TagClassName
{
border-color: #BCCB05;
}
</style>