Shades of La Rioja #C2BE16
Tints of La Rioja #C2BE16
RGB
CMYK
RGB Variations
Color information
#C2BE16 (or 0xC2BE16) is known color: La Rioja. HEX triplet: C2, BE and 16. RGB value is (194,190,22). Sum of RGB (Red+Green+Blue) = 194+190+22=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE16 is #3D41E9. Grayscale: #ACACAC. Windows color (decimal): -4014570 or 1490626. OLE color: 1490626.
HSL color Cylindrical-coordinate representation of color #C2BE16: hue angle of 58.6º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2BE16 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 22 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.24 |
| HSL | 58.6º | 0.8% | 0.42% | - |
| HSV(B) | 58.6º | 0.89% | 0.76% | - |
| XYZ | 40.81 | 48.35 | 7.94 | - |
| YUV | 172.04 | 43.33 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 22 | 0 | 0.02 | 0.89 | 0.24 | 58.6 | 0.8 | 0.42 |
| Hex | C2 | BE | 16 | 0 | 2 | 59 | 18 | 3B | 50 | 2A |
| Octal | 302 | 276 | 26 | 0 | 2 | 131 | 30 | 73 | 120 | 52 |
| Binary | 11000010 | 10111110 | 10110 | 0 | 10 | 1011001 | 11000 | 111011 | 1010000 | 101010 |
Color Harmonies of #C2BE16
Complementary color
Monochromatic Colors of #C2BE16
Black with #C2BE16
Text Example
Text Example
White with #C2BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE16; }
p { color: rgb(194,190,22); }
H1.HeaderClassName
{
color: #C2BE16;
}
.AnyTagClassName
{
color: #C2BE16;
}
</style>
background-color css
<style>
a { background-color: #C2BE16; }
a { background-color: rgb(194,190,22); }
div.DivClassName
{
background-color: #C2BE16;
}
.BgClassName
{
background-color: #C2BE16;
}
</style>
border-color css
<style>
span { border-color: #C2BE16; }
span { border-color: rgb(194,190,22); }
td.TdClassName
{
border-color: #C2BE16;
}
.TagClassName
{
border-color: #C2BE16;
}
</style>