Shades of La Rioja #C6D206
Tints of La Rioja #C6D206
RGB
CMYK
RGB Variations
Color information
#C6D206 (or 0xC6D206) is known color: La Rioja. HEX triplet: C6, D2 and 06. RGB value is (198,210,6). Sum of RGB (Red+Green+Blue) = 198+210+6=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D206 is #392DF9. Grayscale: #B7B7B7. Windows color (decimal): -3747322 or 447174. OLE color: 447174.
HSL color Cylindrical-coordinate representation of color #C6D206: hue angle of 63.53º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6D206 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.18 |
| HSL | 63.53º | 0.94% | 0.42% | - |
| HSV(B) | 63.53º | 0.97% | 0.82% | - |
| XYZ | 46.37 | 58.11 | 8.95 | - |
| YUV | 183.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 6 | 0.06 | 0 | 0.97 | 0.18 | 63.53 | 0.94 | 0.42 |
| Hex | C6 | D2 | 6 | 6 | 0 | 61 | 12 | 40 | 5E | 2A |
| Octal | 306 | 322 | 6 | 6 | 0 | 141 | 22 | 100 | 136 | 52 |
| Binary | 11000110 | 11010010 | 110 | 110 | 0 | 1100001 | 10010 | 1000000 | 1011110 | 101010 |
Color Harmonies of #C6D206
Complementary color
Monochromatic Colors of #C6D206
Black with #C6D206
Text Example
Text Example
White with #C6D206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D206; }
p { color: rgb(198,210,6); }
H1.HeaderClassName
{
color: #C6D206;
}
.AnyTagClassName
{
color: #C6D206;
}
</style>
background-color css
<style>
a { background-color: #C6D206; }
a { background-color: rgb(198,210,6); }
div.DivClassName
{
background-color: #C6D206;
}
.BgClassName
{
background-color: #C6D206;
}
</style>
border-color css
<style>
span { border-color: #C6D206; }
span { border-color: rgb(198,210,6); }
td.TdClassName
{
border-color: #C6D206;
}
.TagClassName
{
border-color: #C6D206;
}
</style>