Shades of La Rioja #C5BC0B
Tints of La Rioja #C5BC0B
RGB
CMYK
RGB Variations
Color information
#C5BC0B (or 0xC5BC0B) is known color: La Rioja. HEX triplet: C5, BC and 0B. RGB value is (197,188,11). Sum of RGB (Red+Green+Blue) = 197+188+11=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BC0B is #3A43F4. Grayscale: #ABABAB. Windows color (decimal): -3818485 or 769221. OLE color: 769221.
HSL color Cylindrical-coordinate representation of color #C5BC0B: hue angle of 57.1º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5BC0B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.23 |
| HSL | 57.1º | 0.89% | 0.41% | - |
| HSV(B) | 57.1º | 0.94% | 0.77% | - |
| XYZ | 41.07 | 47.86 | 7.39 | - |
| YUV | 170.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 11 | 0 | 0.05 | 0.94 | 0.23 | 57.1 | 0.89 | 0.41 |
| Hex | C5 | BC | B | 0 | 5 | 5E | 17 | 39 | 59 | 29 |
| Octal | 305 | 274 | 13 | 0 | 5 | 136 | 27 | 71 | 131 | 51 |
| Binary | 11000101 | 10111100 | 1011 | 0 | 101 | 1011110 | 10111 | 111001 | 1011001 | 101001 |
Color Harmonies of #C5BC0B
Complementary color
Monochromatic Colors of #C5BC0B
Black with #C5BC0B
Text Example
Text Example
White with #C5BC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC0B; }
p { color: rgb(197,188,11); }
H1.HeaderClassName
{
color: #C5BC0B;
}
.AnyTagClassName
{
color: #C5BC0B;
}
</style>
background-color css
<style>
a { background-color: #C5BC0B; }
a { background-color: rgb(197,188,11); }
div.DivClassName
{
background-color: #C5BC0B;
}
.BgClassName
{
background-color: #C5BC0B;
}
</style>
border-color css
<style>
span { border-color: #C5BC0B; }
span { border-color: rgb(197,188,11); }
td.TdClassName
{
border-color: #C5BC0B;
}
.TagClassName
{
border-color: #C5BC0B;
}
</style>