Shades of La Rioja #C1BA00
Tints of La Rioja #C1BA00
RGB
CMYK
RGB Variations
Color information
#C1BA00 (or 0xC1BA00) is known color: La Rioja. HEX triplet: C1, BA and 00. RGB value is (193,186,0). Sum of RGB (Red+Green+Blue) = 193+186+0=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA00 is #3E45FF. Grayscale: #A7A7A7. Windows color (decimal): -4081152 or 47809. OLE color: 47809.
HSL color Cylindrical-coordinate representation of color #C1BA00: hue angle of 57.82º 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 #C1BA00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.24 |
| HSL | 57.82º | 1% | 0.38% | - |
| HSV(B) | 57.82º | 1% | 0.76% | - |
| XYZ | 39.55 | 46.46 | 6.88 | - |
| YUV | 166.89 | 33.82 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 0 | 0 | 0.04 | 1 | 0.24 | 57.82 | 1 | 0.38 |
| Hex | C1 | BA | 0 | 0 | 4 | 64 | 18 | 3A | 64 | 26 |
| Octal | 301 | 272 | 0 | 0 | 4 | 144 | 30 | 72 | 144 | 46 |
| Binary | 11000001 | 10111010 | 0 | 0 | 100 | 1100100 | 11000 | 111010 | 1100100 | 100110 |
Color Harmonies of #C1BA00
Complementary color
Monochromatic Colors of #C1BA00
Black with #C1BA00
Text Example
Text Example
White with #C1BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA00; }
p { color: rgb(193,186,0); }
H1.HeaderClassName
{
color: #C1BA00;
}
.AnyTagClassName
{
color: #C1BA00;
}
</style>
background-color css
<style>
a { background-color: #C1BA00; }
a { background-color: rgb(193,186,0); }
div.DivClassName
{
background-color: #C1BA00;
}
.BgClassName
{
background-color: #C1BA00;
}
</style>
border-color css
<style>
span { border-color: #C1BA00; }
span { border-color: rgb(193,186,0); }
td.TdClassName
{
border-color: #C1BA00;
}
.TagClassName
{
border-color: #C1BA00;
}
</style>