Shades of La Rioja #C5B90B
Tints of La Rioja #C5B90B
RGB
CMYK
RGB Variations
Color information
#C5B90B (or 0xC5B90B) is known color: La Rioja. HEX triplet: C5, B9 and 0B. RGB value is (197,185,11). Sum of RGB (Red+Green+Blue) = 197+185+11=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B90B is #3A46F4. Grayscale: #A9A9A9. Windows color (decimal): -3819253 or 768453. OLE color: 768453.
HSL color Cylindrical-coordinate representation of color #C5B90B: hue angle of 56.13º 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 #C5B90B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.23 |
| HSL | 56.13º | 0.89% | 0.41% | - |
| HSV(B) | 56.13º | 0.94% | 0.77% | - |
| XYZ | 40.44 | 46.59 | 7.18 | - |
| YUV | 168.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 11 | 0 | 0.06 | 0.94 | 0.23 | 56.13 | 0.89 | 0.41 |
| Hex | C5 | B9 | B | 0 | 6 | 5E | 17 | 38 | 59 | 29 |
| Octal | 305 | 271 | 13 | 0 | 6 | 136 | 27 | 70 | 131 | 51 |
| Binary | 11000101 | 10111001 | 1011 | 0 | 110 | 1011110 | 10111 | 111000 | 1011001 | 101001 |
Color Harmonies of #C5B90B
Complementary color
Monochromatic Colors of #C5B90B
Black with #C5B90B
Text Example
Text Example
White with #C5B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B90B; }
p { color: rgb(197,185,11); }
H1.HeaderClassName
{
color: #C5B90B;
}
.AnyTagClassName
{
color: #C5B90B;
}
</style>
background-color css
<style>
a { background-color: #C5B90B; }
a { background-color: rgb(197,185,11); }
div.DivClassName
{
background-color: #C5B90B;
}
.BgClassName
{
background-color: #C5B90B;
}
</style>
border-color css
<style>
span { border-color: #C5B90B; }
span { border-color: rgb(197,185,11); }
td.TdClassName
{
border-color: #C5B90B;
}
.TagClassName
{
border-color: #C5B90B;
}
</style>