Shades of La Rioja #C9D90B
Tints of La Rioja #C9D90B
RGB
CMYK
RGB Variations
Color information
#C9D90B (or 0xC9D90B) is known color: La Rioja. HEX triplet: C9, D9 and 0B. RGB value is (201,217,11). Sum of RGB (Red+Green+Blue) = 201+217+11=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D90B is #3626F4. Grayscale: #BDBDBD. Windows color (decimal): -3548917 or 776649. OLE color: 776649.
HSL color Cylindrical-coordinate representation of color #C9D90B: hue angle of 64.66º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9D90B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.15 |
| HSL | 64.66º | 0.9% | 0.45% | - |
| HSV(B) | 64.66º | 0.95% | 0.85% | - |
| XYZ | 48.96 | 62.07 | 9.72 | - |
| YUV | 188.73 | 27.7 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 11 | 0.07 | 0 | 0.95 | 0.15 | 64.66 | 0.9 | 0.45 |
| Hex | C9 | D9 | B | 7 | 0 | 5F | F | 41 | 5A | 2D |
| Octal | 311 | 331 | 13 | 7 | 0 | 137 | 17 | 101 | 132 | 55 |
| Binary | 11001001 | 11011001 | 1011 | 111 | 0 | 1011111 | 1111 | 1000001 | 1011010 | 101101 |
Color Harmonies of #C9D90B
Complementary color
Monochromatic Colors of #C9D90B
Black with #C9D90B
Text Example
Text Example
White with #C9D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D90B; }
p { color: rgb(201,217,11); }
H1.HeaderClassName
{
color: #C9D90B;
}
.AnyTagClassName
{
color: #C9D90B;
}
</style>
background-color css
<style>
a { background-color: #C9D90B; }
a { background-color: rgb(201,217,11); }
div.DivClassName
{
background-color: #C9D90B;
}
.BgClassName
{
background-color: #C9D90B;
}
</style>
border-color css
<style>
span { border-color: #C9D90B; }
span { border-color: rgb(201,217,11); }
td.TdClassName
{
border-color: #C9D90B;
}
.TagClassName
{
border-color: #C9D90B;
}
</style>