Shades of La Rioja #BCCB09
Tints of La Rioja #BCCB09
RGB
CMYK
RGB Variations
Color information
#BCCB09 (or 0xBCCB09) is known color: La Rioja. HEX triplet: BC, CB and 09. RGB value is (188,203,9). Sum of RGB (Red+Green+Blue) = 188+203+9=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB09 is #4334F6. Grayscale: #B1B1B1. Windows color (decimal): -4404471 or 641980. OLE color: 641980.
HSL color Cylindrical-coordinate representation of color #BCCB09: hue angle of 64.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCCB09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.20 |
| HSL | 64.64º | 0.92% | 0.42% | - |
| HSV(B) | 64.64º | 0.96% | 0.8% | - |
| XYZ | 42.14 | 53.42 | 8.35 | - |
| YUV | 176.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 9 | 0.07 | 0 | 0.96 | 0.20 | 64.64 | 0.92 | 0.42 |
| Hex | BC | CB | 9 | 7 | 0 | 60 | 14 | 41 | 5C | 2A |
| Octal | 274 | 313 | 11 | 7 | 0 | 140 | 24 | 101 | 134 | 52 |
| Binary | 10111100 | 11001011 | 1001 | 111 | 0 | 1100000 | 10100 | 1000001 | 1011100 | 101010 |
Color Harmonies of #BCCB09
Complementary color
Monochromatic Colors of #BCCB09
Black with #BCCB09
Text Example
Text Example
White with #BCCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB09; }
p { color: rgb(188,203,9); }
H1.HeaderClassName
{
color: #BCCB09;
}
.AnyTagClassName
{
color: #BCCB09;
}
</style>
background-color css
<style>
a { background-color: #BCCB09; }
a { background-color: rgb(188,203,9); }
div.DivClassName
{
background-color: #BCCB09;
}
.BgClassName
{
background-color: #BCCB09;
}
</style>
border-color css
<style>
span { border-color: #BCCB09; }
span { border-color: rgb(188,203,9); }
td.TdClassName
{
border-color: #BCCB09;
}
.TagClassName
{
border-color: #BCCB09;
}
</style>