Shades of La Rioja #C2BC02
Tints of La Rioja #C2BC02
RGB
CMYK
RGB Variations
Color information
#C2BC02 (or 0xC2BC02) is known color: La Rioja. HEX triplet: C2, BC and 02. RGB value is (194,188,2). Sum of RGB (Red+Green+Blue) = 194+188+2=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC02 is #3D43FD. Grayscale: #A9A9A9. Windows color (decimal): -4015102 or 179394. OLE color: 179394.
HSL color Cylindrical-coordinate representation of color #C2BC02: hue angle of 58.12º 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 #C2BC02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.24 |
| HSL | 58.13º | 0.98% | 0.38% | - |
| HSV(B) | 58.13º | 0.99% | 0.76% | - |
| XYZ | 40.24 | 47.44 | 7.09 | - |
| YUV | 168.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 2 | 0 | 0.03 | 0.99 | 0.24 | 58.13 | 0.98 | 0.38 |
| Hex | C2 | BC | 2 | 0 | 3 | 63 | 18 | 3A | 62 | 26 |
| Octal | 302 | 274 | 2 | 0 | 3 | 143 | 30 | 72 | 142 | 46 |
| Binary | 11000010 | 10111100 | 10 | 0 | 11 | 1100011 | 11000 | 111010 | 1100010 | 100110 |
Color Harmonies of #C2BC02
Complementary color
Monochromatic Colors of #C2BC02
Black with #C2BC02
Text Example
Text Example
White with #C2BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC02; }
p { color: rgb(194,188,2); }
H1.HeaderClassName
{
color: #C2BC02;
}
.AnyTagClassName
{
color: #C2BC02;
}
</style>
background-color css
<style>
a { background-color: #C2BC02; }
a { background-color: rgb(194,188,2); }
div.DivClassName
{
background-color: #C2BC02;
}
.BgClassName
{
background-color: #C2BC02;
}
</style>
border-color css
<style>
span { border-color: #C2BC02; }
span { border-color: rgb(194,188,2); }
td.TdClassName
{
border-color: #C2BC02;
}
.TagClassName
{
border-color: #C2BC02;
}
</style>