Shades of La Rioja #BACA0C
Tints of La Rioja #BACA0C
RGB
CMYK
RGB Variations
Color information
#BACA0C (or 0xBACA0C) is known color: La Rioja. HEX triplet: BA, CA and 0C. RGB value is (186,202,12). Sum of RGB (Red+Green+Blue) = 186+202+12=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA0C is #4535F3. Grayscale: #B0B0B0. Windows color (decimal): -4535796 or 838330. OLE color: 838330.
HSL color Cylindrical-coordinate representation of color #BACA0C: hue angle of 65.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BACA0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.21 |
| HSL | 65.05º | 0.89% | 0.42% | - |
| HSV(B) | 65.05º | 0.94% | 0.79% | - |
| XYZ | 41.44 | 52.71 | 8.34 | - |
| YUV | 175.56 | 35.7 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 12 | 0.08 | 0 | 0.94 | 0.21 | 65.05 | 0.89 | 0.42 |
| Hex | BA | CA | C | 8 | 0 | 5E | 15 | 41 | 59 | 2A |
| Octal | 272 | 312 | 14 | 10 | 0 | 136 | 25 | 101 | 131 | 52 |
| Binary | 10111010 | 11001010 | 1100 | 1000 | 0 | 1011110 | 10101 | 1000001 | 1011001 | 101010 |
Color Harmonies of #BACA0C
Complementary color
Monochromatic Colors of #BACA0C
Black with #BACA0C
Text Example
Text Example
White with #BACA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA0C; }
p { color: rgb(186,202,12); }
H1.HeaderClassName
{
color: #BACA0C;
}
.AnyTagClassName
{
color: #BACA0C;
}
</style>
background-color css
<style>
a { background-color: #BACA0C; }
a { background-color: rgb(186,202,12); }
div.DivClassName
{
background-color: #BACA0C;
}
.BgClassName
{
background-color: #BACA0C;
}
</style>
border-color css
<style>
span { border-color: #BACA0C; }
span { border-color: rgb(186,202,12); }
td.TdClassName
{
border-color: #BACA0C;
}
.TagClassName
{
border-color: #BACA0C;
}
</style>