Shades of La Rioja #C5B902
Tints of La Rioja #C5B902
RGB
CMYK
RGB Variations
Color information
#C5B902 (or 0xC5B902) is known color: La Rioja. HEX triplet: C5, B9 and 02. RGB value is (197,185,2). Sum of RGB (Red+Green+Blue) = 197+185+2=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B902 is #3A46FD. Grayscale: #A8A8A8. Windows color (decimal): -3819262 or 178629. OLE color: 178629.
HSL color Cylindrical-coordinate representation of color #C5B902: hue angle of 56.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5B902 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.23 |
| HSL | 56.31º | 0.98% | 0.39% | - |
| HSV(B) | 56.31º | 0.99% | 0.77% | - |
| XYZ | 40.39 | 46.57 | 6.92 | - |
| YUV | 167.73 | 34.48 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 2 | 0 | 0.06 | 0.99 | 0.23 | 56.31 | 0.98 | 0.39 |
| Hex | C5 | B9 | 2 | 0 | 6 | 63 | 17 | 38 | 62 | 27 |
| Octal | 305 | 271 | 2 | 0 | 6 | 143 | 27 | 70 | 142 | 47 |
| Binary | 11000101 | 10111001 | 10 | 0 | 110 | 1100011 | 10111 | 111000 | 1100010 | 100111 |
Color Harmonies of #C5B902
Complementary color
Monochromatic Colors of #C5B902
Black with #C5B902
Text Example
Text Example
White with #C5B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B902; }
p { color: rgb(197,185,2); }
H1.HeaderClassName
{
color: #C5B902;
}
.AnyTagClassName
{
color: #C5B902;
}
</style>
background-color css
<style>
a { background-color: #C5B902; }
a { background-color: rgb(197,185,2); }
div.DivClassName
{
background-color: #C5B902;
}
.BgClassName
{
background-color: #C5B902;
}
</style>
border-color css
<style>
span { border-color: #C5B902; }
span { border-color: rgb(197,185,2); }
td.TdClassName
{
border-color: #C5B902;
}
.TagClassName
{
border-color: #C5B902;
}
</style>