Shades of La Rioja #C2BE02
Tints of La Rioja #C2BE02
RGB
CMYK
RGB Variations
Color information
#C2BE02 (or 0xC2BE02) is known color: La Rioja. HEX triplet: C2, BE and 02. RGB value is (194,190,2). Sum of RGB (Red+Green+Blue) = 194+190+2=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE02 is #3D41FD. Grayscale: #AAAAAA. Windows color (decimal): -4014590 or 179906. OLE color: 179906.
HSL color Cylindrical-coordinate representation of color #C2BE02: hue angle of 58.75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2BE02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.24 |
| HSL | 58.75º | 0.98% | 0.38% | - |
| HSV(B) | 58.75º | 0.99% | 0.76% | - |
| XYZ | 40.67 | 48.3 | 7.24 | - |
| YUV | 169.76 | 33.33 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 2 | 0 | 0.02 | 0.99 | 0.24 | 58.75 | 0.98 | 0.38 |
| Hex | C2 | BE | 2 | 0 | 2 | 63 | 18 | 3B | 62 | 26 |
| Octal | 302 | 276 | 2 | 0 | 2 | 143 | 30 | 73 | 142 | 46 |
| Binary | 11000010 | 10111110 | 10 | 0 | 10 | 1100011 | 11000 | 111011 | 1100010 | 100110 |
Color Harmonies of #C2BE02
Complementary color
Monochromatic Colors of #C2BE02
Black with #C2BE02
Text Example
Text Example
White with #C2BE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE02; }
p { color: rgb(194,190,2); }
H1.HeaderClassName
{
color: #C2BE02;
}
.AnyTagClassName
{
color: #C2BE02;
}
</style>
background-color css
<style>
a { background-color: #C2BE02; }
a { background-color: rgb(194,190,2); }
div.DivClassName
{
background-color: #C2BE02;
}
.BgClassName
{
background-color: #C2BE02;
}
</style>
border-color css
<style>
span { border-color: #C2BE02; }
span { border-color: rgb(194,190,2); }
td.TdClassName
{
border-color: #C2BE02;
}
.TagClassName
{
border-color: #C2BE02;
}
</style>