Shades of La Rioja #C3D602
Tints of La Rioja #C3D602
RGB
CMYK
RGB Variations
Color information
#C3D602 (or 0xC3D602) is known color: La Rioja. HEX triplet: C3, D6 and 02. RGB value is (195,214,2). Sum of RGB (Red+Green+Blue) = 195+214+2=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D602 is #3C29FD. Grayscale: #B8B8B8. Windows color (decimal): -3942910 or 186051. OLE color: 186051.
HSL color Cylindrical-coordinate representation of color #C3D602: hue angle of 65.38º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3D602 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.16 |
| HSL | 65.38º | 0.98% | 0.42% | - |
| HSV(B) | 65.38º | 0.99% | 0.84% | - |
| XYZ | 46.56 | 59.7 | 9.13 | - |
| YUV | 184.15 | 25.21 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 2 | 0.09 | 0 | 0.99 | 0.16 | 65.38 | 0.98 | 0.42 |
| Hex | C3 | D6 | 2 | 9 | 0 | 63 | 10 | 41 | 62 | 2A |
| Octal | 303 | 326 | 2 | 11 | 0 | 143 | 20 | 101 | 142 | 52 |
| Binary | 11000011 | 11010110 | 10 | 1001 | 0 | 1100011 | 10000 | 1000001 | 1100010 | 101010 |
Color Harmonies of #C3D602
Complementary color
Monochromatic Colors of #C3D602
Black with #C3D602
Text Example
Text Example
White with #C3D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D602; }
p { color: rgb(195,214,2); }
H1.HeaderClassName
{
color: #C3D602;
}
.AnyTagClassName
{
color: #C3D602;
}
</style>
background-color css
<style>
a { background-color: #C3D602; }
a { background-color: rgb(195,214,2); }
div.DivClassName
{
background-color: #C3D602;
}
.BgClassName
{
background-color: #C3D602;
}
</style>
border-color css
<style>
span { border-color: #C3D602; }
span { border-color: rgb(195,214,2); }
td.TdClassName
{
border-color: #C3D602;
}
.TagClassName
{
border-color: #C3D602;
}
</style>