Shades of La Rioja #C2BE00
Tints of La Rioja #C2BE00
RGB
CMYK
RGB Variations
Color information
#C2BE00 (or 0xC2BE00) is known color: La Rioja. HEX triplet: C2, BE and 00. RGB value is (194,190,0). Sum of RGB (Red+Green+Blue) = 194+190+0=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE00 is #3D41FF. Grayscale: #AAAAAA. Windows color (decimal): -4014592 or 48834. OLE color: 48834.
HSL color Cylindrical-coordinate representation of color #C2BE00: hue angle of 58.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2BE00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.24 |
| HSL | 58.76º | 1% | 0.38% | - |
| HSV(B) | 58.76º | 1% | 0.76% | - |
| XYZ | 40.66 | 48.3 | 7.18 | - |
| YUV | 169.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 0 | 0 | 0.02 | 1 | 0.24 | 58.76 | 1 | 0.38 |
| Hex | C2 | BE | 0 | 0 | 2 | 64 | 18 | 3B | 64 | 26 |
| Octal | 302 | 276 | 0 | 0 | 2 | 144 | 30 | 73 | 144 | 46 |
| Binary | 11000010 | 10111110 | 0 | 0 | 10 | 1100100 | 11000 | 111011 | 1100100 | 100110 |
Color Harmonies of #C2BE00
Complementary color
Monochromatic Colors of #C2BE00
Black with #C2BE00
Text Example
Text Example
White with #C2BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE00; }
p { color: rgb(194,190,0); }
H1.HeaderClassName
{
color: #C2BE00;
}
.AnyTagClassName
{
color: #C2BE00;
}
</style>
background-color css
<style>
a { background-color: #C2BE00; }
a { background-color: rgb(194,190,0); }
div.DivClassName
{
background-color: #C2BE00;
}
.BgClassName
{
background-color: #C2BE00;
}
</style>
border-color css
<style>
span { border-color: #C2BE00; }
span { border-color: rgb(194,190,0); }
td.TdClassName
{
border-color: #C2BE00;
}
.TagClassName
{
border-color: #C2BE00;
}
</style>