Shades of La Rioja #BABC12
Tints of La Rioja #BABC12
RGB
CMYK
RGB Variations
Color information
#BABC12 (or 0xBABC12) is known color: La Rioja. HEX triplet: BA, BC and 12. RGB value is (186,188,18). Sum of RGB (Red+Green+Blue) = 186+188+18=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC12 is #4543ED. Grayscale: #A8A8A8. Windows color (decimal): -4539374 or 1227962. OLE color: 1227962.
HSL color Cylindrical-coordinate representation of color #BABC12: hue angle of 60.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BABC12 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 18 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.26 |
| HSL | 60.71º | 0.83% | 0.4% | - |
| HSV(B) | 60.71º | 0.9% | 0.74% | - |
| XYZ | 38.34 | 46.45 | 7.52 | - |
| YUV | 168.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 18 | 0.01 | 0 | 0.90 | 0.26 | 60.71 | 0.83 | 0.4 |
| Hex | BA | BC | 12 | 1 | 0 | 5A | 1A | 3D | 53 | 28 |
| Octal | 272 | 274 | 22 | 1 | 0 | 132 | 32 | 75 | 123 | 50 |
| Binary | 10111010 | 10111100 | 10010 | 1 | 0 | 1011010 | 11010 | 111101 | 1010011 | 101000 |
Color Harmonies of #BABC12
Complementary color
Monochromatic Colors of #BABC12
Black with #BABC12
Text Example
Text Example
White with #BABC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC12; }
p { color: rgb(186,188,18); }
H1.HeaderClassName
{
color: #BABC12;
}
.AnyTagClassName
{
color: #BABC12;
}
</style>
background-color css
<style>
a { background-color: #BABC12; }
a { background-color: rgb(186,188,18); }
div.DivClassName
{
background-color: #BABC12;
}
.BgClassName
{
background-color: #BABC12;
}
</style>
border-color css
<style>
span { border-color: #BABC12; }
span { border-color: rgb(186,188,18); }
td.TdClassName
{
border-color: #BABC12;
}
.TagClassName
{
border-color: #BABC12;
}
</style>