Shades of La Rioja #BABC0E
Tints of La Rioja #BABC0E
RGB
CMYK
RGB Variations
Color information
#BABC0E (or 0xBABC0E) is known color: La Rioja. HEX triplet: BA, BC and 0E. RGB value is (186,188,14). Sum of RGB (Red+Green+Blue) = 186+188+14=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC0E is #4543F1. Grayscale: #A8A8A8. Windows color (decimal): -4539378 or 965818. OLE color: 965818.
HSL color Cylindrical-coordinate representation of color #BABC0E: hue angle of 60.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BABC0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.26 |
| HSL | 60.69º | 0.86% | 0.4% | - |
| HSV(B) | 60.69º | 0.93% | 0.74% | - |
| XYZ | 38.31 | 46.44 | 7.36 | - |
| YUV | 167.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 14 | 0.01 | 0 | 0.93 | 0.26 | 60.69 | 0.86 | 0.4 |
| Hex | BA | BC | E | 1 | 0 | 5D | 1A | 3D | 56 | 28 |
| Octal | 272 | 274 | 16 | 1 | 0 | 135 | 32 | 75 | 126 | 50 |
| Binary | 10111010 | 10111100 | 1110 | 1 | 0 | 1011101 | 11010 | 111101 | 1010110 | 101000 |
Color Harmonies of #BABC0E
Complementary color
Monochromatic Colors of #BABC0E
Black with #BABC0E
Text Example
Text Example
White with #BABC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC0E; }
p { color: rgb(186,188,14); }
H1.HeaderClassName
{
color: #BABC0E;
}
.AnyTagClassName
{
color: #BABC0E;
}
</style>
background-color css
<style>
a { background-color: #BABC0E; }
a { background-color: rgb(186,188,14); }
div.DivClassName
{
background-color: #BABC0E;
}
.BgClassName
{
background-color: #BABC0E;
}
</style>
border-color css
<style>
span { border-color: #BABC0E; }
span { border-color: rgb(186,188,14); }
td.TdClassName
{
border-color: #BABC0E;
}
.TagClassName
{
border-color: #BABC0E;
}
</style>