Shades of La Rioja #C6D50A
Tints of La Rioja #C6D50A
RGB
CMYK
RGB Variations
Color information
#C6D50A (or 0xC6D50A) is known color: La Rioja. HEX triplet: C6, D5 and 0A. RGB value is (198,213,10). Sum of RGB (Red+Green+Blue) = 198+213+10=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D50A is #392AF5. Grayscale: #BABABA. Windows color (decimal): -3746550 or 710086. OLE color: 710086.
HSL color Cylindrical-coordinate representation of color #C6D50A: hue angle of 64.43º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6D50A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.16 |
| HSL | 64.43º | 0.91% | 0.44% | - |
| HSV(B) | 64.43º | 0.95% | 0.84% | - |
| XYZ | 47.14 | 59.62 | 9.31 | - |
| YUV | 185.37 | 29.03 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 10 | 0.07 | 0 | 0.95 | 0.16 | 64.43 | 0.91 | 0.44 |
| Hex | C6 | D5 | A | 7 | 0 | 5F | 10 | 40 | 5B | 2C |
| Octal | 306 | 325 | 12 | 7 | 0 | 137 | 20 | 100 | 133 | 54 |
| Binary | 11000110 | 11010101 | 1010 | 111 | 0 | 1011111 | 10000 | 1000000 | 1011011 | 101100 |
Color Harmonies of #C6D50A
Complementary color
Monochromatic Colors of #C6D50A
Black with #C6D50A
Text Example
Text Example
White with #C6D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D50A; }
p { color: rgb(198,213,10); }
H1.HeaderClassName
{
color: #C6D50A;
}
.AnyTagClassName
{
color: #C6D50A;
}
</style>
background-color css
<style>
a { background-color: #C6D50A; }
a { background-color: rgb(198,213,10); }
div.DivClassName
{
background-color: #C6D50A;
}
.BgClassName
{
background-color: #C6D50A;
}
</style>
border-color css
<style>
span { border-color: #C6D50A; }
span { border-color: rgb(198,213,10); }
td.TdClassName
{
border-color: #C6D50A;
}
.TagClassName
{
border-color: #C6D50A;
}
</style>