Shades of La Rioja #C5CA00
Tints of La Rioja #C5CA00
RGB
CMYK
RGB Variations
Color information
#C5CA00 (or 0xC5CA00) is known color: La Rioja. HEX triplet: C5, CA and 00. RGB value is (197,202,0). Sum of RGB (Red+Green+Blue) = 197+202+0=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CA00 is #3A35FF. Grayscale: #B2B2B2. Windows color (decimal): -3814912 or 51909. OLE color: 51909.
HSL color Cylindrical-coordinate representation of color #C5CA00: hue angle of 61.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5CA00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.21 |
| HSL | 61.49º | 1% | 0.4% | - |
| HSV(B) | 61.49º | 1% | 0.79% | - |
| XYZ | 44.15 | 54.11 | 8.12 | - |
| YUV | 177.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 0 | 0.02 | 0 | 1 | 0.21 | 61.49 | 1 | 0.4 |
| Hex | C5 | CA | 0 | 2 | 0 | 64 | 15 | 3D | 64 | 28 |
| Octal | 305 | 312 | 0 | 2 | 0 | 144 | 25 | 75 | 144 | 50 |
| Binary | 11000101 | 11001010 | 0 | 10 | 0 | 1100100 | 10101 | 111101 | 1100100 | 101000 |
Color Harmonies of #C5CA00
Complementary color
Monochromatic Colors of #C5CA00
Black with #C5CA00
Text Example
Text Example
White with #C5CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA00; }
p { color: rgb(197,202,0); }
H1.HeaderClassName
{
color: #C5CA00;
}
.AnyTagClassName
{
color: #C5CA00;
}
</style>
background-color css
<style>
a { background-color: #C5CA00; }
a { background-color: rgb(197,202,0); }
div.DivClassName
{
background-color: #C5CA00;
}
.BgClassName
{
background-color: #C5CA00;
}
</style>
border-color css
<style>
span { border-color: #C5CA00; }
span { border-color: rgb(197,202,0); }
td.TdClassName
{
border-color: #C5CA00;
}
.TagClassName
{
border-color: #C5CA00;
}
</style>