Shades of La Rioja #C2BC00
Tints of La Rioja #C2BC00
RGB
CMYK
RGB Variations
Color information
#C2BC00 (or 0xC2BC00) is known color: La Rioja. HEX triplet: C2, BC and 00. RGB value is (194,188,0). Sum of RGB (Red+Green+Blue) = 194+188+0=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC00 is #3D43FF. Grayscale: #A9A9A9. Windows color (decimal): -4015104 or 48322. OLE color: 48322.
HSL color Cylindrical-coordinate representation of color #C2BC00: hue angle of 58.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2BC00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.24 |
| HSL | 58.14º | 1% | 0.38% | - |
| HSV(B) | 58.14º | 1% | 0.76% | - |
| XYZ | 40.23 | 47.44 | 7.04 | - |
| YUV | 168.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 0 | 0 | 0.03 | 1 | 0.24 | 58.14 | 1 | 0.38 |
| Hex | C2 | BC | 0 | 0 | 3 | 64 | 18 | 3A | 64 | 26 |
| Octal | 302 | 274 | 0 | 0 | 3 | 144 | 30 | 72 | 144 | 46 |
| Binary | 11000010 | 10111100 | 0 | 0 | 11 | 1100100 | 11000 | 111010 | 1100100 | 100110 |
Color Harmonies of #C2BC00
Complementary color
Monochromatic Colors of #C2BC00
Black with #C2BC00
Text Example
Text Example
White with #C2BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC00; }
p { color: rgb(194,188,0); }
H1.HeaderClassName
{
color: #C2BC00;
}
.AnyTagClassName
{
color: #C2BC00;
}
</style>
background-color css
<style>
a { background-color: #C2BC00; }
a { background-color: rgb(194,188,0); }
div.DivClassName
{
background-color: #C2BC00;
}
.BgClassName
{
background-color: #C2BC00;
}
</style>
border-color css
<style>
span { border-color: #C2BC00; }
span { border-color: rgb(194,188,0); }
td.TdClassName
{
border-color: #C2BC00;
}
.TagClassName
{
border-color: #C2BC00;
}
</style>