Shades of La Rioja #C6C90E
Tints of La Rioja #C6C90E
RGB
CMYK
RGB Variations
Color information
#C6C90E (or 0xC6C90E) is known color: La Rioja. HEX triplet: C6, C9 and 0E. RGB value is (198,201,14). Sum of RGB (Red+Green+Blue) = 198+201+14=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C90E is #3936F1. Grayscale: #B3B3B3. Windows color (decimal): -3749618 or 969158. OLE color: 969158.
HSL color Cylindrical-coordinate representation of color #C6C90E: hue angle of 60.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6C90E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.21 |
| HSL | 60.96º | 0.87% | 0.42% | - |
| HSV(B) | 60.96º | 0.93% | 0.79% | - |
| XYZ | 44.25 | 53.81 | 8.47 | - |
| YUV | 178.79 | 35.01 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 14 | 0.01 | 0 | 0.93 | 0.21 | 60.96 | 0.87 | 0.42 |
| Hex | C6 | C9 | E | 1 | 0 | 5D | 15 | 3D | 57 | 2A |
| Octal | 306 | 311 | 16 | 1 | 0 | 135 | 25 | 75 | 127 | 52 |
| Binary | 11000110 | 11001001 | 1110 | 1 | 0 | 1011101 | 10101 | 111101 | 1010111 | 101010 |
Color Harmonies of #C6C90E
Complementary color
Monochromatic Colors of #C6C90E
Black with #C6C90E
Text Example
Text Example
White with #C6C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C90E; }
p { color: rgb(198,201,14); }
H1.HeaderClassName
{
color: #C6C90E;
}
.AnyTagClassName
{
color: #C6C90E;
}
</style>
background-color css
<style>
a { background-color: #C6C90E; }
a { background-color: rgb(198,201,14); }
div.DivClassName
{
background-color: #C6C90E;
}
.BgClassName
{
background-color: #C6C90E;
}
</style>
border-color css
<style>
span { border-color: #C6C90E; }
span { border-color: rgb(198,201,14); }
td.TdClassName
{
border-color: #C6C90E;
}
.TagClassName
{
border-color: #C6C90E;
}
</style>