Shades of La Rioja #C6D70B
Tints of La Rioja #C6D70B
RGB
CMYK
RGB Variations
Color information
#C6D70B (or 0xC6D70B) is known color: La Rioja. HEX triplet: C6, D7 and 0B. RGB value is (198,215,11). Sum of RGB (Red+Green+Blue) = 198+215+11=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D70B is #3928F4. Grayscale: #BBBBBB. Windows color (decimal): -3746037 or 776134. OLE color: 776134.
HSL color Cylindrical-coordinate representation of color #C6D70B: hue angle of 65º degrees, saturation: 0.9, 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 #C6D70B is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 215 | 11 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.16 |
| HSL | 65º | 0.9% | 0.44% | - |
| HSV(B) | 65º | 0.95% | 0.84% | - |
| XYZ | 47.65 | 60.63 | 9.51 | - |
| YUV | 186.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 215 | 11 | 0.08 | 0 | 0.95 | 0.16 | 65 | 0.9 | 0.44 |
| Hex | C6 | D7 | B | 8 | 0 | 5F | 10 | 41 | 5A | 2C |
| Octal | 306 | 327 | 13 | 10 | 0 | 137 | 20 | 101 | 132 | 54 |
| Binary | 11000110 | 11010111 | 1011 | 1000 | 0 | 1011111 | 10000 | 1000001 | 1011010 | 101100 |
Color Harmonies of #C6D70B
Complementary color
Monochromatic Colors of #C6D70B
Black with #C6D70B
Text Example
Text Example
White with #C6D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D70B; }
p { color: rgb(198,215,11); }
H1.HeaderClassName
{
color: #C6D70B;
}
.AnyTagClassName
{
color: #C6D70B;
}
</style>
background-color css
<style>
a { background-color: #C6D70B; }
a { background-color: rgb(198,215,11); }
div.DivClassName
{
background-color: #C6D70B;
}
.BgClassName
{
background-color: #C6D70B;
}
</style>
border-color css
<style>
span { border-color: #C6D70B; }
span { border-color: rgb(198,215,11); }
td.TdClassName
{
border-color: #C6D70B;
}
.TagClassName
{
border-color: #C6D70B;
}
</style>