Shades of La Rioja #C5CB02
Tints of La Rioja #C5CB02
RGB
CMYK
RGB Variations
Color information
#C5CB02 (or 0xC5CB02) is known color: La Rioja. HEX triplet: C5, CB and 02. RGB value is (197,203,2). Sum of RGB (Red+Green+Blue) = 197+203+2=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CB02 is #3A34FD. Grayscale: #B3B3B3. Windows color (decimal): -3814654 or 183237. OLE color: 183237.
HSL color Cylindrical-coordinate representation of color #C5CB02: hue angle of 61.79º 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 #C5CB02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.20 |
| HSL | 61.79º | 0.98% | 0.4% | - |
| HSV(B) | 61.79º | 0.99% | 0.8% | - |
| XYZ | 44.39 | 54.59 | 8.25 | - |
| YUV | 178.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 2 | 0.03 | 0 | 0.99 | 0.20 | 61.79 | 0.98 | 0.4 |
| Hex | C5 | CB | 2 | 3 | 0 | 63 | 14 | 3E | 62 | 28 |
| Octal | 305 | 313 | 2 | 3 | 0 | 143 | 24 | 76 | 142 | 50 |
| Binary | 11000101 | 11001011 | 10 | 11 | 0 | 1100011 | 10100 | 111110 | 1100010 | 101000 |
Color Harmonies of #C5CB02
Complementary color
Monochromatic Colors of #C5CB02
Black with #C5CB02
Text Example
Text Example
White with #C5CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB02; }
p { color: rgb(197,203,2); }
H1.HeaderClassName
{
color: #C5CB02;
}
.AnyTagClassName
{
color: #C5CB02;
}
</style>
background-color css
<style>
a { background-color: #C5CB02; }
a { background-color: rgb(197,203,2); }
div.DivClassName
{
background-color: #C5CB02;
}
.BgClassName
{
background-color: #C5CB02;
}
</style>
border-color css
<style>
span { border-color: #C5CB02; }
span { border-color: rgb(197,203,2); }
td.TdClassName
{
border-color: #C5CB02;
}
.TagClassName
{
border-color: #C5CB02;
}
</style>