Shades of La Rioja #C3BA00
Tints of La Rioja #C3BA00
RGB
CMYK
RGB Variations
Color information
#C3BA00 (or 0xC3BA00) is known color: La Rioja. HEX triplet: C3, BA and 00. RGB value is (195,186,0). Sum of RGB (Red+Green+Blue) = 195+186+0=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA00 is #3C45FF. Grayscale: #A8A8A8. Windows color (decimal): -3950080 or 47811. OLE color: 47811.
HSL color Cylindrical-coordinate representation of color #C3BA00: hue angle of 57.23º 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 #C3BA00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.24 |
| HSL | 57.23º | 1% | 0.38% | - |
| HSV(B) | 57.23º | 1% | 0.76% | - |
| XYZ | 40.06 | 46.72 | 6.91 | - |
| YUV | 167.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 0 | 0 | 0.05 | 1 | 0.24 | 57.23 | 1 | 0.38 |
| Hex | C3 | BA | 0 | 0 | 5 | 64 | 18 | 39 | 64 | 26 |
| Octal | 303 | 272 | 0 | 0 | 5 | 144 | 30 | 71 | 144 | 46 |
| Binary | 11000011 | 10111010 | 0 | 0 | 101 | 1100100 | 11000 | 111001 | 1100100 | 100110 |
Color Harmonies of #C3BA00
Complementary color
Monochromatic Colors of #C3BA00
Black with #C3BA00
Text Example
Text Example
White with #C3BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA00; }
p { color: rgb(195,186,0); }
H1.HeaderClassName
{
color: #C3BA00;
}
.AnyTagClassName
{
color: #C3BA00;
}
</style>
background-color css
<style>
a { background-color: #C3BA00; }
a { background-color: rgb(195,186,0); }
div.DivClassName
{
background-color: #C3BA00;
}
.BgClassName
{
background-color: #C3BA00;
}
</style>
border-color css
<style>
span { border-color: #C3BA00; }
span { border-color: rgb(195,186,0); }
td.TdClassName
{
border-color: #C3BA00;
}
.TagClassName
{
border-color: #C3BA00;
}
</style>