Shades of La Rioja #BABC0C
Tints of La Rioja #BABC0C
RGB
CMYK
RGB Variations
Color information
#BABC0C (or 0xBABC0C) is known color: La Rioja. HEX triplet: BA, BC and 0C. RGB value is (186,188,12). Sum of RGB (Red+Green+Blue) = 186+188+12=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0C is #4543F3. Grayscale: #A8A8A8. Windows color (decimal): -4539380 or 834746. OLE color: 834746.
HSL color Cylindrical-coordinate representation of color #BABC0C: hue angle of 60.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BABC0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.26 |
| HSL | 60.68º | 0.88% | 0.39% | - |
| HSV(B) | 60.68º | 0.94% | 0.74% | - |
| XYZ | 38.3 | 46.43 | 7.29 | - |
| YUV | 167.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 12 | 0.01 | 0 | 0.94 | 0.26 | 60.68 | 0.88 | 0.39 |
| Hex | BA | BC | C | 1 | 0 | 5E | 1A | 3D | 58 | 27 |
| Octal | 272 | 274 | 14 | 1 | 0 | 136 | 32 | 75 | 130 | 47 |
| Binary | 10111010 | 10111100 | 1100 | 1 | 0 | 1011110 | 11010 | 111101 | 1011000 | 100111 |
Color Harmonies of #BABC0C
Complementary color
Monochromatic Colors of #BABC0C
Black with #BABC0C
Text Example
Text Example
White with #BABC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC0C; }
p { color: rgb(186,188,12); }
H1.HeaderClassName
{
color: #BABC0C;
}
.AnyTagClassName
{
color: #BABC0C;
}
</style>
background-color css
<style>
a { background-color: #BABC0C; }
a { background-color: rgb(186,188,12); }
div.DivClassName
{
background-color: #BABC0C;
}
.BgClassName
{
background-color: #BABC0C;
}
</style>
border-color css
<style>
span { border-color: #BABC0C; }
span { border-color: rgb(186,188,12); }
td.TdClassName
{
border-color: #BABC0C;
}
.TagClassName
{
border-color: #BABC0C;
}
</style>