Shades of La Rioja #C5CC02
Tints of La Rioja #C5CC02
RGB
CMYK
RGB Variations
Color information
#C5CC02 (or 0xC5CC02) is known color: La Rioja. HEX triplet: C5, CC and 02. RGB value is (197,204,2). Sum of RGB (Red+Green+Blue) = 197+204+2=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC02 is #3A33FD. Grayscale: #B3B3B3. Windows color (decimal): -3814398 or 183493. OLE color: 183493.
HSL color Cylindrical-coordinate representation of color #C5CC02: hue angle of 62.08º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5CC02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.2 |
| HSL | 62.08º | 0.98% | 0.4% | - |
| HSV(B) | 62.08º | 0.99% | 0.8% | - |
| XYZ | 44.63 | 55.06 | 8.33 | - |
| YUV | 178.88 | 28.18 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 2 | 0.03 | 0 | 0.99 | 0.2 | 62.08 | 0.98 | 0.4 |
| Hex | C5 | CC | 2 | 3 | 0 | 63 | 14 | 3E | 62 | 28 |
| Octal | 305 | 314 | 2 | 3 | 0 | 143 | 24 | 76 | 142 | 50 |
| Binary | 11000101 | 11001100 | 10 | 11 | 0 | 1100011 | 10100 | 111110 | 1100010 | 101000 |
Color Harmonies of #C5CC02
Complementary color
Monochromatic Colors of #C5CC02
Black with #C5CC02
Text Example
Text Example
White with #C5CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CC02; }
p { color: rgb(197,204,2); }
H1.HeaderClassName
{
color: #C5CC02;
}
.AnyTagClassName
{
color: #C5CC02;
}
</style>
background-color css
<style>
a { background-color: #C5CC02; }
a { background-color: rgb(197,204,2); }
div.DivClassName
{
background-color: #C5CC02;
}
.BgClassName
{
background-color: #C5CC02;
}
</style>
border-color css
<style>
span { border-color: #C5CC02; }
span { border-color: rgb(197,204,2); }
td.TdClassName
{
border-color: #C5CC02;
}
.TagClassName
{
border-color: #C5CC02;
}
</style>