Shades of La Rioja #C9BF00
Tints of La Rioja #C9BF00
RGB
CMYK
RGB Variations
Color information
#C9BF00 (or 0xC9BF00) is known color: La Rioja. HEX triplet: C9, BF and 00. RGB value is (201,191,0). Sum of RGB (Red+Green+Blue) = 201+191+0=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF00 is #3640FF. Grayscale: #ACACAC. Windows color (decimal): -3555584 or 49097. OLE color: 49097.
HSL color Cylindrical-coordinate representation of color #C9BF00: hue angle of 57.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9BF00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.21 |
| HSL | 57.01º | 1% | 0.39% | - |
| HSV(B) | 57.01º | 1% | 0.79% | - |
| XYZ | 42.72 | 49.68 | 7.34 | - |
| YUV | 172.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 0 | 0 | 0.05 | 1 | 0.21 | 57.01 | 1 | 0.39 |
| Hex | C9 | BF | 0 | 0 | 5 | 64 | 15 | 39 | 64 | 27 |
| Octal | 311 | 277 | 0 | 0 | 5 | 144 | 25 | 71 | 144 | 47 |
| Binary | 11001001 | 10111111 | 0 | 0 | 101 | 1100100 | 10101 | 111001 | 1100100 | 100111 |
Color Harmonies of #C9BF00
Complementary color
Monochromatic Colors of #C9BF00
Black with #C9BF00
Text Example
Text Example
White with #C9BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF00; }
p { color: rgb(201,191,0); }
H1.HeaderClassName
{
color: #C9BF00;
}
.AnyTagClassName
{
color: #C9BF00;
}
</style>
background-color css
<style>
a { background-color: #C9BF00; }
a { background-color: rgb(201,191,0); }
div.DivClassName
{
background-color: #C9BF00;
}
.BgClassName
{
background-color: #C9BF00;
}
</style>
border-color css
<style>
span { border-color: #C9BF00; }
span { border-color: rgb(201,191,0); }
td.TdClassName
{
border-color: #C9BF00;
}
.TagClassName
{
border-color: #C9BF00;
}
</style>