Shades of La Rioja #C2BE12
Tints of La Rioja #C2BE12
RGB
CMYK
RGB Variations
Color information
#C2BE12 (or 0xC2BE12) is known color: La Rioja. HEX triplet: C2, BE and 12. RGB value is (194,190,18). Sum of RGB (Red+Green+Blue) = 194+190+18=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE12 is #3D41ED. Grayscale: #ACACAC. Windows color (decimal): -4014574 or 1228482. OLE color: 1228482.
HSL color Cylindrical-coordinate representation of color #C2BE12: hue angle of 58.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2BE12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.24 |
| HSL | 58.64º | 0.83% | 0.42% | - |
| HSV(B) | 58.64º | 0.91% | 0.76% | - |
| XYZ | 40.77 | 48.34 | 7.75 | - |
| YUV | 171.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 18 | 0 | 0.02 | 0.91 | 0.24 | 58.64 | 0.83 | 0.42 |
| Hex | C2 | BE | 12 | 0 | 2 | 5B | 18 | 3B | 53 | 2A |
| Octal | 302 | 276 | 22 | 0 | 2 | 133 | 30 | 73 | 123 | 52 |
| Binary | 11000010 | 10111110 | 10010 | 0 | 10 | 1011011 | 11000 | 111011 | 1010011 | 101010 |
Color Harmonies of #C2BE12
Complementary color
Monochromatic Colors of #C2BE12
Black with #C2BE12
Text Example
Text Example
White with #C2BE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE12; }
p { color: rgb(194,190,18); }
H1.HeaderClassName
{
color: #C2BE12;
}
.AnyTagClassName
{
color: #C2BE12;
}
</style>
background-color css
<style>
a { background-color: #C2BE12; }
a { background-color: rgb(194,190,18); }
div.DivClassName
{
background-color: #C2BE12;
}
.BgClassName
{
background-color: #C2BE12;
}
</style>
border-color css
<style>
span { border-color: #C2BE12; }
span { border-color: rgb(194,190,18); }
td.TdClassName
{
border-color: #C2BE12;
}
.TagClassName
{
border-color: #C2BE12;
}
</style>