Shades of La Rioja #C2BE14
Tints of La Rioja #C2BE14
RGB
CMYK
RGB Variations
Color information
#C2BE14 (or 0xC2BE14) is known color: La Rioja. HEX triplet: C2, BE and 14. RGB value is (194,190,20). Sum of RGB (Red+Green+Blue) = 194+190+20=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE14 is #3D41EB. Grayscale: #ACACAC. Windows color (decimal): -4014572 or 1359554. OLE color: 1359554.
HSL color Cylindrical-coordinate representation of color #C2BE14: hue angle of 58.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2BE14 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 20 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.24 |
| HSL | 58.62º | 0.81% | 0.42% | - |
| HSV(B) | 58.62º | 0.9% | 0.76% | - |
| XYZ | 40.79 | 48.35 | 7.84 | - |
| YUV | 171.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 20 | 0 | 0.02 | 0.90 | 0.24 | 58.62 | 0.81 | 0.42 |
| Hex | C2 | BE | 14 | 0 | 2 | 5A | 18 | 3B | 51 | 2A |
| Octal | 302 | 276 | 24 | 0 | 2 | 132 | 30 | 73 | 121 | 52 |
| Binary | 11000010 | 10111110 | 10100 | 0 | 10 | 1011010 | 11000 | 111011 | 1010001 | 101010 |
Color Harmonies of #C2BE14
Complementary color
Monochromatic Colors of #C2BE14
Black with #C2BE14
Text Example
Text Example
White with #C2BE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE14; }
p { color: rgb(194,190,20); }
H1.HeaderClassName
{
color: #C2BE14;
}
.AnyTagClassName
{
color: #C2BE14;
}
</style>
background-color css
<style>
a { background-color: #C2BE14; }
a { background-color: rgb(194,190,20); }
div.DivClassName
{
background-color: #C2BE14;
}
.BgClassName
{
background-color: #C2BE14;
}
</style>
border-color css
<style>
span { border-color: #C2BE14; }
span { border-color: rgb(194,190,20); }
td.TdClassName
{
border-color: #C2BE14;
}
.TagClassName
{
border-color: #C2BE14;
}
</style>