Shades of La Rioja #C5BA04
Tints of La Rioja #C5BA04
RGB
CMYK
RGB Variations
Color information
#C5BA04 (or 0xC5BA04) is known color: La Rioja. HEX triplet: C5, BA and 04. RGB value is (197,186,4). Sum of RGB (Red+Green+Blue) = 197+186+4=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA04 is #3A45FB. Grayscale: #A9A9A9. Windows color (decimal): -3819004 or 309957. OLE color: 309957.
HSL color Cylindrical-coordinate representation of color #C5BA04: hue angle of 56.58º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5BA04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.23 |
| HSL | 56.58º | 0.96% | 0.39% | - |
| HSV(B) | 56.58º | 0.98% | 0.77% | - |
| XYZ | 40.61 | 47 | 7.05 | - |
| YUV | 168.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 4 | 0 | 0.06 | 0.98 | 0.23 | 56.58 | 0.96 | 0.39 |
| Hex | C5 | BA | 4 | 0 | 6 | 62 | 17 | 39 | 60 | 27 |
| Octal | 305 | 272 | 4 | 0 | 6 | 142 | 27 | 71 | 140 | 47 |
| Binary | 11000101 | 10111010 | 100 | 0 | 110 | 1100010 | 10111 | 111001 | 1100000 | 100111 |
Color Harmonies of #C5BA04
Complementary color
Monochromatic Colors of #C5BA04
Black with #C5BA04
Text Example
Text Example
White with #C5BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA04; }
p { color: rgb(197,186,4); }
H1.HeaderClassName
{
color: #C5BA04;
}
.AnyTagClassName
{
color: #C5BA04;
}
</style>
background-color css
<style>
a { background-color: #C5BA04; }
a { background-color: rgb(197,186,4); }
div.DivClassName
{
background-color: #C5BA04;
}
.BgClassName
{
background-color: #C5BA04;
}
</style>
border-color css
<style>
span { border-color: #C5BA04; }
span { border-color: rgb(197,186,4); }
td.TdClassName
{
border-color: #C5BA04;
}
.TagClassName
{
border-color: #C5BA04;
}
</style>