Shades of La Rioja #C9BE00
Tints of La Rioja #C9BE00
RGB
CMYK
RGB Variations
Color information
#C9BE00 (or 0xC9BE00) is known color: La Rioja. HEX triplet: C9, BE and 00. RGB value is (201,190,0). Sum of RGB (Red+Green+Blue) = 201+190+0=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BE00 is #3641FF. Grayscale: #ACACAC. Windows color (decimal): -3555840 or 48841. OLE color: 48841.
HSL color Cylindrical-coordinate representation of color #C9BE00: hue angle of 56.72º 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 #C9BE00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.21 |
| HSL | 56.72º | 1% | 0.39% | - |
| HSV(B) | 56.72º | 1% | 0.79% | - |
| XYZ | 42.5 | 49.24 | 7.27 | - |
| YUV | 171.63 | 31.14 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 0 | 0 | 0.05 | 1 | 0.21 | 56.72 | 1 | 0.39 |
| Hex | C9 | BE | 0 | 0 | 5 | 64 | 15 | 39 | 64 | 27 |
| Octal | 311 | 276 | 0 | 0 | 5 | 144 | 25 | 71 | 144 | 47 |
| Binary | 11001001 | 10111110 | 0 | 0 | 101 | 1100100 | 10101 | 111001 | 1100100 | 100111 |
Color Harmonies of #C9BE00
Complementary color
Monochromatic Colors of #C9BE00
Black with #C9BE00
Text Example
Text Example
White with #C9BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE00; }
p { color: rgb(201,190,0); }
H1.HeaderClassName
{
color: #C9BE00;
}
.AnyTagClassName
{
color: #C9BE00;
}
</style>
background-color css
<style>
a { background-color: #C9BE00; }
a { background-color: rgb(201,190,0); }
div.DivClassName
{
background-color: #C9BE00;
}
.BgClassName
{
background-color: #C9BE00;
}
</style>
border-color css
<style>
span { border-color: #C9BE00; }
span { border-color: rgb(201,190,0); }
td.TdClassName
{
border-color: #C9BE00;
}
.TagClassName
{
border-color: #C9BE00;
}
</style>