Shades of La Rioja #BCCB10
Tints of La Rioja #BCCB10
RGB
CMYK
RGB Variations
Color information
#BCCB10 (or 0xBCCB10) is known color: La Rioja. HEX triplet: BC, CB and 10. RGB value is (188,203,16). Sum of RGB (Red+Green+Blue) = 188+203+16=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB10 is #4334EF. Grayscale: #B1B1B1. Windows color (decimal): -4404464 or 1100732. OLE color: 1100732.
HSL color Cylindrical-coordinate representation of color #BCCB10: hue angle of 64.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCCB10 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 16 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.20 |
| HSL | 64.81º | 0.85% | 0.43% | - |
| HSV(B) | 64.81º | 0.92% | 0.8% | - |
| XYZ | 42.19 | 53.44 | 8.58 | - |
| YUV | 177.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 16 | 0.07 | 0 | 0.92 | 0.20 | 64.81 | 0.85 | 0.43 |
| Hex | BC | CB | 10 | 7 | 0 | 5C | 14 | 41 | 55 | 2B |
| Octal | 274 | 313 | 20 | 7 | 0 | 134 | 24 | 101 | 125 | 53 |
| Binary | 10111100 | 11001011 | 10000 | 111 | 0 | 1011100 | 10100 | 1000001 | 1010101 | 101011 |
Color Harmonies of #BCCB10
Complementary color
Monochromatic Colors of #BCCB10
Black with #BCCB10
Text Example
Text Example
White with #BCCB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB10; }
p { color: rgb(188,203,16); }
H1.HeaderClassName
{
color: #BCCB10;
}
.AnyTagClassName
{
color: #BCCB10;
}
</style>
background-color css
<style>
a { background-color: #BCCB10; }
a { background-color: rgb(188,203,16); }
div.DivClassName
{
background-color: #BCCB10;
}
.BgClassName
{
background-color: #BCCB10;
}
</style>
border-color css
<style>
span { border-color: #BCCB10; }
span { border-color: rgb(188,203,16); }
td.TdClassName
{
border-color: #BCCB10;
}
.TagClassName
{
border-color: #BCCB10;
}
</style>